Skip to content

Commit

Permalink
fix: Remove release-as for sdk-client and rn sdk and updated READMEs. (
Browse files Browse the repository at this point in the history
…#337)

Co-authored-by: LaunchDarklyReleaseBot <launchdarklyreleasebot@launchdarkly.com>
  • Loading branch information
yusinto and LaunchDarklyReleaseBot authored Dec 28, 2023
1 parent e9549c9 commit 52bf088
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
8 changes: 5 additions & 3 deletions packages/sdk/react-native/README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# LaunchDarkly React Native SDK

> [!WARNING]
> UNSUPPORTED This SDK is in pre-release development and is not supported.
[![NPM][sdk-react-native-npm-badge]][sdk-react-native-npm-link]
[![Actions Status][sdk-react-native-ci-badge]][sdk-react-native-ci]
[![Documentation][sdk-react-native-ghp-badge]][sdk-react-native-ghp-link]
[![NPM][sdk-react-native-dm-badge]][sdk-react-native-npm-link]
[![NPM][sdk-react-native-dt-badge]][sdk-react-native-npm-link]

> [!WARNING]
> UNSUPPORTED This SDK is in pre-release development and is not supported.
The LaunchDarkly React Native SDK is designed primarily for use in mobile environments. It follows the client-side LaunchDarkly model for multi-user contexts.

This SDK is a replacement of [launchdarkly-react-native-client-sdk](https://github.com/launchdarkly/react-native-client-sdk). Please consider updating your application to use this package instead.

For more information, see the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/client-side/react-native).

This library is an alpha version and should not be considered ready for production use while this message is visible.

## Install

```shell
Expand Down
3 changes: 3 additions & 0 deletions packages/shared/sdk-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
[![Actions Status][shared-sdk-client-ci-badge]][shared-sdk-client-ci]
[![Documentation][shared-sdk-client-ghp-badge]][shared-sdk-client-ghp-link]

> [!CAUTION]
> This package is for internal use only. Do not use it directly.
This project contains Typescript classes and interfaces that are applicable to client-side SDKs.

This library is a beta version and should not be considered ready for production use while this message is visible.
Expand Down
6 changes: 2 additions & 4 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
"packages": {
"packages/shared/common": {},
"packages/shared/sdk-client": {
"bump-minor-pre-major": true,
"release-as": "0.1.0"
"bump-minor-pre-major": true
},
"packages/shared/sdk-server": {},
"packages/shared/sdk-server-edge": {},
"packages/shared/akamai-edgeworker-sdk": {},
"packages/sdk/cloudflare": {},
"packages/sdk/react-native": {
"bump-minor-pre-major": true,
"release-as": "0.1.0"
"bump-minor-pre-major": true
},
"packages/sdk/server-node": {},
"packages/sdk/vercel": {
Expand Down

0 comments on commit 52bf088

Please sign in to comment.