create-zfb 2.10.0 → 2.10.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 +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
> **Newer releases:**
|
|
3
|
+
> **Newer releases:** shared lockstep releases from v0.1.0-next.5 through v2.10.0 live at https://takazudomodular.com/pj/zudo-front-builder/docs/changelog/zfb/; future `create-zfb` releases live at https://takazudomodular.com/pj/zudo-front-builder/docs/changelog/create-zfb/. Entries below are historical (kept for npm readers).
|
|
4
4
|
|
|
5
5
|
## 0.1.0-next.4
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-zfb",
|
|
3
|
-
"version": "2.10.
|
|
3
|
+
"version": "2.10.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Scaffold a new zfb static-site project: `npm create zfb@latest my-site`",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"node": ">=18"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@takazudo/zfb": "2.10.
|
|
39
|
+
"@takazudo/zfb": "2.10.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"vitest": "^2.1.9"
|