Skip to content

chore: remove all beta references #480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Publish
working-directory: ${{env.DIR}}
run: npm publish --tag beta
run: npm publish

create-github-release:
if: github.event.inputs.workspace == '' || github.event.inputs.workspace == 'core'
Expand Down
4 changes: 2 additions & 2 deletions MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Migrating to 2.0

Analytics-React-Native 2.0 is in public pilot and currently supports [these destinations](https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins) with Segment actively adding more to the list. Segment’s [First-Access and Beta terms](https://segment.com/legal/first-access-beta-preview/) govern this library.
Analytics-React-Native 2.0 currently supports [these destinations](https://github.com/segmentio/analytics-react-native/tree/master/packages/plugins) with Segment actively adding more to the list.
If you’re using `analytics-react-native 1.5.1` or older, follow these steps to migrate to the `analytics-react-native 2.0`. You can continue to use your React Native source write key for the migration to view historical events.

1. Update existing package

```sh
yarn upgrade @segment/analytics-react-native@2.0
yarn upgrade @segment/analytics-react-native
```
2. Add/Update pods
```sh
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# @segment/analytics-react-native [![circleci][circleci-image]][circleci-url]
# @segment/analytics-react-native

The hassle-free way to add Segment analytics to your React-Native app.

NOTE: This project is currently in development and is covered by Segment's [First Access & Beta Preview Terms](https://segment.com/legal/first-access-beta-preview/). We encourage you to try out this new library. Please provide feedback via Github issues/PRs, and feel free to submit pull requests. Customers should not use this library for production applications during our Pilot and Beta phases.

⚠️ This readme covers `analytics-react-native 2.0.0` and greater. The code and readme for `analytics-react-native` versions below `2.0.0` can be found on the `analytics-react-native-v1` branch.

## Table of Contents

- [@segment/analytics-react-native ![circleci](#segmentanalytics-react-native-circlecicircleci-url)
- [@segment/analytics-react-native](#segmentanalytics-react-native)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Expo](#expo)
- [Permissions](#permissions)
- [Migrating](#migrating)
- [Usage](#usage)
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-adjust/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-adjust",
"version": "0.2.0-beta",
"version": "0.2.0",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-amplitudeSession/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-amplitude-session",
"version": "0.2.0-beta",
"version": "0.2.0",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-appsflyer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-appsflyer",
"version": "0.2.0-beta",
"version": "0.2.0",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-braze/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-braze",
"version": "0.2.0-beta",
"version": "0.2.0",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-facebook-app-events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-facebook-app-events",
"version": "0.2.0-beta",
"version": "0.2.0",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-firebase",
"version": "0.2.0-beta",
"version": "0.2.0",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/plugin-idfa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@segment/analytics-react-native-plugin-idfa",
"version": "0.2.0-beta",
"version": "0.2.0",
"description": "The hassle-free way to add Segment analytics to your React-Native app.",
"main": "lib/commonjs/index",
"scripts": {
Expand Down