Skip to content

Commit 5bb9cb2

Browse files
committed
chore: release 0.1.6
1 parent 1e67971 commit 5bb9cb2

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ 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.5](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.3.0...v0.1.5)
7+
#### [v0.1.6](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.3.0...v0.1.6)
8+
9+
- chore(deps): bump ws from 7.5.7 to 7.5.10 in /docs [`#270`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/270)
10+
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /docs [`#271`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/271)
11+
- 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)
12+
- fix: split `useStatusBarHeightDetector` hook into web and native flavors [`#266`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/266)
13+
14+
#### [v0.1.5](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.1.4...v0.1.5)
15+
16+
> 10 April 2024
817
918
- chore(deps): bump ip from 1.1.5 to 1.1.9 [`#254`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/254)
1019
- 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)
@@ -16,6 +25,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1625
- docs: updates [`#261`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/261)
1726
- fixed: no children prop (types) [`#258`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/258)
1827
- fix: issues with justifing elements (notifiaction is not centered) [`#253`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/253)
28+
- chore: release 0.1.5 [`08f9b95`](https://github.com/TheWidlarzGroup/react-native-notificated/commit/08f9b951eb4d38f814a4f99ffed5456aee4a0506)
1929

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-notificated",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "React Native toast notifications for iOS and Android",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)