Skip to content

Commit

Permalink
chore: prepare for 2.0.0-beta.1
Browse files Browse the repository at this point in the history
## [2.0.0-beta.1](1.0.0...2.0.0-beta.1) (2022-12-30)

### ⚠ BREAKING CHANGES

* bumped ios version to 2.0.0

### Features

* expo user agent ([#49](#49)) ([377300c](377300c))

### Bug Fixes

* added support for android sdk 3.2.0 ([c0407be](c0407be))
* bumped ios version to 2.0.0 ([95f74b9](95f74b9))
* for test case failure due to file path ([ce43198](ce43198))
* ios and android sdk version update ([28e9ad3](28e9ad3))
* ios sdk latest version ([66c4607](66c4607))
* support for expo client ([b641fd8](b641fd8))
* updated ios sdk to 1.2.2 ([6605d56](6605d56))
* updating to latest iOS SDK version ([a9c90f0](a9c90f0))
  • Loading branch information
semantic-release-bot committed Dec 30, 2022
1 parent 532c5c4 commit 9731b1e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## [2.0.0-beta.1](https://github.com/customerio/customerio-reactnative/compare/1.0.0...2.0.0-beta.1) (2022-12-30)


### ⚠ BREAKING CHANGES

* bumped ios version to 2.0.0

### Features

* expo user agent ([#49](https://github.com/customerio/customerio-reactnative/issues/49)) ([377300c](https://github.com/customerio/customerio-reactnative/commit/377300c76d1e8856908c0b231bb8cc2c4b51f97c))


### Bug Fixes

* added support for android sdk 3.2.0 ([c0407be](https://github.com/customerio/customerio-reactnative/commit/c0407bed6df4582be8646ed44662d80a5868ad17))
* bumped ios version to 2.0.0 ([95f74b9](https://github.com/customerio/customerio-reactnative/commit/95f74b9c5e25e7d60e688de11459c83e30b50ae6))
* for test case failure due to file path ([ce43198](https://github.com/customerio/customerio-reactnative/commit/ce431983f45dcb0503e248a36393fff6fb12db15))
* ios and android sdk version update ([28e9ad3](https://github.com/customerio/customerio-reactnative/commit/28e9ad37e93da5d29745068ae3a722d3a32c8460))
* ios sdk latest version ([66c4607](https://github.com/customerio/customerio-reactnative/commit/66c46075160001f30da8097062cd85898dd0c50d))
* support for expo client ([b641fd8](https://github.com/customerio/customerio-reactnative/commit/b641fd8b94ab023c8a3577dd47ebdf02e431a4d4))
* updated ios sdk to 1.2.2 ([6605d56](https://github.com/customerio/customerio-reactnative/commit/6605d563fe28fae7464d336c2673bb8620fdba5b))
* updating to latest iOS SDK version ([a9c90f0](https://github.com/customerio/customerio-reactnative/commit/a9c90f0358e1500103a474ea93e912bd2b7d2804))

## [2.0.0-alpha.1](https://github.com/customerio/customerio-reactnative/compare/1.0.1-alpha.3...2.0.0-alpha.1) (2022-12-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "customerio-reactnative",
"version": "2.0.0-alpha.1",
"version": "2.0.0-beta.1",
"description": "Official Customer.io SDK using React Native. Track customers and send messages to your iOS/Android apps.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 9731b1e

Please sign in to comment.