@d-zero/create-frontend 5.0.0-beta.14 → 5.0.0-beta.15

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.15](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.14...v5.0.0-beta.15) (2025-10-20)
7
+
8
+ **Note:** Version bump only for package @d-zero/create-frontend
9
+
6
10
  # [5.0.0-beta.14](https://github.com/d-zero-dev/frontend-env/compare/v5.0.0-beta.13...v5.0.0-beta.14) (2025-10-20)
7
11
 
8
12
  ### Bug Fixes
package/README.md CHANGED
@@ -7,11 +7,10 @@
7
7
  空のリポジトリで次のパッケージを実行します。
8
8
 
9
9
  ```shell
10
- npx @d-zero/create-frontend
11
-
12
- # もしくは
13
-
14
10
  yarn create @d-zero/frontend
11
+
12
+ # 非推奨: `.gitignore`が生成ができない
13
+ npx @d-zero/create-frontend
15
14
  ```
16
15
 
17
16
  ### オプション
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-zero/create-frontend",
3
- "version": "5.0.0-beta.14",
3
+ "version": "5.0.0-beta.15",
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.14",
16
+ "@d-zero/scaffold": "5.0.0-beta.15",
17
17
  "glob": "11.0.3",
18
18
  "i18n-js": "4.5.1",
19
19
  "ignore": "7.0.5",
@@ -25,5 +25,5 @@
25
25
  "@types/node": "24.8.1",
26
26
  "execa": "9.6.0"
27
27
  },
28
- "gitHead": "9a2a004ef8f769265a7801b876d10728a497a126"
28
+ "gitHead": "bcbf64fff4aed1835778e4f2d32ce62b728cc7a7"
29
29
  }