From 0b131c03e64c5cf2b1639e832f74ad02497f5192 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 5 Mar 2024 14:58:20 -0800
Subject: [PATCH] chore: release main (#391)
:robot: I have created a release *beep* *boop*
---
js-client-sdk-common: 1.0.1
##
[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)
### Bug Fixes
* 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))
react-native-client-sdk: 10.0.2
##
[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)
### Bug Fixes
* 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))
### Dependencies
* The following workspace dependencies were updated
* dependencies
* @launchdarkly/js-client-sdk-common bumped from 1.0.0 to 1.0.1
---
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>
---
.release-please-manifest.json | 4 ++--
packages/sdk/react-native/CHANGELOG.md | 14 ++++++++++++++
packages/sdk/react-native/package.json | 4 ++--
packages/shared/sdk-client/CHANGELOG.md | 7 +++++++
packages/shared/sdk-client/package.json | 2 +-
5 files changed, 26 insertions(+), 5 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index cd4d652278..03b9043962 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -10,6 +10,6 @@
"packages/shared/akamai-edgeworker-sdk": "1.1.0",
"packages/store/node-server-sdk-dynamodb": "6.1.2",
"packages/store/node-server-sdk-redis": "4.1.2",
- "packages/shared/sdk-client": "1.0.0",
- "packages/sdk/react-native": "10.0.1"
+ "packages/shared/sdk-client": "1.0.1",
+ "packages/sdk/react-native": "10.0.2"
}
diff --git a/packages/sdk/react-native/CHANGELOG.md b/packages/sdk/react-native/CHANGELOG.md
index a6def8e906..b7fc367bfd 100644
--- a/packages/sdk/react-native/CHANGELOG.md
+++ b/packages/sdk/react-native/CHANGELOG.md
@@ -4,6 +4,20 @@
+## [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)
+
+
+### Bug Fixes
+
+* 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))
+
+
+### Dependencies
+
+* The following workspace dependencies were updated
+ * dependencies
+ * @launchdarkly/js-client-sdk-common bumped from 1.0.0 to 1.0.1
+
## [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)
### Introducing `@launchdarkly/react-native-client-sdk` as a replacement for `launchdarkly-react-native-client-sdk`.
diff --git a/packages/sdk/react-native/package.json b/packages/sdk/react-native/package.json
index 68bff58326..5adf239e66 100644
--- a/packages/sdk/react-native/package.json
+++ b/packages/sdk/react-native/package.json
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/react-native-client-sdk",
- "version": "10.0.1",
+ "version": "10.0.2",
"description": "React Native LaunchDarkly SDK",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
"repository": {
@@ -43,7 +43,7 @@
"react-native": "*"
},
"dependencies": {
- "@launchdarkly/js-client-sdk-common": "1.0.0",
+ "@launchdarkly/js-client-sdk-common": "1.0.1",
"@react-native-async-storage/async-storage": "^1.21.0",
"base64-js": "^1.5.1",
"event-target-shim": "^6.0.2"
diff --git a/packages/shared/sdk-client/CHANGELOG.md b/packages/shared/sdk-client/CHANGELOG.md
index 81c27f893b..1c9b8fc119 100644
--- a/packages/shared/sdk-client/CHANGELOG.md
+++ b/packages/shared/sdk-client/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## [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)
+
+
+### Bug Fixes
+
+* 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))
+
## [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)
diff --git a/packages/shared/sdk-client/package.json b/packages/shared/sdk-client/package.json
index 7da53e08a9..8506ee8451 100644
--- a/packages/shared/sdk-client/package.json
+++ b/packages/shared/sdk-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/js-client-sdk-common",
- "version": "1.0.0",
+ "version": "1.0.1",
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",