@shopify/cli-hydrogen 0.33.2 → 1.0.0
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @shopify/cli-hydrogen
|
|
2
2
|
|
|
3
|
+
## 1.0.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @shopify/cli-kit@1.0.0
|
|
9
|
+
|
|
10
|
+
## 0.33.8
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Remove unnecessary dependencies
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
- @shopify/cli-kit@0.33.8
|
|
17
|
+
|
|
18
|
+
## 0.33.7
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Add .gitignore to the app template
|
|
23
|
+
- Updated dependencies
|
|
24
|
+
- @shopify/cli-kit@0.33.7
|
|
25
|
+
|
|
26
|
+
## 0.33.3
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies
|
|
31
|
+
- @shopify/cli-kit@0.33.3
|
|
32
|
+
|
|
3
33
|
## 0.33.2
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
|
@@ -21,7 +21,7 @@ import 'prettier';
|
|
|
21
21
|
import { Command as Command$1 } from '@oclif/core';
|
|
22
22
|
|
|
23
23
|
var name = "@shopify/cli-hydrogen";
|
|
24
|
-
var version$1 = "0.
|
|
24
|
+
var version$1 = "1.0.0";
|
|
25
25
|
var description$1 = "Commands for building Hydrogen storefronts";
|
|
26
26
|
var type$2 = "module";
|
|
27
27
|
var files = [
|
|
@@ -63,7 +63,7 @@ var dependencies$1 = {
|
|
|
63
63
|
prettier: "^2.5.1"
|
|
64
64
|
};
|
|
65
65
|
var peerDependencies = {
|
|
66
|
-
"@shopify/cli-kit": "0.
|
|
66
|
+
"@shopify/cli-kit": "1.0.0",
|
|
67
67
|
"@oclif/core": "1.3.6"
|
|
68
68
|
};
|
|
69
69
|
var devDependencies = {
|
|
@@ -61732,4 +61732,4 @@ class Command extends Command$1 {
|
|
|
61732
61732
|
}
|
|
61733
61733
|
|
|
61734
61734
|
export { Command as C, HelpfulError as H, source$1 as a, commonjsGlobal as b, cliHydrogenPackageJson as c, commonjsRequire as d, semver as s };
|
|
61735
|
-
//# sourceMappingURL=Command-
|
|
61735
|
+
//# sourceMappingURL=Command-8a9edf15.js.map
|