@qlover/create-app 0.4.0 → 0.4.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
@@ -1,5 +1,13 @@
1
1
  # @qlover/create-app
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ #### 🐞 Bug Fixes
8
+
9
+ - **create-app:** correct prettier version formatting in package.json.template ([dbd9336](https://github.com/qlover/fe-base/commit/dbd93366e04dcbbeba245d2dc28a7909957b58c3)) ([#428](https://github.com/qlover/fe-base/pull/428))
10
+
3
11
  ## 0.4.0
4
12
 
5
13
  ### Minor Changes
@@ -67,7 +67,7 @@
67
67
  "husky": "^9.1.7",
68
68
  "lint-staged": "^15.0.0",
69
69
  "postcss": "^8.4.49",
70
- "prettier": "^3.5.3",
70
+ "prettier": "^3.5.3"
71
71
  },
72
72
  "dependencies": {
73
73
  "@qlover/fe-corekit": "latest"
package/dist/index.js CHANGED
@@ -2378,7 +2378,7 @@ var Generator = class {
2378
2378
 
2379
2379
  // package.json
2380
2380
  var package_default = {
2381
- version: "0.4.0",
2381
+ version: "0.4.1",
2382
2382
  description: "Create a new app with a single command"};
2383
2383
  function programArgs() {
2384
2384
  const program = new Command();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qlover/create-app",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Create a new app with a single command",
5
5
  "private": false,
6
6
  "type": "module",