Skip to content
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
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"packages/sdk/cloudflare": "2.7.10",
"packages/sdk/combined-browser": "0.0.0",
"packages/sdk/fastly": "0.2.1",
"packages/sdk/react-native": "10.11.0",
"packages/sdk/react-native": "10.12.0",
"packages/sdk/server-ai": "0.12.3",
"packages/sdk/server-node": "9.10.2",
"packages/sdk/vercel": "1.3.34",
Expand All @@ -21,5 +21,5 @@
"packages/store/node-server-sdk-redis": "4.2.14",
"packages/telemetry/browser-telemetry": "1.0.11",
"packages/telemetry/node-server-sdk-otel": "1.3.2",
"packages/tooling/jest": "0.1.11"
"packages/tooling/jest": "0.1.12"
}
7 changes: 7 additions & 0 deletions packages/sdk/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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)


### Features

* 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))

## [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)


Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/react-native-client-sdk",
"version": "10.11.0",
"version": "10.12.0",
"description": "React Native LaunchDarkly SDK",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/tooling/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.1.12](https://github.com/launchdarkly/js-core/compare/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

## [0.1.11](https://github.com/launchdarkly/js-core/compare/jest-v0.1.10...jest-v0.1.11) (2025-09-16)


Expand Down
4 changes: 2 additions & 2 deletions packages/tooling/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/jest",
"version": "0.1.11",
"version": "0.1.12",
"description": "Easily unit test LaunchDarkly feature flagged components with jest",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/tooling/jest",
"repository": {
Expand Down Expand Up @@ -62,7 +62,7 @@
"typescript": "5.1.6"
},
"dependencies": {
"@launchdarkly/react-native-client-sdk": "~10.11.0",
"@launchdarkly/react-native-client-sdk": "~10.12.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.7.2",
"@types/lodash": "^4.17.7",
Expand Down