Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## @segment/analytics-react-native-plugin-braze-middleware [1.1.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-braze-middleware-v1.0.1...@segment/analytics-react-native-plugin-braze-middleware-v1.1.0) (2023-12-15)

### Features

* RN 0.72 Upgrade ([03f13a1](03f13a1))

### Dependencies

* **@segment/analytics-react-native:** upgraded to 2.18.0
* **@segment/sovran-react-native:** upgraded to 1.1.0
  • Loading branch information
semantic-release-bot committed Dec 15, 2023
1 parent 3fc34ec commit 7528e81
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions packages/plugins/plugin-braze-middleware/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## @segment/analytics-react-native-plugin-braze-middleware [1.1.0](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-braze-middleware-v1.0.1...@segment/analytics-react-native-plugin-braze-middleware-v1.1.0) (2023-12-15)


### Features

* RN 0.72 Upgrade ([03f13a1](https://github.com/segmentio/analytics-react-native/commit/03f13a19c79d8aaad726639de5f0327c748fed1f))



### Dependencies

* **@segment/analytics-react-native:** upgraded to 2.18.0
* **@segment/sovran-react-native:** upgraded to 1.1.0

## [@segment/analytics-react-native-plugin-braze-middleware-v1.0.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-plugin-braze-middleware-v1.0.0...@segment/analytics-react-native-plugin-braze-middleware-v1.0.1) (2023-04-18)


Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/plugin-braze-middleware/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-braze-middleware",
"version": "1.0.1",
"version": "1.1.0",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down Expand Up @@ -46,12 +46,12 @@
},
"homepage": "https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins/plugin-braze-middleware#readme",
"peerDependencies": {
"@segment/analytics-react-native": "workspace:^"
"@segment/analytics-react-native": "^2.18.0"
},
"devDependencies": {
"@segment/analytics-react-native": "workspace:^",
"@segment/analytics-react-native": "^2.18.0",
"@segment/analytics-rn-shared": "workspace:^",
"@segment/sovran-react-native": "workspace:^",
"@segment/sovran-react-native": "^1.1.0",
"jest": "^29.7.0",
"react-native-builder-bob": "^0.23.1",
"rimraf": "^5.0.5",
Expand Down

0 comments on commit 7528e81

Please sign in to comment.