Skip to content

Commit 96144a0

Browse files
chore: release main (#332)
🤖 I have created a release *beep* *boop* --- <details><summary>js-client-sdk-common: 0.1.0</summary> ## 0.1.0 (2023-12-27) ### ⚠ BREAKING CHANGES * Implement Migrations. Refactor for client SDKs. ([#293](#293)) ### Features * Implement Migrations. Refactor for client SDKs. ([#293](#293)) ([c66aa6e](c66aa6e)) </details> <details><summary>@launchdarkly/react-native-client-sdk: 0.1.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 4cd4db2 commit 96144a0

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@
99
"packages/sdk/akamai-edgekv": "1.0.12",
1010
"packages/shared/akamai-edgeworker-sdk": "1.0.4",
1111
"packages/store/node-server-sdk-dynamodb": "6.0.4",
12-
"packages/store/node-server-sdk-redis": "4.0.4"
12+
"packages/store/node-server-sdk-redis": "4.0.4",
13+
"packages/shared/sdk-client": "0.1.0",
14+
"packages/sdk/react-native": "0.1.1"
1315
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
# Changelog
22

3+
### Dependencies
4+
5+
6+
7+
## Changelog
8+
39
All notable changes to the LaunchDarkly SDK for React Native will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org).

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": "0.1.0",
3+
"version": "0.1.1",
44
"description": "React Native LaunchDarkly SDK",
55
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
66
"repository": {
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
## 0.1.0 (2023-12-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Implement Migrations. Refactor for client SDKs. ([#293](https://github.com/launchdarkly/js-core/issues/293))
9+
10+
### Features
11+
12+
* Implement Migrations. Refactor for client SDKs. ([#293](https://github.com/launchdarkly/js-core/issues/293)) ([c66aa6e](https://github.com/launchdarkly/js-core/commit/c66aa6ea0d12e1e4e565cb8378d367c31fab9c1b))

0 commit comments

Comments
 (0)