Skip to content

Commit ac6c6a0

Browse files
[ci] back-fix release 2023-01 (#1847)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ec5b110 commit ac6c6a0

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.changeset/clever-pans-tap.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/hydrogen/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @shopify/hydrogen
22

3+
## 2023.1.8
4+
5+
### Patch Changes
6+
7+
- Fix XSS vulnerability ([#1846](https://github.com/Shopify/hydrogen/pull/1846)) by [@blittle](https://github.com/blittle)
8+
39
## 2023.1.7
410

511
### Patch Changes

packages/hydrogen/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@shopify:registry": "https://registry.npmjs.org"
66
},
77
"type": "module",
8-
"version": "2023.1.7",
8+
"version": "2023.1.8",
99
"license": "SEE LICENSE IN LICENSE.md",
1010
"main": "dist/index.cjs",
1111
"module": "dist/production/index.js",

packages/hydrogen/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const LIB_VERSION = '2023.1.7';
1+
export const LIB_VERSION = '2023.1.8';

templates/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@remix-run/react": "1.15.0",
1717
"@shopify/cli": "3.45.0",
1818
"@shopify/cli-hydrogen": "^4.1.0",
19-
"@shopify/hydrogen": "^2023.1.7",
19+
"@shopify/hydrogen": "^2023.1.8",
2020
"@shopify/remix-oxygen": "^1.0.5",
2121
"graphql": "^16.6.0",
2222
"graphql-tag": "^2.12.6",

templates/skeleton/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@remix-run/react": "1.15.0",
1616
"@shopify/cli": "3.45.0",
1717
"@shopify/cli-hydrogen": "^4.1.0",
18-
"@shopify/hydrogen": "^2023.1.7",
18+
"@shopify/hydrogen": "^2023.1.8",
1919
"@shopify/remix-oxygen": "^1.0.5",
2020
"graphql": "^16.6.0",
2121
"graphql-tag": "^2.12.6",

0 commit comments

Comments
 (0)