Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): 2.18.0-beta.1 [skip ci]
Browse files Browse the repository at this point in the history
## @segment/analytics-react-native [2.18.0-beta.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.17.0...@segment/analytics-react-native-v2.18.0-beta.1) (2023-12-15)

### Features

* add support for hasUnmappedDestinations ([#905](#905)) ([545d596](545d596))
* consent plugin updates and test cases ([#894](#894)) ([ff1d332](ff1d332))
* RN 0.72 Upgrade ([03f13a1](03f13a1))

### Dependencies

* **@segment/sovran-react-native:** upgraded to 1.1.0-beta.1
semantic-release-bot committed Dec 15, 2023
1 parent 308c13e commit 9540578
Showing 2 changed files with 20 additions and 4 deletions.
15 changes: 15 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## @segment/analytics-react-native [2.18.0-beta.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.17.0...@segment/analytics-react-native-v2.18.0-beta.1) (2023-12-15)


### Features

* add support for hasUnmappedDestinations ([#905](https://github.com/segmentio/analytics-react-native/issues/905)) ([545d596](https://github.com/segmentio/analytics-react-native/commit/545d596e2b1fd5f83b229e7d3526ebf59ab62295))
* consent plugin updates and test cases ([#894](https://github.com/segmentio/analytics-react-native/issues/894)) ([ff1d332](https://github.com/segmentio/analytics-react-native/commit/ff1d33213108199d9486592d8a0372191f17dc2e))
* RN 0.72 Upgrade ([03f13a1](https://github.com/segmentio/analytics-react-native/commit/03f13a19c79d8aaad726639de5f0327c748fed1f))



### Dependencies

* **@segment/sovran-react-native:** upgraded to 1.1.0-beta.1

## [@segment/analytics-react-native-v2.16.1](https://github.com/segmentio/analytics-react-native/compare/@segment/analytics-react-native-v2.16.0...@segment/analytics-react-native-v2.16.1) (2023-09-14)


9 changes: 5 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native",
"version": "2.16.1",
"version": "2.18.0-beta.1",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"keywords": [
"segment",
@@ -52,14 +52,14 @@
"uuid": "^9.0.1"
},
"devDependencies": {
"@segment/sovran-react-native": "workspace:^",
"@segment/sovran-react-native": "^1.1.0-beta.1",
"@types/uuid": "^9.0.7",
"jest": "^29.7.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"@react-native-async-storage/async-storage": "1.x",
"@segment/sovran-react-native": "workspace:^",
"@segment/sovran-react-native": "^1.1.0-beta.1",
"react": "*",
"react-native": "*",
"react-native-get-random-values": "1.x"
@@ -80,5 +80,6 @@
"module",
"typescript"
]
}
},
"stableVersion": "2.18.0-beta.1"
}

0 comments on commit 9540578

Please sign in to comment.