Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.0...v2.3.0) (2021-05-19)

### Features

* implement setMinTimeBetweenSessionsMillis API ([#75](#75)) ([4fc14bd](4fc14bd))
  • Loading branch information
amplitude-sdk-bot committed May 19, 2021
1 parent 57dd1b4 commit b4bcc8f
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.2.0):
- amplitude-react-native (2.3.0):
- 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: 1f421982e95ccc59abe2c77c8f276e177b5af0c9
amplitude-react-native: c0f43590a4e61bcd30d7494e1c6151c517be48a4
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.2.0",
"version": "2.3.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.2.0',
packageVersion: '2.3.0',
};

0 comments on commit b4bcc8f

Please sign in to comment.