@stamprally/admin-ui 0.20.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @stamprally/admin-ui v0.20.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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stamprally/admin-ui",
3
- "version": "0.20.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.20.0"
35
+ "@stamprally/core": "0.20.1"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "react": "^18.0.0 || ^19.0.0",