@quonfig/react-native 0.0.4 → 1.0.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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.0.0 - 2026-06-06
|
|
4
|
+
|
|
5
|
+
- **Stable 1.0.0 release.** The Quonfig React Native SDK is now declared stable and tracks
|
|
6
|
+
`@quonfig/react` >= 1.0.0. No API or behavior changes from 0.0.4 — this is a coordinated 1.0.0
|
|
7
|
+
version stamp across the entire Quonfig SDK family.
|
|
8
|
+
|
|
3
9
|
## 0.0.4 - 2026-05-21
|
|
4
10
|
|
|
5
11
|
- Reworked the `@quonfig/react` `devDependency` from `portal:../sdk-react` to a published npm range
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"packageManager": "yarn@4.11.0",
|
|
3
3
|
"name": "@quonfig/react-native",
|
|
4
|
-
"version": "0.0
|
|
4
|
+
"version": "1.0.0",
|
|
5
5
|
"description": "React Native bindings for Quonfig — a thin polyfill wrapper around @quonfig/react",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.mjs",
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"react-native-get-random-values": "^1.11.0"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@quonfig/react": ">=0.0
|
|
56
|
+
"@quonfig/react": ">=1.0.0",
|
|
57
57
|
"react": "^18 || ^19",
|
|
58
58
|
"react-native": ">=0.70"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@quonfig/react": ">=0.0
|
|
61
|
+
"@quonfig/react": ">=1.0.0",
|
|
62
62
|
"@types/base-64": "^1.0.2",
|
|
63
63
|
"@types/node": "^18.6.5",
|
|
64
64
|
"prettier": "^3.0.0",
|