Skip to content

Commit

Permalink
chore(release): 2.17.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.17.0](v2.16.2...v2.17.0) (2022-12-21)

### Features

* add boolean value to identify ([#155](#155)) ([b5eec9a](b5eec9a))
  • Loading branch information
amplitude-sdk-bot committed Dec 21, 2022
1 parent b5eec9a commit a027e5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Amplitude (8.13.0):
- AnalyticsConnector (~> 1.0.0)
- amplitude-react-native (2.16.2):
- amplitude-react-native (2.17.0):
- Amplitude (= 8.13.0)
- React-Core
- AnalyticsConnector (1.0.0)
Expand Down Expand Up @@ -358,7 +358,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Amplitude: 0a239d682bc9ec1eb7a7b318af2541130ecd4bd3
amplitude-react-native: 2a78e3ecb2ba558bd8f6ec53eb9d7de9f4c6aa9c
amplitude-react-native: 1c2f788c0441a59517d2ce7243aa1f8e23650e3b
AnalyticsConnector: 4c386d5972ac9da86e22d668564dbbac97558754
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cde416483dac037923206447da6e1454df403714
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": "@amplitude/react-native",
"version": "2.16.2",
"version": "2.17.0",
"description": "Official React Native SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ export const Constants: {
packageVersion: string;
} = {
packageSourceName: 'amplitude-react-native',
packageVersion: '2.16.2',
packageVersion: '2.17.0',
};

0 comments on commit a027e5d

Please sign in to comment.