Skip to content

Commit afb381a

Browse files
chore(release): 2.17.3 [skip ci]
## [2.17.3](v2.17.2...v2.17.3) (2024-02-09) ### Bug Fixes * bump up to latest iOS and android version ([#171](#171)) ([fc02161](fc02161))
1 parent 9fed16e commit afb381a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PODS:
22
- Amplitude (8.18.0):
33
- AnalyticsConnector (~> 1.0.0)
4-
- amplitude-react-native (2.17.2):
4+
- amplitude-react-native (2.17.3):
55
- Amplitude (= 8.18.0)
66
- React-Core
77
- AnalyticsConnector (1.0.0)
@@ -594,7 +594,7 @@ EXTERNAL SOURCES:
594594

595595
SPEC CHECKSUMS:
596596
Amplitude: 184def4f87aa26f94a93a7faa334e06b1cae704d
597-
amplitude-react-native: 2cff4fd67892c5cee06ac49eb550680899b2f55e
597+
amplitude-react-native: 9e5e0f4609366a2f714ab05dd7924f3c3073c075
598598
AnalyticsConnector: 4c386d5972ac9da86e22d668564dbbac97558754
599599
boost: 57d2868c099736d80fcd648bf211b4431e51a558
600600
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
@@ -650,4 +650,4 @@ SPEC CHECKSUMS:
650650

651651
PODFILE CHECKSUM: dffa5b3fe55e9c004d5622b8e8876c2158e463e6
652652

653-
COCOAPODS: 1.15.2
653+
COCOAPODS: 1.14.3

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.17.2",
3+
"version": "2.17.3",
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.17.2',
6+
packageVersion: '2.17.3',
77
};

0 commit comments

Comments
 (0)