@granite-js/cli 0.1.23-next.6 → 0.1.24

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 +9 -40
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,52 +1,21 @@
1
1
  # @granite-js/cli
2
2
 
3
- ## 0.1.23-next.6
3
+ ## 0.1.24
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - test
8
- - Updated dependencies
9
- - @granite-js/plugin-core@0.1.23-next.6
10
- - @granite-js/mpack@0.1.23-next.6
11
- - @granite-js/utils@0.1.23-next.6
7
+ - Updated dependencies [6e42c3d]
8
+ - @granite-js/plugin-core@0.1.24
9
+ - @granite-js/mpack@0.1.24
10
+ - @granite-js/utils@0.1.24
12
11
 
13
- ## 0.1.23-next.5
12
+ ## 0.1.23
14
13
 
15
14
  ### Patch Changes
16
15
 
17
- - temp
18
- - Updated dependencies
19
- - @granite-js/plugin-core@0.1.23-next.5
20
- - @granite-js/mpack@0.1.23-next.5
21
- - @granite-js/utils@0.1.23-next.5
22
-
23
- ## 0.1.23-next.4
24
-
25
- ### Patch Changes
26
-
27
- - test
28
- - Updated dependencies
29
- - @granite-js/plugin-core@0.1.23-next.4
30
- - @granite-js/mpack@0.1.23-next.4
31
- - @granite-js/utils@0.1.23-next.4
32
-
33
- ## 0.1.23-next.3
34
-
35
- ### Patch Changes
36
-
37
- - test
38
- - Updated dependencies
39
- - @granite-js/plugin-core@0.1.23-next.3
40
- - @granite-js/mpack@0.1.23-next.3
41
- - @granite-js/utils@0.1.23-next.3
42
-
43
- ## 0.1.23-next.0
44
-
45
- ### Patch Changes
46
-
47
- - @granite-js/mpack@0.1.23-next.0
48
- - @granite-js/plugin-core@0.1.23-next.0
49
- - @granite-js/utils@0.1.23-next.0
16
+ - @granite-js/mpack@0.1.23
17
+ - @granite-js/plugin-core@0.1.23
18
+ - @granite-js/utils@0.1.23
50
19
 
51
20
  ## 0.1.22
52
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@granite-js/cli",
3
3
  "type": "module",
4
- "version": "0.1.23-next.6",
4
+ "version": "0.1.24",
5
5
  "description": "The Granite CLI",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -49,9 +49,9 @@
49
49
  "vitest": "^3.0.7"
50
50
  },
51
51
  "dependencies": {
52
- "@granite-js/mpack": "0.1.23-next.6",
53
- "@granite-js/plugin-core": "0.1.23-next.6",
54
- "@granite-js/utils": "0.1.23-next.6",
52
+ "@granite-js/mpack": "0.1.24",
53
+ "@granite-js/plugin-core": "0.1.24",
54
+ "@granite-js/utils": "0.1.24",
55
55
  "@inquirer/prompts": "^7.2.3",
56
56
  "@shopify/semaphore": "^3.1.0",
57
57
  "chalk": "^4",