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.0...v2.17.0) (2021-05-14)

### Features

* test ([b16a5db](b16a5db))
* test ([8d6bb2e](8d6bb2e))
  • Loading branch information
amplitude-sdk-bot committed May 14, 2021
1 parent b16a5db commit 8a901b2
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,6 +1,6 @@
PODS:
- Amplitude (8.2.0)
- amplitude-react-native (2.7.0):
- amplitude-react-native (2.17.0):
- Amplitude (= 8.2.0)
- React-Core
- boost-for-react-native (1.63.0)
Expand Down Expand Up @@ -355,7 +355,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Amplitude: 263118b9e691e73a1c864b05bb08a3aff3636d16
amplitude-react-native: f265fda02f7c490533d0d5905e33c168b0241a12
amplitude-react-native: e5f74b0567f7118e5f792fe3f0fe83981a6525a7
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cde416483dac037923206447da6e1454df403714
FBLazyVector: 3bb422f41b18121b71783a905c10e58606f7dc3e
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": "@hao.yu/test-amplitude-react-native",
"version": "2.16.0",
"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.0',
packageVersion: '2.17.0',
};

0 comments on commit 8a901b2

Please sign in to comment.