Skip to content

Commit

Permalink
chore(release): 2.9.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.9.1](v2.9.0...v2.9.1) (2022-03-17)

### Bug Fixes

* removed unused getUserId() ([#114](#114)) ([3e512c3](3e512c3))
  • Loading branch information
amplitude-sdk-bot committed Mar 17, 2022
1 parent 3e512c3 commit a0c6c1f
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.8.0):
- AnalyticsConnector (~> 1.0.0)
- amplitude-react-native (2.9.0):
- amplitude-react-native (2.9.1):
- Amplitude (= 8.8.0)
- React-Core
- AnalyticsConnector (1.0.0)
Expand Down Expand Up @@ -358,7 +358,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Amplitude: 710116f3539c225e86fb70a8abdcd20015683132
amplitude-react-native: e03f7caae9ee51e52f26951ec5bf4cb608691d1c
amplitude-react-native: 8724d14e8c8c72535475a86135eafedde6f20890
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.9.0",
"version": "2.9.1",
"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.9.0',
packageVersion: '2.9.1',
};

0 comments on commit a0c6c1f

Please sign in to comment.