Skip to content

Commit

Permalink
chore(release): 2.17.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.17.2](v2.17.1...v2.17.2) (2023-06-29)

### Bug Fixes

* update LICENSE date (to bump version) ([#166](#166)) ([d0432ae](d0432ae))
  • Loading branch information
amplitude-sdk-bot committed Jun 29, 2023
1 parent d0432ae commit d779cf8
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.16.3):
- AnalyticsConnector (~> 1.0.0)
- amplitude-react-native (2.17.1):
- amplitude-react-native (2.17.2):
- Amplitude (= 8.16.3)
- React-Core
- AnalyticsConnector (1.0.0)
Expand Down Expand Up @@ -594,7 +594,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Amplitude: 10f20d4436fdcd38ddd5be1da7033fcc21f4143e
amplitude-react-native: c20798a730241f59dc7a3494b8adfa51ee137215
amplitude-react-native: 6e5b9e38c53e11a86f62f874a42cf176e2b82c86
AnalyticsConnector: 4c386d5972ac9da86e22d668564dbbac97558754
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
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.17.1",
"version": "2.17.2",
"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.17.1',
packageVersion: '2.17.2',
};

0 comments on commit d779cf8

Please sign in to comment.