Skip to content

Commit c2d284c

Browse files
chore: release main (#368)
🤖 I have created a release *beep* *boop* --- <details><summary>js-client-sdk-common: 1.0.0</summary> ## [1.0.0](js-client-sdk-common-v0.2.1...js-client-sdk-common-v1.0.0) (2024-02-08) ### Features * React Native SDK major release. ([#369](#369)) ([1d5ca40](1d5ca40)) </details> <details><summary>react-native-client-sdk: 10.0.0</summary> ## [10.0.0](react-native-client-sdk-v0.2.1...react-native-client-sdk-v10.0.0) (2024-02-08) ### Features * React Native SDK major release. ([#369](#369)) ([1d5ca40](1d5ca40)) ### Bug Fixes * Fix Detox e2e tests broken after 0.73 update. ([#366](#366)) ([6349b98](6349b98)) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/js-client-sdk-common bumped from 0.2.1 to 1.0.0 </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Yusinto Ngadiman <[email protected]>
1 parent 1d5ca40 commit c2d284c

File tree

5 files changed

+38
-5
lines changed

5 files changed

+38
-5
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"packages/shared/akamai-edgeworker-sdk": "1.1.0",
1111
"packages/store/node-server-sdk-dynamodb": "6.1.0",
1212
"packages/store/node-server-sdk-redis": "4.1.0",
13-
"packages/shared/sdk-client": "0.2.1",
14-
"packages/sdk/react-native": "0.2.1"
13+
"packages/shared/sdk-client": "1.0.0",
14+
"packages/sdk/react-native": "10.0.0"
1515
}

packages/sdk/react-native/CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

3+
## [10.0.0](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v0.2.1...react-native-client-sdk-v10.0.0) (2024-02-08)
4+
5+
### Introducing `@launchdarkly/react-native-client-sdk` as a replacement for `launchdarkly-react-native-client-sdk`.
6+
7+
* The SDK has been re-written in Typescript.
8+
* Supports Expo.
9+
* The SDK has been moved to a new [repository](https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native) in github.
10+
* The SDK has a new [package name](https://www.npmjs.com/package/@launchdarkly/react-native-client-sdk).
11+
12+
13+
### Features
14+
15+
* React Native SDK major release. ([#369](https://github.com/launchdarkly/js-core/issues/369)) ([1d5ca40](https://github.com/launchdarkly/js-core/commit/1d5ca40888c4db4bb938884ca55732750fb10614))
16+
17+
18+
### Bug Fixes
19+
20+
* Fix Detox e2e tests broken after 0.73 update. ([#366](https://github.com/launchdarkly/js-core/issues/366)) ([6349b98](https://github.com/launchdarkly/js-core/commit/6349b98e70554d8240f0e8d6b1090e4c37bde6eb))
21+
22+
23+
### Dependencies
24+
25+
* The following workspace dependencies were updated
26+
* dependencies
27+
* @launchdarkly/js-client-sdk-common bumped from 0.2.1 to 1.0.0
28+
329
## [0.2.1](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v0.2.0...react-native-client-sdk-v0.2.1) (2024-02-07)
430

531

packages/sdk/react-native/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/react-native-client-sdk",
3-
"version": "0.2.1",
3+
"version": "10.0.0",
44
"description": "React Native LaunchDarkly SDK",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
66
"repository": {
@@ -44,7 +44,7 @@
4444
"react-native": "*"
4545
},
4646
"dependencies": {
47-
"@launchdarkly/js-client-sdk-common": "0.2.1",
47+
"@launchdarkly/js-client-sdk-common": "1.0.0",
4848
"@react-native-async-storage/async-storage": "^1.21.0",
4949
"base64-js": "^1.5.1",
5050
"event-target-shim": "^6.0.2"

packages/shared/sdk-client/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v0.2.1...js-client-sdk-common-v1.0.0) (2024-02-08)
4+
5+
6+
### Features
7+
8+
* React Native SDK major release. ([#369](https://github.com/launchdarkly/js-core/issues/369)) ([1d5ca40](https://github.com/launchdarkly/js-core/commit/1d5ca40888c4db4bb938884ca55732750fb10614))
9+
310
## [0.2.1](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v0.2.0...js-client-sdk-common-v0.2.1) (2024-02-07)
411

512

packages/shared/sdk-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/js-client-sdk-common",
3-
"version": "0.2.1",
3+
"version": "1.0.0",
44
"type": "commonjs",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)