@qui-cli/qui-cli 5.0.0 → 5.0.2

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 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -2,8 +2,30 @@
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
+ ## [5.0.2](https://github.com/battis/qui-cli/compare/qui-cli/5.0.1...qui-cli/5.0.2) (2025-11-12)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **log@4.0.1** boost standard headig back to level 1 ([cfb3065](https://github.com/battis/qui-cli/commit/cfb30657a3d719df60663d0a8e6aa6cf240740e9))
10
+
11
+ ## [5.0.1](https://github.com/battis/qui-cli/compare/qui-cli/5.0.0...qui-cli/5.0.1) (2025-11-08)
12
+
13
+ ### Bug Fixes
14
+
15
+ - remove all ambiguity from peer dependencies ([ced3fac](https://github.com/battis/qui-cli/commit/ced3faced1bc340457ca43e3be11afa3933b6d72))
16
+
5
17
  ## [5.0.0](https://github.com/battis/qui-cli/compare/qui-cli/4.0.3...qui-cli/5.0.0) (2025-11-07)
6
18
 
19
+ ### ⚠ BREAKING CHANGES
20
+
21
+ - group arguments by plugin in usage
22
+ - **plugin@4.0.0** auto-document default arg values
23
+
24
+ ### revert
25
+
26
+ - group arguments by plugin in usage ([ec3d4bf](https://github.com/battis/qui-cli/commit/ec3d4bf6ef9c59a6da3ede8603554d2dcd2581ad))
27
+ - **plugin@4.0.0** auto-document default arg values ([e01e157](https://github.com/battis/qui-cli/commit/e01e157f06a3a801628ca79366e3f0060be2322e))
28
+
7
29
  ## [4.0.3](https://github.com/battis/qui-cli/compare/qui-cli/4.0.2...qui-cli/4.0.3) (2025-11-04)
8
30
 
9
31
  ### Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qui-cli/qui-cli",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
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": {
@@ -32,23 +32,23 @@
32
32
  "tsx": "^4.20.6",
33
33
  "typescript": "^5.9.3",
34
34
  "@qui-cli/core": "5.0.0",
35
- "@qui-cli/env": "5.0.0",
36
- "@qui-cli/log": "4.0.0",
35
+ "@qui-cli/log": "4.0.1",
36
+ "@qui-cli/env": "5.0.1",
37
+ "@qui-cli/progress": "3.0.4",
38
+ "@qui-cli/shell": "3.0.3",
39
+ "@qui-cli/root": "3.0.4",
37
40
  "@qui-cli/plugin": "4.0.0",
38
- "@qui-cli/progress": "3.0.1",
39
- "@qui-cli/root": "3.0.1",
40
- "@qui-cli/shell": "3.0.1",
41
41
  "@qui-cli/validators": "3.0.2"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "@inquirer/prompts": "^7.x",
45
- "@qui-cli/env": "5.0.0",
46
- "@qui-cli/plugin": "4.0.0",
47
45
  "@qui-cli/core": "5.0.0",
48
- "@qui-cli/log": "4.0.0",
49
- "@qui-cli/progress": "3.0.1",
50
- "@qui-cli/root": "3.0.1",
51
- "@qui-cli/shell": "3.0.1",
46
+ "@qui-cli/env": "5.0.1",
47
+ "@qui-cli/plugin": "4.0.0",
48
+ "@qui-cli/progress": "3.0.4",
49
+ "@qui-cli/log": "4.0.1",
50
+ "@qui-cli/root": "3.0.4",
51
+ "@qui-cli/shell": "3.0.3",
52
52
  "@qui-cli/validators": "3.0.2"
53
53
  },
54
54
  "engines": {