Skip to content

Commit

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

### Features

* support for tracking plan information ([#115](#115)) ([5547d95](5547d95))
  • Loading branch information
amplitude-sdk-bot committed Mar 24, 2022
1 parent 5547d95 commit f770194
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.1):
- amplitude-react-native (2.10.0):
- 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: 8724d14e8c8c72535475a86135eafedde6f20890
amplitude-react-native: 0e7ad3adcea6e9e211f6e227d4ee7dd4d83d3f1b
AnalyticsConnector: 4c386d5972ac9da86e22d668564dbbac97558754
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
DoubleConversion: cde416483dac037923206447da6e1454df403714
Expand Down Expand Up @@ -392,4 +392,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 3f0c746ff115ec9587bcc50ef2e55b9e7fd15fcf

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
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.1",
"version": "2.10.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.9.1',
packageVersion: '2.10.0',
};

0 comments on commit f770194

Please sign in to comment.