@launchdarkly/react-native-client-sdk 10.10.5 → 10.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/package.json +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [10.11.0](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.10.5...react-native-client-sdk-v10.11.0) (2025-09-16)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* Update react native async local storage to v2. ([#930](https://github.com/launchdarkly/js-core/issues/930)) ([4888b33](https://github.com/launchdarkly/js-core/commit/4888b33f28cedb22426b13a02697b1c25a2711d1))
|
|
9
|
+
|
|
3
10
|
## [10.10.5](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.10.4...react-native-client-sdk-v10.10.5) (2025-07-23)
|
|
4
11
|
|
|
5
12
|
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@launchdarkly/react-native-client-sdk",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.11.0",
|
|
4
4
|
"description": "React Native LaunchDarkly SDK",
|
|
5
5
|
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
|
|
6
6
|
"repository": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@launchdarkly/js-client-sdk-common": "1.15.1",
|
|
45
|
-
"@react-native-async-storage/async-storage": "^
|
|
45
|
+
"@react-native-async-storage/async-storage": "^2.0.0",
|
|
46
46
|
"base64-js": "^1.5.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@launchdarkly/react-native-client-sdk",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.11.0",
|
|
4
4
|
"description": "React Native LaunchDarkly SDK",
|
|
5
5
|
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/react-native",
|
|
6
6
|
"repository": {
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@launchdarkly/js-client-sdk-common": "1.15.1",
|
|
45
|
-
"@react-native-async-storage/async-storage": "^
|
|
45
|
+
"@react-native-async-storage/async-storage": "^2.0.0",
|
|
46
46
|
"base64-js": "^1.5.1"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|