Skip to content

Commit 66f978b

Browse files
chore: release main (#546)
🤖 I have created a release *beep* *boop* --- <details><summary>js-client-sdk-common: 1.4.0</summary> ## [1.4.0](js-client-sdk-common-v1.3.0...js-client-sdk-common-v1.4.0) (2024-08-15) ### Features * Remove event target shim. ([#545](#545)) ([448ad67](448ad67)), closes [#412](#412) </details> <details><summary>react-native-client-sdk: 10.5.0</summary> ## [10.5.0](react-native-client-sdk-v10.4.0...react-native-client-sdk-v10.5.0) (2024-08-15) ### Features * Remove event target shim. ([#545](#545)) ([448ad67](448ad67)), closes [#412](#412) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/js-client-sdk-common bumped from 1.3.0 to 1.4.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 448ad67 commit 66f978b

File tree

5 files changed

+26
-5
lines changed

5 files changed

+26
-5
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"packages/shared/akamai-edgeworker-sdk": "1.1.12",
1111
"packages/store/node-server-sdk-dynamodb": "6.1.18",
1212
"packages/store/node-server-sdk-redis": "4.1.18",
13-
"packages/shared/sdk-client": "1.3.0",
14-
"packages/sdk/react-native": "10.4.0",
13+
"packages/shared/sdk-client": "1.4.0",
14+
"packages/sdk/react-native": "10.5.0",
1515
"packages/telemetry/node-server-sdk-otel": "1.0.10"
1616
}

packages/sdk/react-native/CHANGELOG.md

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

3+
## [10.5.0](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.4.0...react-native-client-sdk-v10.5.0) (2024-08-15)
4+
5+
6+
### Features
7+
8+
* Remove event target shim. ([#545](https://github.com/launchdarkly/js-core/issues/545)) ([448ad67](https://github.com/launchdarkly/js-core/commit/448ad67815b9ec29abd322ed8483b2367147b146)), closes [#412](https://github.com/launchdarkly/js-core/issues/412)
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @launchdarkly/js-client-sdk-common bumped from 1.3.0 to 1.4.0
16+
317
## [10.4.0](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.3.1...react-native-client-sdk-v10.4.0) (2024-08-12)
418

519

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.4.0",
3+
"version": "10.5.0",
44
"description": "React Native LaunchDarkly SDK",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
66
"repository": {
@@ -43,7 +43,7 @@
4343
"react-native": "*"
4444
},
4545
"dependencies": {
46-
"@launchdarkly/js-client-sdk-common": "1.3.0",
46+
"@launchdarkly/js-client-sdk-common": "1.4.0",
4747
"@react-native-async-storage/async-storage": "^1.21.0",
4848
"base64-js": "^1.5.1"
4949
},

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.4.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.3.0...js-client-sdk-common-v1.4.0) (2024-08-15)
4+
5+
6+
### Features
7+
8+
* Remove event target shim. ([#545](https://github.com/launchdarkly/js-core/issues/545)) ([448ad67](https://github.com/launchdarkly/js-core/commit/448ad67815b9ec29abd322ed8483b2367147b146)), closes [#412](https://github.com/launchdarkly/js-core/issues/412)
9+
310
## [1.3.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.2.0...js-client-sdk-common-v1.3.0) (2024-08-12)
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.3.0",
3+
"version": "1.4.0",
44
"type": "commonjs",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)