@shopify/create-hydrogen 1.0.1 → 1.0.6
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 +26 -0
- package/dist/commands/init.js +6933 -809
- package/dist/commands/init.js.map +1 -1
- package/dist/index.js +6666 -587
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @shopify/create-hydrogen
|
|
2
2
|
|
|
3
|
+
## 1.0.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Add deploy command
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @shopify/cli-kit@1.0.6
|
|
10
|
+
- @shopify/cli-hydrogen@1.0.6
|
|
11
|
+
|
|
12
|
+
## 1.0.5
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @shopify/cli-kit@1.0.5
|
|
18
|
+
- @shopify/cli-hydrogen@1.0.5
|
|
19
|
+
|
|
20
|
+
## 1.0.4
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- e2e working
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @shopify/cli-kit@1.0.4
|
|
27
|
+
- @shopify/cli-hydrogen@1.0.4
|
|
28
|
+
|
|
3
29
|
## 1.0.1
|
|
4
30
|
|
|
5
31
|
### Patch Changes
|