@launchdarkly/react-native-client-sdk 10.10.3 → 10.10.5

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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [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
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @launchdarkly/js-client-sdk-common bumped from 1.15.0 to 1.15.1
11
+
12
+ ## [10.10.4](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.10.3...react-native-client-sdk-v10.10.4) (2025-06-17)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @launchdarkly/js-client-sdk-common bumped from 1.14.1 to 1.15.0
20
+
3
21
  ## [10.10.3](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.10.2...react-native-client-sdk-v10.10.3) (2025-06-03)
4
22
 
5
23
 
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/react-native-client-sdk",
3
- "version": "10.10.3",
3
+ "version": "10.10.5",
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": {
@@ -41,7 +41,7 @@
41
41
  "react-native": "*"
42
42
  },
43
43
  "dependencies": {
44
- "@launchdarkly/js-client-sdk-common": "1.14.1",
44
+ "@launchdarkly/js-client-sdk-common": "1.15.1",
45
45
  "@react-native-async-storage/async-storage": "^1.21.0",
46
46
  "base64-js": "^1.5.1"
47
47
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/react-native-client-sdk",
3
- "version": "10.10.3",
3
+ "version": "10.10.5",
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": {
@@ -41,7 +41,7 @@
41
41
  "react-native": "*"
42
42
  },
43
43
  "dependencies": {
44
- "@launchdarkly/js-client-sdk-common": "1.14.1",
44
+ "@launchdarkly/js-client-sdk-common": "1.15.1",
45
45
  "@react-native-async-storage/async-storage": "^1.21.0",
46
46
  "base64-js": "^1.5.1"
47
47
  },