Skip to content

Commit 03a2d2f

Browse files
chore: release main (#364)
🤖 I have created a release *beep* *boop* --- <details><summary>js-client-sdk-common: 0.2.1</summary> ## [0.2.1](js-client-sdk-common-v0.2.0...js-client-sdk-common-v0.2.1) (2024-02-07) ### Bug Fixes * Minor fixes from docs pr review. ([#363](#363)) ([4768bf7](4768bf7)) </details> <details><summary>react-native-client-sdk: 0.2.1</summary> ## [0.2.1](react-native-client-sdk-v0.2.0...react-native-client-sdk-v0.2.1) (2024-02-07) ### Bug Fixes * Babel TypeError due to event-target-shim ([#365](#365)) ([c1c0086](c1c0086)) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/js-client-sdk-common bumped from 0.2.0 to 0.2.1 </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 c1c0086 commit 03a2d2f

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,6 +10,6 @@
1010
"packages/shared/akamai-edgeworker-sdk": "1.1.0",
1111
"packages/store/node-server-sdk-dynamodb": "6.1.0",
1212
"packages/store/node-server-sdk-redis": "4.1.0",
13-
"packages/shared/sdk-client": "0.2.0",
14-
"packages/sdk/react-native": "0.2.0"
13+
"packages/shared/sdk-client": "0.2.1",
14+
"packages/sdk/react-native": "0.2.1"
1515
}

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+
## [0.2.1](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v0.2.0...react-native-client-sdk-v0.2.1) (2024-02-07)
4+
5+
6+
### Bug Fixes
7+
8+
* Babel TypeError due to event-target-shim ([#365](https://github.com/launchdarkly/js-core/issues/365)) ([c1c0086](https://github.com/launchdarkly/js-core/commit/c1c008610f36c8dd0c1e3da3cf9450c64d41874f))
9+
10+
11+
### Dependencies
12+
13+
* The following workspace dependencies were updated
14+
* dependencies
15+
* @launchdarkly/js-client-sdk-common bumped from 0.2.0 to 0.2.1
16+
317
## [0.2.0](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v0.1.5...react-native-client-sdk-v0.2.0) (2024-02-06)
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": "0.2.0",
3+
"version": "0.2.1",
44
"description": "React Native LaunchDarkly SDK",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
66
"repository": {
@@ -44,7 +44,7 @@
4444
"react-native": "*"
4545
},
4646
"dependencies": {
47-
"@launchdarkly/js-client-sdk-common": "0.2.0",
47+
"@launchdarkly/js-client-sdk-common": "0.2.1",
4848
"@react-native-async-storage/async-storage": "^1.21.0",
4949
"base64-js": "^1.5.1",
5050
"event-target-shim": "^6.0.2"

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+
## [0.2.1](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v0.2.0...js-client-sdk-common-v0.2.1) (2024-02-07)
4+
5+
6+
### Bug Fixes
7+
8+
* Minor fixes from docs pr review. ([#363](https://github.com/launchdarkly/js-core/issues/363)) ([4768bf7](https://github.com/launchdarkly/js-core/commit/4768bf72a6c7c6f48fb2742fbb75f4c0851275f0))
9+
310
## [0.2.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v0.1.2...js-client-sdk-common-v0.2.0) (2024-02-06)
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": "0.2.0",
3+
"version": "0.2.1",
44
"type": "commonjs",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)