Skip to content

Commit

Permalink
chore(release): 2.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.7.1](v2.7.0...v2.7.1) (2022-02-04)

### Bug Fixes

* remove double-quoted imports from React-Core ([#108](#108)) ([cd70f44](cd70f44))
  • Loading branch information
amplitude-sdk-bot committed Feb 4, 2022
1 parent cd70f44 commit 847edf9
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.7.1)
- amplitude-react-native (2.7.0):
- amplitude-react-native (2.7.1):
- Amplitude (= 8.7.1)
- React-Core
- boost-for-react-native (1.63.0)
Expand Down Expand Up @@ -355,7 +355,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Amplitude: 834c7332dfb9640a751e21c13efb22a07c0c12d4
amplitude-react-native: 0ed8cab759aafaa94961b82122bf56297da607ad
amplitude-react-native: 625569fcd4efd56a82247bb0164289f2f611c771
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.7.0",
"version": "2.7.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.7.0',
packageVersion: '2.7.1',
};

0 comments on commit 847edf9

Please sign in to comment.