Skip to content

Commit 28d822c

Browse files
committed
docs(changelog): update
1 parent bb53df3 commit 28d822c

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [6.1.2](https://github.com/RaschidJFR/ionic-header-parallax/compare/6.1.1...6.1.2)
8+
9+
> 13 March 2025
10+
11+
- fix: exception on initialization for NgModule projects [`#55`](https://github.com/RaschidJFR/ionic-header-parallax/pull/55)
12+
713
#### [6.1.1](https://github.com/RaschidJFR/ionic-header-parallax/compare/6.1.0...6.1.1)
814

915
> 8 March 2025
1016
11-
- fix: error `<ion-toolbar> element is needed` in standalone [`#50`](https://github.com/RaschidJFR/ionic-header-parallax/issues/50)
17+
- fix: error `&lt;ion-toolbar&gt; element is needed` in standalone [`#50`](https://github.com/RaschidJFR/ionic-header-parallax/issues/50)
1218

1319
#### [6.1.0](https://github.com/RaschidJFR/ionic-header-parallax/compare/6.0.0...6.1.0)
1420

bin/test.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ run_test() {
2727
|| { echo 'Angular server failed to start'; exit 1; })"
2828
}
2929

30-
ng_version="${1:-19}"
31-
echo "Testing library in Ionic v8 and Angular v$ng_version..."
32-
run_test $ng_version
30+
echo "Testing library in Ionic v8 and Angular v19..."
31+
run_test 19
32+
echo "Ionic v8 and Angular v19 tests successful!"
33+
echo "Testing library in Ionic v8 and Angular v16..."
34+
run_test 16
35+
echo "Ionic v8 and Angular v16 tests successful!"

0 commit comments

Comments
 (0)