@ankhorage/templates 9.7.0 → 9.7.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ankhorage/templates
2
2
 
3
+ ## 9.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - bc38ab7: Require ZORA 4.5 so SharkPrey's icon radio groups use their released authoring and runtime API.
8
+
3
9
  ## 9.7.0
4
10
 
5
11
  ### Minor Changes
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  # TEMPLATES
5
5
 
6
- ![license: MIT](././docs/badges/license.svg) ![npm: v9.5.0](././docs/badges/npm.svg) ![runtime: bun](././docs/badges/runtime.svg) ![typescript: strict](././docs/badges/typescript.svg) ![eslint: checked](././docs/badges/eslint.svg) ![prettier: checked](././docs/badges/prettier.svg) ![build: checked](././docs/badges/build.svg) ![tests: checked](././docs/badges/tests.svg) ![docs: paradox](././docs/badges/docs.svg)
6
+ ![license: MIT](././docs/badges/license.svg) ![npm: v9.7.0](././docs/badges/npm.svg) ![runtime: bun](././docs/badges/runtime.svg) ![typescript: strict](././docs/badges/typescript.svg) ![eslint: checked](././docs/badges/eslint.svg) ![prettier: checked](././docs/badges/prettier.svg) ![build: checked](././docs/badges/build.svg) ![tests: checked](././docs/badges/tests.svg) ![docs: paradox](././docs/badges/docs.svg)
7
7
 
8
8
  Portable Ankhorage app templates, presets, and manifest authoring helpers.
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ankhorage/templates",
3
- "version": "9.7.0",
3
+ "version": "9.7.1",
4
4
  "description": "Portable Ankhorage app templates, presets, and manifest authoring helpers.",
5
5
  "homepage": "https://github.com/ankhorage/templates#readme",
6
6
  "bugs": {
@@ -79,7 +79,7 @@
79
79
  "@ankhorage/color-theory": "^0.3.0",
80
80
  "@ankhorage/contracts": "^12.0.1",
81
81
  "@ankhorage/navigator": "^3.2.2",
82
- "@ankhorage/zora": "^4.4.1",
82
+ "@ankhorage/zora": "^4.5.0",
83
83
  "@ankhorage/zora-tabletop": "^0.1.0"
84
84
  },
85
85
  "devDependencies": {