Skip to content

Commit ade91bd

Browse files
chore(release): 1.0.1 [skip ci]
## [@segment/analytics-react-native-plugin-device-token-v1.0.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-device-token-v1.0.0...@segment/analytics-react-native-plugin-device-token-v1.0.1) (2023-04-18) ### Bug Fixes * add firebase/messaging to peer deps ([#804](#804)) ([97720ed](97720ed)) * stricter linting, improved handling of plugin errrors ([#795](#795)) ([1ddb4d5](1ddb4d5)), closes [#799](#799) [#803](#803) [#802](#802)
1 parent 212c18a commit ade91bd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/plugins/plugin-device-token/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [@segment/analytics-react-native-plugin-device-token-v1.0.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-device-token-v1.0.0...@segment/analytics-react-native-plugin-device-token-v1.0.1) (2023-04-18)
2+
3+
4+
### Bug Fixes
5+
6+
* add firebase/messaging to peer deps ([#804](https://github.com/segmentio/analytics-react-native/issues/804)) ([97720ed](https://github.com/segmentio/analytics-react-native/commit/97720edda8d3bbb7a14cd29c7e9c70ea358600e6))
7+
* stricter linting, improved handling of plugin errrors ([#795](https://github.com/segmentio/analytics-react-native/issues/795)) ([1ddb4d5](https://github.com/segmentio/analytics-react-native/commit/1ddb4d571df794bc7eaa5c5302ed27b90faf9a73)), closes [#799](https://github.com/segmentio/analytics-react-native/issues/799) [#803](https://github.com/segmentio/analytics-react-native/issues/803) [#802](https://github.com/segmentio/analytics-react-native/issues/802)
8+
19
## @segment/analytics-react-native-plugin-device-token-v1.0.0 (2023-03-14)
210

311

packages/plugins/plugin-device-token/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native-plugin-device-token",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {
@@ -52,7 +52,6 @@
5252
"devDependencies": {
5353
"@react-native-firebase/app": "^17.3.2",
5454
"@react-native-firebase/messaging": "^17.3.2",
55-
"@react-native-firebase/app": "^17.3.2",
5655
"@semantic-release/changelog": "^6.0.1",
5756
"@semantic-release/commit-analyzer": "^9.0.2",
5857
"@semantic-release/git": "^10.0.1",

0 commit comments

Comments
 (0)