@d-zero/create-frontend 5.0.0-beta.0 → 5.0.0-beta.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
@@ -3,6 +3,10 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [5.0.0-beta.1](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2025-07-01)
7
+
8
+ **Note:** Version bump only for package @d-zero/create-frontend
9
+
6
10
  # [5.0.0-beta.0](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-alpha.46...v5.0.0-beta.0) (2025-06-20)
7
11
 
8
12
  ### Bug Fixes
package/index.spec.js CHANGED
@@ -126,7 +126,6 @@ describe('CLI', () => {
126
126
  `✔ ++ ${dir}/__assets/_libs/component/c-card.pug`,
127
127
  `✔ ++ ${dir}/__assets/_libs/component/c-card.css`,
128
128
  `✔ ++ ${dir}/__assets/_libs/component/c-card-list.css`,
129
- `✔ ++ ${dir}/__assets/_libs/component/bge-contents.css`,
130
129
  `✔ ++ ${dir}/.vscode/settings.json`,
131
130
  `✔ ++ ${dir}/.vscode/extensions.json`,
132
131
  `✔ ++ ${dir}/.husky/pre-commit`,
@@ -216,7 +215,6 @@ describe('CLI', () => {
216
215
  `✔ ++ ${dir}/__assets/_libs/component/c-card.pug`,
217
216
  `✔ ++ ${dir}/__assets/_libs/component/c-card.css`,
218
217
  `✔ ++ ${dir}/__assets/_libs/component/c-card-list.css`,
219
- `✔ ++ ${dir}/__assets/_libs/component/bge-contents.css`,
220
218
  `✔ ++ ${dir}/.vscode/settings.json`,
221
219
  `✔ ++ ${dir}/.vscode/extensions.json`,
222
220
  `✔ ++ ${dir}/.husky/pre-commit`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-zero/create-frontend",
3
- "version": "5.0.0-beta.0",
3
+ "version": "5.0.0-beta.1",
4
4
  "description": "Create a new frontend project from a scaffolding template",
5
5
  "repository": "https://github.com/d-zero-dev/frontend-env.git",
6
6
  "author": "D-ZERO Co., Ltd.",
@@ -13,7 +13,7 @@
13
13
  "create-dzero-frontend": "./index.js"
14
14
  },
15
15
  "dependencies": {
16
- "@d-zero/scaffold": "5.0.0-beta.0",
16
+ "@d-zero/scaffold": "5.0.0-beta.1",
17
17
  "glob": "11.0.3",
18
18
  "i18n-js": "4.5.1",
19
19
  "ignore": "7.0.5",
@@ -24,5 +24,5 @@
24
24
  "@types/glob": "8.1.0",
25
25
  "execa": "9.6.0"
26
26
  },
27
- "gitHead": "5cc4a9e00ee763e56923ae878704e237d9ce3705"
27
+ "gitHead": "a199bc3446a8753fb5557bf126f1b7d1716cab79"
28
28
  }