@stamprally/admin-ui 0.19.0 → 0.20.1

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/README.md +5 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @stamprally/admin-ui v0.19.0
1
+ # @stamprally/admin-ui v0.20.1
2
2
 
3
3
  Accessible authoring forms and a headless editor for rally management screens.
4
4
 
@@ -35,3 +35,7 @@ paths such as `title`, `description`, `spots.0.name`, or `spots.spot-1.name`.
35
35
  Updates use functional React state transitions, so consecutive updates are not
36
36
  lost. External configuration changes replace a clean draft automatically; call
37
37
  `resetConfig(newConfig)` to explicitly accept a conflicting external draft.
38
+
39
+ The editor preserves inventory configuration fields such as `stockKey` and
40
+ `secondaryStockKey`; the server adapter remains responsible for enforcing the
41
+ atomic secondary-stock contract and its fail-closed behavior.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stamprally/admin-ui",
3
- "version": "0.19.0",
3
+ "version": "0.20.1",
4
4
  "description": "Accessible authoring components for stamp rally administrators.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "./styles.css": "./dist/index.css"
33
33
  },
34
34
  "dependencies": {
35
- "@stamprally/core": "0.19.0"
35
+ "@stamprally/core": "0.20.1"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "^18.0.0 || ^19.0.0",