Skip to content

Commit

Permalink
chore: release main (#332)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored Dec 27, 2023
1 parent 4cd4db2 commit 96144a0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
"packages/sdk/akamai-edgekv": "1.0.12",
"packages/shared/akamai-edgeworker-sdk": "1.0.4",
"packages/store/node-server-sdk-dynamodb": "6.0.4",
"packages/store/node-server-sdk-redis": "4.0.4"
"packages/store/node-server-sdk-redis": "4.0.4",
"packages/shared/sdk-client": "0.1.0",
"packages/sdk/react-native": "0.1.1"
}
6 changes: 6 additions & 0 deletions packages/sdk/react-native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Changelog

### Dependencies



## Changelog

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).
2 changes: 1 addition & 1 deletion packages/sdk/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@launchdarkly/react-native-client-sdk",
"version": "0.1.0",
"version": "0.1.1",
"description": "React Native LaunchDarkly SDK",
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
"repository": {
Expand Down
12 changes: 12 additions & 0 deletions packages/shared/sdk-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## 0.1.0 (2023-12-27)


### ⚠ BREAKING CHANGES

* Implement Migrations. Refactor for client SDKs. ([#293](https://github.com/launchdarkly/js-core/issues/293))

### Features

* 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 comments on commit 96144a0

Please sign in to comment.