@granite-js/plugin-env 0.1.23-next.0 → 0.1.23-next.11

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 +81 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,86 @@
1
1
  # @granite-js/plugin-env
2
2
 
3
+ ## 0.1.23-next.11
4
+
5
+ ### Patch Changes
6
+
7
+ - fix
8
+ - Updated dependencies
9
+ - @granite-js/plugin-core@0.1.23-next.11
10
+ - @granite-js/utils@0.1.23-next.11
11
+
12
+ ## 0.1.23-next.10
13
+
14
+ ### Patch Changes
15
+
16
+ - fix
17
+ - Updated dependencies
18
+ - @granite-js/plugin-core@0.1.23-next.10
19
+ - @granite-js/utils@0.1.23-next.10
20
+
21
+ ## 0.1.23-next.9
22
+
23
+ ### Patch Changes
24
+
25
+ - tollback
26
+ - Updated dependencies
27
+ - @granite-js/plugin-core@0.1.23-next.9
28
+ - @granite-js/utils@0.1.23-next.9
29
+
30
+ ## 0.1.23-next.8
31
+
32
+ ### Patch Changes
33
+
34
+ - router
35
+ - Updated dependencies
36
+ - @granite-js/plugin-core@0.1.23-next.8
37
+ - @granite-js/utils@0.1.23-next.8
38
+
39
+ ## 0.1.23-next.7
40
+
41
+ ### Patch Changes
42
+
43
+ - fix
44
+ - Updated dependencies
45
+ - @granite-js/plugin-core@0.1.23-next.7
46
+ - @granite-js/utils@0.1.23-next.7
47
+
48
+ ## 0.1.23-next.6
49
+
50
+ ### Patch Changes
51
+
52
+ - test
53
+ - Updated dependencies
54
+ - @granite-js/plugin-core@0.1.23-next.6
55
+ - @granite-js/utils@0.1.23-next.6
56
+
57
+ ## 0.1.23-next.5
58
+
59
+ ### Patch Changes
60
+
61
+ - temp
62
+ - Updated dependencies
63
+ - @granite-js/plugin-core@0.1.23-next.5
64
+ - @granite-js/utils@0.1.23-next.5
65
+
66
+ ## 0.1.23-next.4
67
+
68
+ ### Patch Changes
69
+
70
+ - test
71
+ - Updated dependencies
72
+ - @granite-js/plugin-core@0.1.23-next.4
73
+ - @granite-js/utils@0.1.23-next.4
74
+
75
+ ## 0.1.23-next.3
76
+
77
+ ### Patch Changes
78
+
79
+ - test
80
+ - Updated dependencies
81
+ - @granite-js/plugin-core@0.1.23-next.3
82
+ - @granite-js/utils@0.1.23-next.3
83
+
3
84
  ## 0.1.23-next.0
4
85
 
5
86
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@granite-js/plugin-env",
3
3
  "type": "module",
4
- "version": "0.1.23-next.0",
4
+ "version": "0.1.23-next.11",
5
5
  "license": "Apache-2.0",
6
6
  "description": "An env plugin for Granite",
7
7
  "scripts": {
@@ -40,8 +40,8 @@
40
40
  "vitest": "^3.1.3"
41
41
  },
42
42
  "dependencies": {
43
- "@granite-js/plugin-core": "0.1.23-next.0",
44
- "@granite-js/utils": "0.1.23-next.0"
43
+ "@granite-js/plugin-core": "0.1.23-next.11",
44
+ "@granite-js/utils": "0.1.23-next.11"
45
45
  },
46
46
  "sideEffects": false
47
47
  }