Skip to content

Commit 04c3a03

Browse files
chore: release main (#975)
🤖 I have created a release *beep* *boop* --- <details><summary>jest: 0.1.12</summary> ## [0.1.12](jest-v0.1.11...jest-v0.1.12) (2025-11-03) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/react-native-client-sdk bumped from ~10.11.0 to ~10.12.0 </details> <details><summary>react-native-client-sdk: 10.12.0</summary> ## [10.12.0](react-native-client-sdk-v10.11.0...react-native-client-sdk-v10.12.0) (2025-11-03) ### Features * add support for steaming in Vega OS ([#974](#974)) ([7b6ac03](7b6ac03)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Release React Native SDK 10.12.0 (adds Vega OS streaming) and update Jest tooling to 0.1.12 with dependency bump; update manifest and package versions. > > - **SDKs** > - **React Native** (`packages/sdk/react-native`): bump to `10.12.0`; changelog adds feature for Vega OS streaming; update `package.json` version. > - **Tooling** > - **Jest** (`packages/tooling/jest`): bump to `0.1.12`; update dependency `@launchdarkly/react-native-client-sdk` to `~10.12.0`; changelog updated. > - **Release metadata** > - Update versions in `.release-please-manifest.json` for `packages/sdk/react-native` and `packages/tooling/jest`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit df0d550. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7b6ac03 commit 04c3a03

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"packages/sdk/cloudflare": "2.7.10",
99
"packages/sdk/combined-browser": "0.0.0",
1010
"packages/sdk/fastly": "0.2.1",
11-
"packages/sdk/react-native": "10.11.0",
11+
"packages/sdk/react-native": "10.12.0",
1212
"packages/sdk/server-ai": "0.12.3",
1313
"packages/sdk/server-node": "9.10.2",
1414
"packages/sdk/vercel": "1.3.34",
@@ -21,5 +21,5 @@
2121
"packages/store/node-server-sdk-redis": "4.2.14",
2222
"packages/telemetry/browser-telemetry": "1.0.11",
2323
"packages/telemetry/node-server-sdk-otel": "1.3.2",
24-
"packages/tooling/jest": "0.1.11"
24+
"packages/tooling/jest": "0.1.12"
2525
}

packages/sdk/react-native/CHANGELOG.md

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

3+
## [10.12.0](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.11.0...react-native-client-sdk-v10.12.0) (2025-11-03)
4+
5+
6+
### Features
7+
8+
* add support for steaming in Vega OS ([#974](https://github.com/launchdarkly/js-core/issues/974)) ([7b6ac03](https://github.com/launchdarkly/js-core/commit/7b6ac037b697e6e3a2ccf7c22b519510f02f8364))
9+
310
## [10.11.0](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.10.5...react-native-client-sdk-v10.11.0) (2025-09-16)
411

512

packages/sdk/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/react-native-client-sdk",
3-
"version": "10.11.0",
3+
"version": "10.12.0",
44
"description": "React Native LaunchDarkly SDK",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
66
"repository": {

packages/tooling/jest/CHANGELOG.md

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

3+
## [0.1.12](https://github.com/launchdarkly/js-core/compare/jest-v0.1.11...jest-v0.1.12) (2025-11-03)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @launchdarkly/react-native-client-sdk bumped from ~10.11.0 to ~10.12.0
11+
312
## [0.1.11](https://github.com/launchdarkly/js-core/compare/jest-v0.1.10...jest-v0.1.11) (2025-09-16)
413

514

packages/tooling/jest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/jest",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "Easily unit test LaunchDarkly feature flagged components with jest",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/tooling/jest",
66
"repository": {
@@ -62,7 +62,7 @@
6262
"typescript": "5.1.6"
6363
},
6464
"dependencies": {
65-
"@launchdarkly/react-native-client-sdk": "~10.11.0",
65+
"@launchdarkly/react-native-client-sdk": "~10.12.0",
6666
"@testing-library/react-hooks": "^8.0.1",
6767
"@testing-library/react-native": "^12.7.2",
6868
"@types/lodash": "^4.17.7",

0 commit comments

Comments
 (0)