@launchdarkly/react-native-client-sdk 10.12.1 → 10.12.3

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.12.3](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.12.2...react-native-client-sdk-v10.12.3) (2025-12-18)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * The following workspace dependencies were updated
9
+ * dependencies
10
+ * @launchdarkly/js-client-sdk-common bumped from 1.15.2 to 1.16.0
11
+
12
+ ## [10.12.2](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.12.1...react-native-client-sdk-v10.12.2) (2025-12-05)
13
+
14
+
15
+ ### Dependencies
16
+
17
+ * The following workspace dependencies were updated
18
+ * dependencies
19
+ * @launchdarkly/js-client-sdk-common bumped from 1.15.1 to 1.15.2
20
+
3
21
  ## [10.12.1](https://github.com/launchdarkly/js-core/compare/react-native-client-sdk-v10.12.0...react-native-client-sdk-v10.12.1) (2025-11-21)
4
22
 
5
23
 
@@ -1,6 +1,6 @@
1
1
  import { ldApplication, ldDevice } from './autoEnv';
2
2
  const sdkName = '@launchdarkly/react-native-client-sdk';
3
- const sdkVersion = '10.12.1'; // x-release-please-version
3
+ const sdkVersion = '10.12.3'; // x-release-please-version
4
4
  export default class PlatformInfo {
5
5
  constructor(_logger, _config) {
6
6
  this._logger = _logger;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@launchdarkly/react-native-client-sdk",
3
- "version": "10.12.1",
3
+ "version": "10.12.3",
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.15.1",
44
+ "@launchdarkly/js-client-sdk-common": "1.16.0",
45
45
  "@react-native-async-storage/async-storage": "^2.0.0",
46
46
  "base64-js": "^1.5.1"
47
47
  },