@shopify/hydrogen 0.22.0 → 0.22.1

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,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.22.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1394](https://github.com/Shopify/hydrogen/pull/1394) [`3a681ac2`](https://github.com/Shopify/hydrogen/commit/3a681ac289cc7850f79bc080a445bc6c0b6926fb) Thanks [@jplhomer](https://github.com/jplhomer)! - Make graphql-tag a dependency instead of a devDependency
8
+
3
9
  ## 0.22.0
4
10
 
5
11
  ### Minor Changes
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "0.22.0";
1
+ export declare const LIB_VERSION = "0.22.1";
@@ -1 +1 @@
1
- export const LIB_VERSION = '0.22.0';
1
+ export const LIB_VERSION = '0.22.1';
@@ -1 +1 @@
1
- export declare const LIB_VERSION = "0.22.0";
1
+ export declare const LIB_VERSION = "0.22.1";
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.LIB_VERSION = void 0;
4
- exports.LIB_VERSION = '0.22.0';
4
+ exports.LIB_VERSION = '0.22.1';
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "engines": {
8
8
  "node": ">=14"
9
9
  },
10
- "version": "0.22.0",
10
+ "version": "0.22.1",
11
11
  "description": "Modern custom Shopify storefronts",
12
12
  "license": "MIT",
13
13
  "main": "dist/esnext/index.js",
@@ -76,7 +76,6 @@
76
76
  "@types/ws": "^8.2.0",
77
77
  "babel-loader": "^8.2.2",
78
78
  "cpy-cli": "3.1.1",
79
- "graphql-tag": "^2.12.6",
80
79
  "mkdirp": "^1.0.4",
81
80
  "npm-run-all": "^4.1.5",
82
81
  "postcss": "^8",
@@ -110,6 +109,7 @@
110
109
  "es-module-lexer": "^0.10.0",
111
110
  "fast-glob": "^3.2.11",
112
111
  "graphql": "^16.3.0",
112
+ "graphql-tag": "^2.12.6",
113
113
  "history": "^5.3.0",
114
114
  "kolorist": "^1.5.1",
115
115
  "magic-string": "^0.26.1",