Skip to content

Commit 0b131c0

Browse files
chore: release main (#391)
🤖 I have created a release *beep* *boop* --- <details><summary>js-client-sdk-common: 1.0.1</summary> ## [1.0.1](js-client-sdk-common-v1.0.0...js-client-sdk-common-v1.0.1) (2024-03-05) ### Bug Fixes * Bug in sdk-client where withReasons was not passed to streamer. ([#387](#387)) ([15db92c](15db92c)) </details> <details><summary>react-native-client-sdk: 10.0.2</summary> ## [10.0.2](react-native-client-sdk-v10.0.1...react-native-client-sdk-v10.0.2) (2024-03-05) ### Bug Fixes * Guard against null auto env attributes and async-storage. ([#384](#384)) ([14ce392](14ce392)) ### Dependencies * The following workspace dependencies were updated * dependencies * @launchdarkly/js-client-sdk-common bumped from 1.0.0 to 1.0.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 84b3275 commit 0b131c0

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.2",
1212
"packages/store/node-server-sdk-redis": "4.1.2",
13-
"packages/shared/sdk-client": "1.0.0",
14-
"packages/sdk/react-native": "10.0.1"
13+
"packages/shared/sdk-client": "1.0.1",
14+
"packages/sdk/react-native": "10.0.2"
1515
}

packages/sdk/react-native/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55

66

7+
## [10.0.2](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.0.1...react-native-client-sdk-v10.0.2) (2024-03-05)
8+
9+
10+
### Bug Fixes
11+
12+
* Guard against null auto env attributes and async-storage. ([#384](https://github.com/launchdarkly/js-core/issues/384)) ([14ce392](https://github.com/launchdarkly/js-core/commit/14ce392ade486fa8168d2dae8375e4c201912f83))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* @launchdarkly/js-client-sdk-common bumped from 1.0.0 to 1.0.1
20+
721
## [10.0.0](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v0.2.1...react-native-client-sdk-v10.0.0) (2024-02-08)
822

923
### Introducing `@launchdarkly/react-native-client-sdk` as a replacement for `launchdarkly-react-native-client-sdk`.

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.0.1",
3+
"version": "10.0.2",
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.0.0",
46+
"@launchdarkly/js-client-sdk-common": "1.0.1",
4747
"@react-native-async-storage/async-storage": "^1.21.0",
4848
"base64-js": "^1.5.1",
4949
"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+
## [1.0.1](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.0.0...js-client-sdk-common-v1.0.1) (2024-03-05)
4+
5+
6+
### Bug Fixes
7+
8+
* Bug in sdk-client where withReasons was not passed to streamer. ([#387](https://github.com/launchdarkly/js-core/issues/387)) ([15db92c](https://github.com/launchdarkly/js-core/commit/15db92c4bd9657747aa80cd4157cef69bae6aa73))
9+
310
## [1.0.0](https://github.com/launchdarkly/js-core/compare/js-client-sdk-common-v1.0.0...js-client-sdk-common-v1.0.0) (2024-03-05)
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.0.0",
3+
"version": "1.0.1",
44
"type": "commonjs",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)