Skip to content

Commit 6cbf4f9

Browse files
chore: release main (#638)
🤖 I have created a release *beep* *boop* --- <details><summary>js-client-sdk: 0.2.0</summary> ## [0.2.0](js-client-sdk-v0.1.0...js-client-sdk-v0.2.0) (2024-10-29) ### Features * Add a module for increased backward compatibility. ([#637](#637)) ([44a2237](44a2237)) * Refine CJS/ESM build configuration for browser SDK. ([#640](#640)) ([ec4377c](ec4377c)) * Vendor escapeStringRegexp to simplify builds. ([48cac54](48cac54)) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/js-client-sdk-common bumped from 1.10.0 to 1.11.0 </details> <details><summary>js-client-sdk-common: 1.11.0</summary> ## [1.11.0](js-client-sdk-common-v1.10.0...js-client-sdk-common-v1.11.0) (2024-10-29) ### Features * Add a module for increased backward compatibility. ([#637](#637)) ([44a2237](44a2237)) </details> <details><summary>react-native-client-sdk: 10.9.1</summary> ## [10.9.1](react-native-client-sdk-v10.9.0...react-native-client-sdk-v10.9.1) (2024-10-29) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/js-client-sdk-common bumped from 1.10.0 to 1.11.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>
1 parent ec4377c commit 6cbf4f9

File tree

7 files changed

+40
-8
lines changed

7 files changed

+40
-8
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"packages/shared/akamai-edgeworker-sdk": "1.3.0",
1111
"packages/store/node-server-sdk-dynamodb": "6.2.0",
1212
"packages/store/node-server-sdk-redis": "4.2.0",
13-
"packages/shared/sdk-client": "1.10.0",
14-
"packages/sdk/react-native": "10.9.0",
13+
"packages/shared/sdk-client": "1.11.0",
14+
"packages/sdk/react-native": "10.9.1",
1515
"packages/telemetry/node-server-sdk-otel": "1.1.0",
16-
"packages/sdk/browser": "0.1.0"
16+
"packages/sdk/browser": "0.2.0"
1717
}

packages/sdk/browser/CHANGELOG.md

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

3+
## [0.2.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-v0.1.0...js-client-sdk-v0.2.0) (2024-10-29)
4+
5+
6+
### Features
7+
8+
* Add a module for increased backward compatibility. ([#637](https://github.com/launchdarkly/js-core/issues/637)) ([44a2237](https://github.com/launchdarkly/js-core/commit/44a223730fed10fbd75e8de7c87c63570774fe96))
9+
* Refine CJS/ESM build configuration for browser SDK. ([#640](https://github.com/launchdarkly/js-core/issues/640)) ([ec4377c](https://github.com/launchdarkly/js-core/commit/ec4377cc2afc62455aba769c20f3831cccd50250))
10+
* Vendor escapeStringRegexp to simplify builds. ([48cac54](https://github.com/launchdarkly/js-core/commit/48cac546f6d36a6b70f3b1f7cb72d1dcff2b50ba))
11+
12+
13+
### Dependencies
14+
15+
* The following workspace dependencies were updated
16+
* dependencies
17+
* @launchdarkly/js-client-sdk-common bumped from 1.10.0 to 1.11.0
18+
319
## [0.1.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-v0.0.1...js-client-sdk-v0.1.0) (2024-10-17)
420

521

packages/sdk/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/js-client-sdk",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "LaunchDarkly SDK for JavaScript in Browsers",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/browser",
66
"repository": {
@@ -55,7 +55,7 @@
5555
"check": "yarn prettier && yarn lint && yarn build && yarn test"
5656
},
5757
"dependencies": {
58-
"@launchdarkly/js-client-sdk-common": "1.10.0"
58+
"@launchdarkly/js-client-sdk-common": "1.11.0"
5959
},
6060
"devDependencies": {
6161
"@jest/globals": "^29.7.0",

packages/sdk/react-native/CHANGELOG.md

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

3+
## [10.9.1](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.9.0...react-native-client-sdk-v10.9.1) (2024-10-29)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @launchdarkly/js-client-sdk-common bumped from 1.10.0 to 1.11.0
11+
312
## [10.9.0](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.8.0...react-native-client-sdk-v10.9.0) (2024-10-17)
413

514

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": "10.9.0",
3+
"version": "10.9.1",
44
"description": "React Native LaunchDarkly SDK",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
66
"repository": {
@@ -41,7 +41,7 @@
4141
"react-native": "*"
4242
},
4343
"dependencies": {
44-
"@launchdarkly/js-client-sdk-common": "1.10.0",
44+
"@launchdarkly/js-client-sdk-common": "1.11.0",
4545
"@react-native-async-storage/async-storage": "^1.21.0",
4646
"base64-js": "^1.5.1"
4747
},

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.11.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.10.0...js-client-sdk-common-v1.11.0) (2024-10-29)
4+
5+
6+
### Features
7+
8+
* Add a module for increased backward compatibility. ([#637](https://github.com/launchdarkly/js-core/issues/637)) ([44a2237](https://github.com/launchdarkly/js-core/commit/44a223730fed10fbd75e8de7c87c63570774fe96))
9+
310
## [1.10.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.9.0...js-client-sdk-common-v1.10.0) (2024-10-17)
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": "1.10.0",
3+
"version": "1.11.0",
44
"type": "module",
55
"main": "./dist/esm/index.mjs",
66
"types": "./dist/esm/index.d.ts",

0 commit comments

Comments
 (0)