Skip to content

Commit 2964dd5

Browse files
chore(release): 2.16.2 [skip ci]
## [2.16.2](v2.16.1...v2.16.2) (2022-11-07) ### Bug Fixes * NativeEventEmitter warning on iOS ([#150](#150)) ([bf9f7b9](bf9f7b9))
1 parent 3e78980 commit 2964dd5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- Amplitude (8.13.0):
33
- AnalyticsConnector (~> 1.0.0)
4-
- amplitude-react-native (2.16.1):
4+
- amplitude-react-native (2.16.2):
55
- Amplitude (= 8.13.0)
66
- React-Core
77
- AnalyticsConnector (1.0.0)
@@ -358,7 +358,7 @@ EXTERNAL SOURCES:
358358

359359
SPEC CHECKSUMS:
360360
Amplitude: 0a239d682bc9ec1eb7a7b318af2541130ecd4bd3
361-
amplitude-react-native: 17cc9d5247e6027ab36d027c356bd173c951c18f
361+
amplitude-react-native: 2a78e3ecb2ba558bd8f6ec53eb9d7de9f4c6aa9c
362362
AnalyticsConnector: 4c386d5972ac9da86e22d668564dbbac97558754
363363
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
364364
DoubleConversion: cde416483dac037923206447da6e1454df403714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@amplitude/react-native",
3-
"version": "2.16.1",
3+
"version": "2.16.2",
44
"description": "Official React Native SDK",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ export const Constants: {
33
packageVersion: string;
44
} = {
55
packageSourceName: 'amplitude-react-native',
6-
packageVersion: '2.16.1',
6+
packageVersion: '2.16.2',
77
};

0 commit comments

Comments
 (0)