Skip to content

Commit ea02136

Browse files
chore: release main (#870)
🤖 I have created a release *beep* *boop* --- <details><summary>jest: 0.1.7</summary> ## [0.1.7](jest-v0.1.6...jest-v0.1.7) (2025-05-22) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/react-native-client-sdk bumped from ~10.10.1 to ~10.10.2 </details> <details><summary>react-native-client-sdk: 10.10.2</summary> ## [10.10.2](react-native-client-sdk-v10.10.1...react-native-client-sdk-v10.10.2) (2025-05-22) ### Bug Fixes * Requestor initialized with wrong withReasons and useReport config ([#869](#869)) ([2e095c5](2e095c5)) </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>
1 parent 2e095c5 commit ea02136

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
@@ -12,10 +12,10 @@
1212
"packages/store/node-server-sdk-dynamodb": "6.2.11",
1313
"packages/store/node-server-sdk-redis": "4.2.11",
1414
"packages/shared/sdk-client": "1.14.0",
15-
"packages/sdk/react-native": "10.10.1",
15+
"packages/sdk/react-native": "10.10.2",
1616
"packages/telemetry/node-server-sdk-otel": "1.2.2",
1717
"packages/sdk/browser": "0.7.0",
1818
"packages/sdk/server-ai": "0.9.8",
1919
"packages/telemetry/browser-telemetry": "1.0.8",
20-
"packages/tooling/jest": "0.1.6"
20+
"packages/tooling/jest": "0.1.7"
2121
}

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.10.2](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.10.1...react-native-client-sdk-v10.10.2) (2025-05-22)
4+
5+
6+
### Bug Fixes
7+
8+
* Requestor initialized with wrong withReasons and useReport config ([#869](https://github.com/launchdarkly/js-core/issues/869)) ([2e095c5](https://github.com/launchdarkly/js-core/commit/2e095c5cc5790dd554d63745a5ebcbfb0f44139a))
9+
310
## [10.10.1](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.10.0...react-native-client-sdk-v10.10.1) (2025-05-21)
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.10.1",
3+
"version": "10.10.2",
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.7](https://github.com/launchdarkly/js-core/compare/jest-v0.1.6...jest-v0.1.7) (2025-05-22)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @launchdarkly/react-native-client-sdk bumped from ~10.10.1 to ~10.10.2
11+
312
## [0.1.6](https://github.com/launchdarkly/js-core/compare/jest-v0.1.5...jest-v0.1.6) (2025-05-21)
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.6",
3+
"version": "0.1.7",
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.10.1",
65+
"@launchdarkly/react-native-client-sdk": "~10.10.2",
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)