Skip to content

Commit caef2a3

Browse files
committed
chore: fixed tests
1 parent 7a588c0 commit caef2a3

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,9 @@ PODS:
370370
- React-Core
371371
- RNGestureHandler (1.10.3):
372372
- React-Core
373-
- segment-analytics-react-native (2.0.0-pilot):
373+
- segment-analytics-react-native (2.0.0-pilot.1):
374374
- React-Core
375-
- segment-analytics-react-native-plugin-idfa (0.1.0-pilot):
375+
- segment-analytics-react-native-plugin-idfa (0.1.0-pilot.1):
376376
- React-Core
377377
- Yoga (1.14.0)
378378

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native",
3-
"version": "2.0.0-pilot",
3+
"version": "2.0.0-pilot.1",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {

packages/core/src/__tests__/context.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('#getContext', () => {
4040
},
4141
library: {
4242
name: '@segment/analytics-react-native',
43-
version: '2.0.0',
43+
version: '2.0.0-pilot.1',
4444
},
4545
locale: 'en_US',
4646
network: {

packages/plugins/plugin-adjust/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native-plugin-adjust",
3-
"version": "0.1.0-pilot",
3+
"version": "0.1.0-pilot.1",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {

packages/plugins/plugin-amplitudeSession/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native-plugin-amplitude-session",
3-
"version": "0.1.0-pilot",
3+
"version": "0.1.0-pilot.1",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {

packages/plugins/plugin-appsflyer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native-plugin-appsflyer",
3-
"version": "0.1.0-pilot",
3+
"version": "0.1.0-pilot.1",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {

packages/plugins/plugin-braze/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native-plugin-braze",
3-
"version": "0.1.0-pilot",
3+
"version": "0.1.0-pilot.1",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {

packages/plugins/plugin-consentManager/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native-plugin-consent-manager",
3-
"version": "0.1.0-pilot",
3+
"version": "0.1.0-pilot.1",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {

packages/plugins/plugin-firebase/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native-plugin-firebase",
3-
"version": "0.1.0-pilot",
3+
"version": "0.1.0-pilot.1",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {

packages/plugins/plugin-idfa/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@segment/analytics-react-native-plugin-idfa",
3-
"version": "0.1.0-pilot",
3+
"version": "0.1.0-pilot.1",
44
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
55
"main": "lib/commonjs/index",
66
"scripts": {

0 commit comments

Comments
 (0)