@qui-cli/qui-cli 4.0.0 → 4.0.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +17 -13
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -2,27 +2,31 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
- ## [4.0.0](https://github.com/battis/qui-cli/compare/qui-cli/3.2.0...qui-cli/4.0.0) (2025-08-02)
5
+ ## [4.0.1](https://github.com/battis/qui-cli/compare/qui-cli/4.0.0...qui-cli/4.0.1) (2025-08-04)
6
6
 
7
+ ### Bug Fixes
7
8
 
8
- ### BREAKING CHANGES
9
+ - update lagging peer dependency specs ([30c0c27](https://github.com/battis/qui-cli/commit/30c0c279d4247a69a30efef8a7426442752cd9c0))
9
10
 
10
- * rename @battis/qui-cli --> @qui-cli/qui-cli
11
+ ## [4.0.0](https://github.com/battis/qui-cli/compare/qui-cli/3.2.0...qui-cli/4.0.0) (2025-08-02)
12
+
13
+ ### ⚠ BREAKING CHANGES
11
14
 
12
- * rename @battis/qui-cli --> @qui-cli/qui-cli ([33ecee6](https://github.com/battis/qui-cli/commit/33ecee6f3e6d4f14460d715de5936cebda5b9d65))
15
+ - rename @battis/qui-cli --> @qui-cli/qui-cli
13
16
 
17
+ - rename @battis/qui-cli --> @qui-cli/qui-cli ([33ecee6](https://github.com/battis/qui-cli/commit/33ecee6f3e6d4f14460d715de5936cebda5b9d65))
14
18
 
15
19
  ### Bug Fixes
16
20
 
17
- * update dependencies to renamed @qui-cli/colors ([ff80e86](https://github.com/battis/qui-cli/commit/ff80e8625ef98834afdf04e57bfedb1906834e2b))
18
- * update dependencies to renamed @qui-cli/core ([f834c5a](https://github.com/battis/qui-cli/commit/f834c5a475f908585f1e17865917a092516168a0))
19
- * update dependencies to renamed @qui-cli/env ([5ff9ee8](https://github.com/battis/qui-cli/commit/5ff9ee844222dc4c73fd8cbdbfeaaa16541a158b))
20
- * update dependencies to renamed @qui-cli/log ([1c8f0fb](https://github.com/battis/qui-cli/commit/1c8f0fbd5561b4274032382c5d10d33912956e7f))
21
- * update dependencies to renamed @qui-cli/plugin ([117ea85](https://github.com/battis/qui-cli/commit/117ea85256ec69c807c5b56293546d9c350fd43f))
22
- * update dependencies to renamed @qui-cli/progress ([4b7e4e1](https://github.com/battis/qui-cli/commit/4b7e4e1010e3cabaa4e06d328b1402c3fcc19a7f))
23
- * update dependencies to renamed @qui-cli/root ([488daa7](https://github.com/battis/qui-cli/commit/488daa7a82730125481945b5eb8db960972ac225))
24
- * update dependencies to renamed @qui-cli/shell ([906bc22](https://github.com/battis/qui-cli/commit/906bc22776f1c96e4215d7aa509820f27a9de3ab))
25
- * update dependencies to renamed @qui-cli/validators ([93bf6d8](https://github.com/battis/qui-cli/commit/93bf6d8d371598df6b28974fbb45a00aa63b655d))
21
+ - update dependencies to renamed @qui-cli/colors ([ff80e86](https://github.com/battis/qui-cli/commit/ff80e8625ef98834afdf04e57bfedb1906834e2b))
22
+ - update dependencies to renamed @qui-cli/core ([f834c5a](https://github.com/battis/qui-cli/commit/f834c5a475f908585f1e17865917a092516168a0))
23
+ - update dependencies to renamed @qui-cli/env ([5ff9ee8](https://github.com/battis/qui-cli/commit/5ff9ee844222dc4c73fd8cbdbfeaaa16541a158b))
24
+ - update dependencies to renamed @qui-cli/log ([1c8f0fb](https://github.com/battis/qui-cli/commit/1c8f0fbd5561b4274032382c5d10d33912956e7f))
25
+ - update dependencies to renamed @qui-cli/plugin ([117ea85](https://github.com/battis/qui-cli/commit/117ea85256ec69c807c5b56293546d9c350fd43f))
26
+ - update dependencies to renamed @qui-cli/progress ([4b7e4e1](https://github.com/battis/qui-cli/commit/4b7e4e1010e3cabaa4e06d328b1402c3fcc19a7f))
27
+ - update dependencies to renamed @qui-cli/root ([488daa7](https://github.com/battis/qui-cli/commit/488daa7a82730125481945b5eb8db960972ac225))
28
+ - update dependencies to renamed @qui-cli/shell ([906bc22](https://github.com/battis/qui-cli/commit/906bc22776f1c96e4215d7aa509820f27a9de3ab))
29
+ - update dependencies to renamed @qui-cli/validators ([93bf6d8](https://github.com/battis/qui-cli/commit/93bf6d8d371598df6b28974fbb45a00aa63b655d))
26
30
 
27
31
  ## [3.2.0](https://github.com/battis/qui-cli/compare/qui-cli/3.1.1...qui-cli/3.2.0) (2025-08-01)
28
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qui-cli/qui-cli",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Quickly build a CLI app",
5
5
  "homepage": "https://github.com/battis/qui-cli/tree/main/packages/qui-cli#readme",
6
6
  "repository": {
@@ -28,27 +28,27 @@
28
28
  "npm-run-all": "^4.1.5",
29
29
  "tsx": "^4.20.3",
30
30
  "typescript": "^5.9.2",
31
- "@qui-cli/core": "4.0.0",
31
+ "@qui-cli/colors": "3.0.1",
32
+ "@qui-cli/core": "4.0.1",
33
+ "@qui-cli/env": "4.0.1",
32
34
  "@qui-cli/log": "3.0.0",
33
- "@qui-cli/env": "4.0.0",
34
- "@qui-cli/colors": "3.0.0",
35
- "@qui-cli/progress": "3.0.0",
36
35
  "@qui-cli/plugin": "3.0.0",
37
- "@qui-cli/root": "3.0.0",
38
- "@qui-cli/shell": "3.0.0",
39
- "@qui-cli/validators": "3.0.0"
36
+ "@qui-cli/root": "3.0.1",
37
+ "@qui-cli/progress": "3.0.1",
38
+ "@qui-cli/validators": "3.0.1",
39
+ "@qui-cli/shell": "3.0.1"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "@inquirer/prompts": "^7.x",
43
- "@qui-cli/colors": "3.0.0",
44
- "@qui-cli/env": "4.0.0",
43
+ "@qui-cli/colors": "3.0.1",
44
+ "@qui-cli/core": "4.0.1",
45
45
  "@qui-cli/log": "3.0.0",
46
- "@qui-cli/core": "4.0.0",
46
+ "@qui-cli/env": "4.0.1",
47
47
  "@qui-cli/plugin": "3.0.0",
48
- "@qui-cli/progress": "3.0.0",
49
- "@qui-cli/root": "3.0.0",
50
- "@qui-cli/shell": "3.0.0",
51
- "@qui-cli/validators": "3.0.0"
48
+ "@qui-cli/progress": "3.0.1",
49
+ "@qui-cli/root": "3.0.1",
50
+ "@qui-cli/shell": "3.0.1",
51
+ "@qui-cli/validators": "3.0.1"
52
52
  },
53
53
  "engines": {
54
54
  "node": ">=12.17"