Skip to content

Commit 917e7ff

Browse files
authored
Merge pull request #9 from magicbell/changeset-release/main
chore: version package
2 parents 62c22e8 + 7d63bfb commit 917e7ff

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.changeset/eighty-kids-end.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/twenty-scissors-ring.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react-native-push-info/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# react-native-push-info
22

3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- [#8](https://github.com/magicbell/react-native-push-info/pull/8) [`5e35598`](https://github.com/magicbell/react-native-push-info/commit/5e35598a41f3daa8330157f5b595edac9cb13a58) Thanks [@stigi](https://github.com/stigi)! - Fix for returning the wrong APNs environment on TestFlight
8+
9+
### Patch Changes
10+
11+
- [#7](https://github.com/magicbell/react-native-push-info/pull/7) [`95447be`](https://github.com/magicbell/react-native-push-info/commit/95447bea2c7a6041ca02c981eb970f7f13ddb312) Thanks [@stigi](https://github.com/stigi)! - Adds icon to example app
12+
313
## 0.1.2
414

515
### Patch Changes

packages/react-native-push-info/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-push-info",
3-
"version": "0.1.2",
3+
"version": "0.2.0",
44
"description": "Essential information for interacting with push notification APIs like APNs and FCM",
55
"files": [
66
"src",

0 commit comments

Comments
 (0)