Skip to content

Commit 67728e3

Browse files
committed
chore: update changelog
1 parent f57312e commit 67728e3

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

CHANGELOG.md

Lines changed: 36 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,46 @@ 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-
#### [v0.1.7](https://github.com/ahmnouira/ionic-react-header-parallax/compare/v0.1.5...v0.1.7)
7+
#### [v0.2.0](https://github.com/ahmnouira/ionic-react-header-parallax/compare/v0.1.8...v0.2.0)
8+
9+
- Fixed max height bug [`#50`](https://github.com/ahmnouira/ionic-react-header-parallax/pull/50)
10+
- chore(deps): update dependency androidx.test.espresso:espresso-core to v3.4.0 [`#52`](https://github.com/ahmnouira/ionic-react-header-parallax/pull/52)
11+
- chore(deps): update dependency androidx.appcompat:appcompat to v1.4.1 [`#51`](https://github.com/ahmnouira/ionic-react-header-parallax/pull/51)
12+
- chore(deps): update dependency com.android.tools.build:gradle to v4.2.2 [`#43`](https://github.com/ahmnouira/ionic-react-header-parallax/pull/43)
13+
- chore(deps): update dependency androidx.test.ext:junit to v1.1.3 [`#42`](https://github.com/ahmnouira/ionic-react-header-parallax/pull/42)
14+
- chore(deps): update dependency gradle to v7.3.3 [`#36`](https://github.com/ahmnouira/ionic-react-header-parallax/pull/36)
15+
- chore(deps): update dependency jest to v26.6.3 [`#33`](https://github.com/ahmnouira/ionic-react-header-parallax/pull/33)
16+
- chore(deps): update dependency com.google.gms:google-services to v4.3.10 [`#44`](https://github.com/ahmnouira/ionic-react-header-parallax/pull/44)
17+
- chore(deps): update babel monorepo [`#45`](https://github.com/ahmnouira/ionic-react-header-parallax/pull/45)
18+
- chore(deps): update dependency junit:junit to v4.13.2 [`#47`](https://github.com/ahmnouira/ionic-react-header-parallax/pull/47)
19+
- chore(deps): update dependency serve to v12.0.1 [`#48`](https://github.com/ahmnouira/ionic-react-header-parallax/pull/48)
20+
- fix(deps): update dependency @types/react to v16.14.21 [`#49`](https://github.com/ahmnouira/ionic-react-header-parallax/pull/49)
21+
- feat: update example project [`f57312e`](https://github.com/ahmnouira/ionic-react-header-parallax/commit/f57312e8ffd8b77ade15d2434f46f90d85e23045)
22+
- chore: lastest deps [`cf541a0`](https://github.com/ahmnouira/ionic-react-header-parallax/commit/cf541a0a4a5f8d19264592932df870b1c4b3ed0c)
23+
- chore: upgrade example deps [`9084948`](https://github.com/ahmnouira/ionic-react-header-parallax/commit/90849480d578f5894534a32345883f82489ed2aa)
24+
25+
#### [v0.1.8](https://github.com/ahmnouira/ionic-react-header-parallax/compare/v0.1.7...v0.1.8)
26+
27+
> 31 August 2021
828
929
- example: add ios and android projec [`2b8021b`](https://github.com/ahmnouira/ionic-react-header-parallax/commit/2b8021bb640d812f26035960ec549e38e4057bae)
10-
- refactor: use ref instead of document [`499e9ca`](https://github.com/ahmnouira/ionic-react-header-parallax/commit/499e9ca1df649379ccecd4f32773645d39d72d92)
30+
- style: format code [`7fb7f24`](https://github.com/ahmnouira/ionic-react-header-parallax/commit/7fb7f247b7de96b578f1404cbc2204659254dc8b)
31+
- fix: fix useIonicHeaderParallax hook [`2c5ce9e`](https://github.com/ahmnouira/ionic-react-header-parallax/commit/2c5ce9e9c1f6400a69a58975e85f9bfb86651c9d)
32+
33+
#### [v0.1.7](https://github.com/ahmnouira/ionic-react-header-parallax/compare/v0.1.6...v0.1.7)
34+
35+
> 22 August 2021
36+
1137
- docs: update docs [`f76b4ca`](https://github.com/ahmnouira/ionic-react-header-parallax/commit/f76b4ca19ec6f264398ec5b2fc5f3bd20dc32c7a)
1238

39+
#### [v0.1.6](https://github.com/ahmnouira/ionic-react-header-parallax/compare/v0.1.5...v0.1.6)
40+
41+
> 22 August 2021
42+
43+
- refactor: use ref instead of document [`499e9ca`](https://github.com/ahmnouira/ionic-react-header-parallax/commit/499e9ca1df649379ccecd4f32773645d39d72d92)
44+
- fix: package types [`f1020bb`](https://github.com/ahmnouira/ionic-react-header-parallax/commit/f1020bb93273f3c27577da6cd84005b7fe17670c)
45+
- Update package.json [`21f0f7b`](https://github.com/ahmnouira/ionic-react-header-parallax/commit/21f0f7b0a074d2f2c62fb69aaa6a665b5e95c110)
46+
1347
#### [v0.1.5](https://github.com/ahmnouira/ionic-react-header-parallax/compare/v0.1.4...v0.1.5)
1448

1549
> 20 August 2021

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ionic-react-header-parallax",
3-
"version": "0.1.8",
3+
"version": "0.2.0",
44
"description": "Easy to use hook to handle the parallax effect for IonHeader component in React Ionic",
55
"author": {
66
"name": "Ahmd Nouira",

0 commit comments

Comments
 (0)