@quonfig/react 0.0.15 → 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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. 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 SDK is now declared stable. No API or behavior changes
6
+ from 0.0.15 — this is a coordinated 1.0.0 version stamp across the entire Quonfig SDK family.
7
+ Tracks `@quonfig/javascript` >= 1.0.0.
8
+
3
9
  ## 0.0.15 - 2026-06-05
4
10
 
5
11
  - Bumped the `@quonfig/javascript` floor to `>=0.0.18` to pick up ETag/304 conditional polling
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "packageManager": "yarn@4.11.0",
3
3
  "name": "@quonfig/react",
4
- "version": "0.0.15",
4
+ "version": "1.0.0",
5
5
  "description": "Feature Flags & Dynamic Configuration as a Service",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.mjs",
@@ -62,7 +62,7 @@
62
62
  "config"
63
63
  ],
64
64
  "devDependencies": {
65
- "@quonfig/javascript": ">=0.0.18",
65
+ "@quonfig/javascript": ">=1.0.0",
66
66
  "@size-limit/preset-small-lib": "^11.1.6",
67
67
  "@testing-library/jest-dom": "^5.16.5",
68
68
  "@testing-library/react": "^13.3.0",
@@ -93,7 +93,7 @@
93
93
  "typescript": "^4.7.4"
94
94
  },
95
95
  "peerDependencies": {
96
- "@quonfig/javascript": ">=0.0.18",
96
+ "@quonfig/javascript": ">=1.0.0",
97
97
  "react": "^18 || ^19"
98
98
  }
99
99
  }