Skip to content

Commit

Permalink
chore(release): 2.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.11.0](v2.10.0...v2.11.0) (2022-04-04)

### Features

* Add versionId to tracking plan data ([#116](#116)) ([ce4f381](ce4f381))
  • Loading branch information
amplitude-sdk-bot committed Apr 4, 2022
1 parent ce4f381 commit 183a6b0
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.10.0):
- AnalyticsConnector (~> 1.0.0)
- amplitude-react-native (2.10.0):
- amplitude-react-native (2.11.0):
- Amplitude (= 8.10.0)
- React-Core
- AnalyticsConnector (1.0.0)
Expand Down Expand Up @@ -358,7 +358,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Amplitude: 2904f346250510b9e19a4e2262017bcf1d4368f9
amplitude-react-native: 5df352ae36a618cd2dc5a11a3639a336d294831b
amplitude-react-native: ca6de4820ff4f1476006dd53d16c50b959b5617b
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.10.0",
"version": "2.11.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.10.0',
packageVersion: '2.11.0',
};

0 comments on commit 183a6b0

Please sign in to comment.