@ankhorage/templates 9.3.0 → 9.3.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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @ankhorage/templates
|
|
2
2
|
|
|
3
|
+
## 9.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- cf5eeda: Adopt the released ZORA Designer workflow for separate SVG and image assets, checked template asset copying, and media-backed Icon/Image manifest composition.
|
|
8
|
+
|
|
3
9
|
## 9.3.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ankhorage/templates",
|
|
3
|
-
"version": "9.3.
|
|
3
|
+
"version": "9.3.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": {
|
|
@@ -78,11 +78,11 @@
|
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"@ankhorage/color-theory": "^0.3.0",
|
|
80
80
|
"@ankhorage/contracts": "^10.1.0",
|
|
81
|
-
"@ankhorage/zora": "^4.
|
|
81
|
+
"@ankhorage/zora": "^4.2.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@ankhorage/ankh": "^0.8.10",
|
|
85
|
-
"@ankhorage/devtools": "^1.
|
|
85
|
+
"@ankhorage/devtools": "^1.11.0",
|
|
86
86
|
"@ankhorage/doctor": "^0.10.7",
|
|
87
87
|
"@ankhorage/paradox": "^0.1.24",
|
|
88
88
|
"@types/bun": "^1.4.1",
|