@qui-cli/root 3.0.0 → 3.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 +16 -6
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,20 +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
- ## [3.0.0](https://github.com/battis/qui-cli/compare/root/2.0.5...root/3.0.0) (2025-08-02)
5
+ ## [3.0.2](https://github.com/battis/qui-cli/compare/root/3.0.1...root/3.0.2) (2025-11-07)
6
6
 
7
+ ### Bug Fixes
7
8
 
8
- ### BREAKING CHANGES
9
+ - adjust peer dependencies to current values ([966abc1](https://github.com/battis/qui-cli/commit/966abc192c68319d06b399ff3f0362032ab8d89a))
10
+
11
+ ## [3.0.1](https://github.com/battis/qui-cli/compare/root/3.0.0...root/3.0.1) (2025-08-04)
12
+
13
+ ### Bug Fixes
14
+
15
+ - update lagging peer dependency specs ([30c0c27](https://github.com/battis/qui-cli/commit/30c0c279d4247a69a30efef8a7426442752cd9c0))
9
16
 
10
- * rename @battis/qui-cli.root --> @qui-cli/root
17
+ ## [3.0.0](https://github.com/battis/qui-cli/compare/root/2.0.5...root/3.0.0) (2025-08-02)
18
+
19
+ ### ⚠ BREAKING CHANGES
11
20
 
12
- * rename @battis/qui-cli.root --> @qui-cli/root ([29497b1](https://github.com/battis/qui-cli/commit/29497b1fd41e6c13b94442d5ceaf9b3826ecc69c))
21
+ - rename @battis/qui-cli.root --> @qui-cli/root
13
22
 
23
+ - rename @battis/qui-cli.root --> @qui-cli/root ([29497b1](https://github.com/battis/qui-cli/commit/29497b1fd41e6c13b94442d5ceaf9b3826ecc69c))
14
24
 
15
25
  ### Bug Fixes
16
26
 
17
- * update dependencies to renamed @qui-cli/colors ([ff80e86](https://github.com/battis/qui-cli/commit/ff80e8625ef98834afdf04e57bfedb1906834e2b))
18
- * update dependencies to renamed @qui-cli/plugin ([117ea85](https://github.com/battis/qui-cli/commit/117ea85256ec69c807c5b56293546d9c350fd43f))
27
+ - update dependencies to renamed @qui-cli/colors ([ff80e86](https://github.com/battis/qui-cli/commit/ff80e8625ef98834afdf04e57bfedb1906834e2b))
28
+ - update dependencies to renamed @qui-cli/plugin ([117ea85](https://github.com/battis/qui-cli/commit/117ea85256ec69c807c5b56293546d9c350fd43f))
19
29
 
20
30
  ## [2.0.5](https://github.com/battis/qui-cli/compare/root/2.0.4...root/2.0.5) (2025-06-23)
21
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qui-cli/root",
3
- "version": "3.0.0",
3
+ "version": "3.0.2",
4
4
  "description": "@qui-cli Plugin: Identify the root of the current application",
5
5
  "homepage": "https://github.com/battis/qui-cli/tree/main/packages/root#readme",
6
6
  "repository": {
@@ -22,15 +22,15 @@
22
22
  "devDependencies": {
23
23
  "@battis/typescript-tricks": "^0.7.4",
24
24
  "@tsconfig/node20": "^20.1.6",
25
- "@types/node": "^24.1.0",
26
- "commit-and-tag-version": "^12.5.2",
25
+ "@types/node": "^24.10.0",
26
+ "commit-and-tag-version": "^12.6.0",
27
27
  "del-cli": "^6.0.0",
28
28
  "npm-run-all": "^4.1.5",
29
- "typescript": "^5.9.2",
30
- "@qui-cli/plugin": "3.0.0"
29
+ "typescript": "^5.9.3",
30
+ "@qui-cli/plugin": "4.0.0"
31
31
  },
32
32
  "peerDependencies": {
33
- "@qui-cli/plugin": "^2.4"
33
+ "@qui-cli/plugin": "3.x - 4.x"
34
34
  },
35
35
  "target": "node",
36
36
  "scripts": {