Skip to content

Commit ece8f30

Browse files
committed
chore: release 0.1.7
1 parent 09c1535 commit ece8f30

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,26 @@ 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/TheWidlarzGroup/react-native-notificated/compare/v0.3.0...v0.1.7)
8+
9+
- chore(deps): bump express from 4.19.2 to 4.21.1 in /docs [`#284`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/284)
10+
- chore(deps): bump serve-static from 1.15.0 to 1.16.2 in /example-expo [`#283`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/283)
11+
- docs: update reanimated installation links [`#282`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/282)
12+
- docs: highlight maintainer services [`#281`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/281)
13+
- chore(deps): bump serve-static from 1.14.2 to 1.16.2 [`#279`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/279)
14+
- chore(deps): bump micromatch from 4.0.5 to 4.0.8 in /docs [`#278`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/278)
15+
- chore(deps): bump webpack from 5.76.1 to 5.94.0 in /docs [`#277`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/277)
16+
- docs: update useNotificationsController hook example [`#274`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/274)
17+
718
#### [v0.1.6](https://github.com/TheWidlarzGroup/react-native-notificated/compare/v0.3.0...v0.1.6)
819

20+
> 25 June 2024
21+
922
- chore(deps): bump ws from 7.5.7 to 7.5.10 in /docs [`#270`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/270)
1023
- chore(deps): bump braces from 3.0.2 to 3.0.3 in /docs [`#271`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/271)
1124
- 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)
1225
- fix: split `useStatusBarHeightDetector` hook into web and native flavors [`#266`](https://github.com/TheWidlarzGroup/react-native-notificated/pull/266)
26+
- chore: release 0.1.6 [`5bb9cb2`](https://github.com/TheWidlarzGroup/react-native-notificated/commit/5bb9cb24465d9222489c3d67caba44d90de617b7)
1327

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

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.6",
3+
"version": "0.1.7",
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)