Skip to content

Commit

Permalink
chore(release): 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.3.1](v2.3.0...v2.3.1) (2021-06-23)

### Bug Fixes

* Added support for tvOS ([d981ddd](d981ddd))
  • Loading branch information
amplitude-sdk-bot committed Jun 24, 2021
1 parent d981ddd commit d7e3487
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.3.0):
- amplitude-react-native (2.3.1):
- 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: c0f43590a4e61bcd30d7494e1c6151c517be48a4
amplitude-react-native: b6d6c83231ccb5626f50afe595764ef8e9753e04
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": "@amplitude/react-native",
"version": "2.3.0",
"version": "2.3.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.3.0',
packageVersion: '2.3.1',
};

0 comments on commit d7e3487

Please sign in to comment.