Skip to content

Commit

Permalink
chore: release 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
PdoubleU committed Jun 25, 2024
1 parent 1e67971 commit 5bb9cb2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

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

#### [v0.1.5](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.3.0...v0.1.5)
#### [v0.1.6](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.3.0...v0.1.6)

- chore(deps): bump ws from 7.5.7 to 7.5.10 in /docs [`#270`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/270)
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /docs [`#271`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/271)
- chore(deps): bump tar from 6.1.11 to 6.2.1 in /example-expo [`#263`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/263)
- fix: split `useStatusBarHeightDetector` hook into web and native flavors [`#266`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/266)

#### [v0.1.5](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.1.4...v0.1.5)

> 10 April 2024
- chore(deps): bump ip from 1.1.5 to 1.1.9 [`#254`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/254)
- chore(deps): bump ip from 1.1.8 to 1.1.9 in /example-expo [`#255`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/255)
Expand All @@ -16,6 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- docs: updates [`#261`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/261)
- fixed: no children prop (types) [`#258`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/258)
- fix: issues with justifing elements (notifiaction is not centered) [`#253`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/253)
- chore: release 0.1.5 [`08f9b95`](https://github.com/TheWidlarzGroup/react-native-notificated/commit/08f9b951eb4d38f814a4f99ffed5456aee4a0506)

#### [v0.1.4](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.1.3...v0.1.4)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-notificated",
"version": "0.1.5",
"version": "0.1.6",
"description": "React Native toast notifications for iOS and Android",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 5bb9cb2

Please sign in to comment.