Skip to content

Commit

Permalink
Merge branch 'main' into rehan/push-click-behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Oct 18, 2023
2 parents 7e618c8 + cf5ac29 commit 516f45f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@ jobs:
uses: cycjimmy/semantic-release-action@v4
id: semantic-release
with:
# version numbers below can be in many forms: M, M.m, M.m.p
# version should be greater than the 22.0.1 (https://github.com/semantic-release/semantic-release/releases/tag/v22.0.1)
# because previous version had a bug in commit analyzer
semantic_version: 22.0.5
semantic_version: latest
extra_plugins: |
conventional-changelog-conventionalcommits
@semantic-release/changelog
@semantic-release/git
@semantic-release/github
@semantic-release/exec
env:
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [3.1.12](https://github.com/customerio/customerio-reactnative/compare/3.1.11...3.1.12) (2023-10-11)


### Bug Fixes

* remove BQ tasks register device with empty profile identifier ([#207](https://github.com/customerio/customerio-reactnative/issues/207)) ([4cb9cbc](https://github.com/customerio/customerio-reactnative/commit/4cb9cbc9ec061f7129eded83db3e4ea946cf490b))

## [3.1.11](https://github.com/customerio/customerio-reactnative/compare/3.1.10...3.1.11) (2023-09-28)


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "customerio-reactnative",
"version": "3.1.11",
"version": "3.1.12",
"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",
"types": "lib/typescript/index.d.ts",
"react-native": "src/index",
"source": "src/index",
"expoVersion": "",
"cioNativeiOSSdkVersion": "= 2.8.1",
"cioNativeiOSSdkVersion": "= 2.8.3",
"files": [
"src",
"lib",
Expand Down

0 comments on commit 516f45f

Please sign in to comment.