@t4h.framework/cli 0.15.1 → 0.15.4

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 +20 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @t4h.framework/cli
2
2
 
3
+ ## 0.15.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ac74216`](https://github.com/tech4humans-brasil/framework/commit/ac742161d9293522c716f0cd7e6a8d3ab0000403) Thanks [@gusteycamargo](https://github.com/gusteycamargo)! - Republishes the CLI. `0.15.3` was unpublished from npm and the registry refuses to reuse a version number, which made the publish step of every later release fail on this package (and abort the packages after it).
8
+
9
+ ## 0.15.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [[`8c56f76`](https://github.com/tech4humans-brasil/framework/commit/8c56f7697390a1ea966d1e91ff5f35ce5751a0d7), [`8c56f76`](https://github.com/tech4humans-brasil/framework/commit/8c56f7697390a1ea966d1e91ff5f35ce5751a0d7)]:
14
+ - @t4h.framework/dev@0.14.0
15
+
16
+ ## 0.15.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`920ab82`](https://github.com/tech4humans-brasil/framework/commit/920ab82aaf9e78d36939be934312eb6992d495a0)]:
21
+ - @t4h.framework/harness@0.3.0
22
+
3
23
  ## 0.15.1
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t4h.framework/cli",
3
- "version": "0.15.1",
3
+ "version": "0.15.4",
4
4
  "description": "CLI tools for the T4H Framework",
5
5
  "homepage": "https://github.com/tech4humans-brasil/framework/tree/main/packages/cli",
6
6
  "bugs": "https://github.com/tech4humans-brasil/framework/issues",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@inquirer/prompts": "^8.3.0",
32
- "@t4h.framework/dev": "^0.13.1",
33
- "@t4h.framework/harness": "^0.2.0",
32
+ "@t4h.framework/dev": "^0.14.1",
33
+ "@t4h.framework/harness": "^0.3.1",
34
34
  "commander": "^14.0.3",
35
35
  "form-data": "^4.0.5",
36
36
  "qs": "^6.15.0",