Skip to content

Commit ad99b87

Browse files
committed
build: v2.1.0 beta
1 parent 2d69cc1 commit ad99b87

File tree

10 files changed

+11
-10
lines changed

10 files changed

+11
-10
lines changed

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.1",
3+
"version": "2.1.0-beta",
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ describe('#getContext', () => {
4040
},
4141
library: {
4242
name: '@segment/analytics-react-native',
43-
version: '2.0.0-pilot.1',
43+
// TODO: Mock this value
44+
version: '2.1.0-beta',
4445
},
4546
locale: 'en_US',
4647
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.1",
3+
"version": "0.2.0-beta",
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.1",
3+
"version": "0.2.0-beta",
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.1",
3+
"version": "0.2.0-beta",
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.1",
3+
"version": "0.2.0-beta",
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.1",
3+
"version": "0.2.0-beta",
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-facebook-app-events/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-facebook-app-events",
3-
"version": "0.1.0-pilot.1",
3+
"version": "0.2.0-beta",
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.1",
3+
"version": "0.2.0-beta",
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.1",
3+
"version": "0.2.0-beta",
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)