@qlover/create-app 0.1.20 → 0.1.22

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,24 @@
1
+ # @qlover/create-app
2
+
3
+ ## 0.1.22
4
+
5
+ ### Patch Changes
6
+
7
+ ## 0.1.21
8
+
9
+ ### Patch Changes
10
+
11
+ #### 🐞 Bug Fixes
12
+
13
+ - add dry run script for release PRs and update changelog template formatting (#358)
14
+
15
+ #### ♻️ Refactors
16
+
17
+ - enhance commit flattening logic and improve tag existence check; clean up Changelog plugin (#358)
18
+
19
+ - update default log format and add logCommand option for enhanced flexibility in changelog generation (#358)
20
+ - Updated dependencies
21
+
1
22
  ## 0.1.20
2
23
 
3
24
  ### Patch Changes
@@ -13,7 +34,7 @@
13
34
 
14
35
  #### 🐞 Bug Fixes
15
36
 
16
- - add option to push changed labels to release PRs in workflow (#353)
37
+ - add option to push changed labels to release PRs in workflow (#353)
17
38
 
18
39
  - Updated dependencies
19
40
  - @qlover/fe-corekit@1.2.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qlover/create-app",
3
- "version": "0.1.20",
3
+ "version": "0.1.22",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "main": "./dist/index.cjs",
@@ -43,16 +43,16 @@
43
43
  "access": "public"
44
44
  },
45
45
  "devDependencies": {
46
- "@qlover/env-loader": "^0.0.4"
46
+ "@qlover/env-loader": "0.1.2"
47
47
  },
48
48
  "dependencies": {
49
- "@qlover/fe-corekit": "^1.2.5",
50
- "@qlover/scripts-context": "^0.0.11",
51
49
  "commander": "^13.1.0",
52
50
  "ignore": "^7.0.3",
53
51
  "inquirer": "^12.3.2",
54
52
  "ora": "^8.1.1",
55
- "lodash": "^4.17.21"
53
+ "lodash": "^4.17.21",
54
+ "@qlover/fe-corekit": "1.2.10",
55
+ "@qlover/scripts-context": "0.0.16"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "rollup -c",