@d-zero/create-frontend 5.0.0-alpha.10 → 5.0.0-alpha.11

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-alpha.11](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-alpha.10...v5.0.0-alpha.11) (2024-07-05)
7
+
8
+ **Note:** Version bump only for package @d-zero/create-frontend
9
+
6
10
  # [5.0.0-alpha.10](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-alpha.9...v5.0.0-alpha.10) (2024-06-11)
7
11
 
8
12
  ### Bug Fixes
package/index.spec.js CHANGED
@@ -113,6 +113,7 @@ describe('CLI', () => {
113
113
  `✔ ++ ${dir}/__assets/_libs/component/_c-card-list.scss`,
114
114
  `✔ ++ ${dir}/.vscode/settings.json`,
115
115
  `✔ ++ ${dir}/.vscode/extensions.json`,
116
+ `✔ ++ ${dir}/.husky/pre-commit`,
116
117
  '✔ Install dependencies : skipped',
117
118
  ]);
118
119
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-zero/create-frontend",
3
- "version": "5.0.0-alpha.10",
3
+ "version": "5.0.0-alpha.11",
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.",
@@ -14,8 +14,8 @@
14
14
  "create-dzero-frontend": "./index.js"
15
15
  },
16
16
  "dependencies": {
17
- "@d-zero/scaffold": "5.0.0-alpha.10",
18
- "glob": "10.4.1",
17
+ "@d-zero/scaffold": "5.0.0-alpha.11",
18
+ "glob": "10.4.2",
19
19
  "i18n-js": "4.4.3",
20
20
  "ignore": "5.3.1",
21
21
  "meow": "13.2.0",
@@ -24,5 +24,5 @@
24
24
  "devDependencies": {
25
25
  "@types/glob": "8.1.0"
26
26
  },
27
- "gitHead": "fe914746b4a443aa95604ea28b3235d08f8ecd7f"
27
+ "gitHead": "0435994d8a6a5eac30a05d9de9a4b1fc9e484491"
28
28
  }