Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Releasing version 9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Feb 9, 2024
1 parent 479cbd4 commit ec339e2
Show file tree
Hide file tree
Showing 4 changed files with 4,192 additions and 3,636 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to the LaunchDarkly React Native SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [9.0.3] - 2024-02-09
### Fixed:
- Add validation to ensure Context has a `kind` before passing into the native modules.

## [9.0.2] - 2024-02-08
### Changed:
- The `launchdarkly-react-native-client-sdk` project has been renamed to `@launchdarkly/react-native-client-sdk`. All future releases will be made from the [new repository](https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native). Please consider upgrading and filing potential requests in that repository's [issue tracker](https://github.com/launchdarkly/js-core/issues?q=is%3Aissue+is%3Aopen+label%3A%22package%3A+sdk%2Freact-native%22+sort%3Aupdated-desc).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchdarkly-react-native-client-sdk",
"version": "9.0.2",
"version": "9.0.3",
"description": "LaunchDarkly Client-side SDK for React Native",
"main": "index.js",
"types": "index.d.ts",
Expand Down
Loading

0 comments on commit ec339e2

Please sign in to comment.