Skip to content

Commit be6b73b

Browse files
chore: release main (#388)
🤖 I have created a release *beep* *boop* --- <details><summary>js-client-sdk-common: 1.0.0</summary> ## [1.0.0](js-client-sdk-common-v1.0.0...js-client-sdk-common-v1.0.0) (2024-03-05) ### Bug Fixes * Bug in sdk-client where withReasons was not passed to streamer. ([#387](#387)) ([15db92c](15db92c)) </details> <details><summary>@launchdarkly/react-native-client-sdk: 10.0.1</summary> ### Dependencies </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 15db92c commit be6b73b

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
"packages/store/node-server-sdk-dynamodb": "6.1.2",
1212
"packages/store/node-server-sdk-redis": "4.1.2",
1313
"packages/shared/sdk-client": "1.0.0",
14-
"packages/sdk/react-native": "10.0.0"
14+
"packages/sdk/react-native": "10.0.1"
1515
}

packages/sdk/react-native/CHANGELOG.md

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

3+
### Dependencies
4+
5+
6+
37
## [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)
48

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

packages/sdk/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/react-native-client-sdk",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "React Native LaunchDarkly SDK",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
66
"repository": {

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.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)
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-v0.2.1...js-client-sdk-common-v1.0.0) (2024-02-08)
411

512

0 commit comments

Comments
 (0)