@shopify/create-hydrogen 0.33.6 → 0.33.7

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,14 @@
1
1
  # @shopify/create-hydrogen
2
2
 
3
+ ## 0.33.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Add .gitignore to the app template
8
+ - Updated dependencies
9
+ - @shopify/cli-hydrogen@0.33.7
10
+ - @shopify/cli-kit@0.33.7
11
+
3
12
  ## 0.33.6
4
13
 
5
14
  ### Patch Changes
@@ -40340,7 +40340,7 @@ const username = async (platform = platform$1) => {
40340
40340
  };
40341
40341
 
40342
40342
  var name = "@shopify/cli-kit";
40343
- var version$2 = "0.33.6";
40343
+ var version$2 = "0.33.7";
40344
40344
  var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
40345
40345
  var keywords = [
40346
40346
  "shopify",
@@ -40439,9 +40439,9 @@ var cliKitPackageJson = {
40439
40439
  devDependencies: devDependencies
40440
40440
  };
40441
40441
 
40442
- var version$1 = "0.33.3";
40442
+ var version$1 = "0.33.7";
40443
40443
 
40444
- var version = "0.33.3";
40444
+ var version = "0.33.7";
40445
40445
 
40446
40446
  const constants = {
40447
40447
  environmentVariables: {
package/dist/index.js CHANGED
@@ -34204,7 +34204,7 @@ packageJson$1.exports.PackageNotFoundError = PackageNotFoundError;
34204
34204
  packageJson$1.exports.VersionNotFoundError = VersionNotFoundError;
34205
34205
 
34206
34206
  var name = "@shopify/cli-kit";
34207
- var version$2 = "0.33.6";
34207
+ var version$2 = "0.33.7";
34208
34208
  var description$1 = "A set of utilities, interfaces, and models that are common across all the platform features";
34209
34209
  var keywords = [
34210
34210
  "shopify",
@@ -34303,9 +34303,9 @@ var cliKitPackageJson = {
34303
34303
  devDependencies: devDependencies
34304
34304
  };
34305
34305
 
34306
- var version$1 = "0.33.3";
34306
+ var version$1 = "0.33.7";
34307
34307
 
34308
- var version = "0.33.3";
34308
+ var version = "0.33.7";
34309
34309
 
34310
34310
  const constants = {
34311
34311
  environmentVariables: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shopify/create-hydrogen",
3
- "version": "0.33.6",
3
+ "version": "0.33.7",
4
4
  "private": false,
5
5
  "description": "A CLI tool to create a new Shopify hydrogen app.",
6
6
  "type": "module",
@@ -52,8 +52,8 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@bugsnag/js": "^7.16.2",
55
- "@shopify/cli-hydrogen": "0.33.3",
56
- "@shopify/cli-kit": "0.33.6",
55
+ "@shopify/cli-hydrogen": "0.33.7",
56
+ "@shopify/cli-kit": "0.33.7",
57
57
  "@oclif/core": "1.3.6",
58
58
  "open": "^8.4.0"
59
59
  },