@ankhorage/templates 9.3.1 → 9.3.2
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 +7 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @ankhorage/templates
|
|
2
2
|
|
|
3
|
+
## 9.3.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 145e070: Align portable template manifest authoring with the Contracts 11 navigator slice.
|
|
8
|
+
- 71269c1: Update Ankhorage dependencies: `@ankhorage/contracts`.
|
|
9
|
+
|
|
3
10
|
## 9.3.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
# TEMPLATES
|
|
5
5
|
|
|
6
|
-
         
|
|
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.3.
|
|
3
|
+
"version": "9.3.2",
|
|
4
4
|
"description": "Portable Ankhorage app templates, presets, and manifest authoring helpers.",
|
|
5
5
|
"homepage": "https://github.com/ankhorage/templates#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"@ankhorage/color-theory": "^0.3.0",
|
|
80
|
-
"@ankhorage/contracts": "^
|
|
80
|
+
"@ankhorage/contracts": "^11.0.0",
|
|
81
81
|
"@ankhorage/zora": "^4.2.0"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|