Skip to content

Commit

Permalink
[ci] back-fix release 2023-01 (#1847)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent ec5b110 commit ac6c6a0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/clever-pans-tap.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/hydrogen

## 2023.1.8

### Patch Changes

- Fix XSS vulnerability ([#1846](https://github.com/Shopify/hydrogen/pull/1846)) by [@blittle](https://github.com/blittle)

## 2023.1.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"type": "module",
"version": "2023.1.7",
"version": "2023.1.8",
"license": "SEE LICENSE IN LICENSE.md",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrogen/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const LIB_VERSION = '2023.1.7';
export const LIB_VERSION = '2023.1.8';
2 changes: 1 addition & 1 deletion templates/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@remix-run/react": "1.15.0",
"@shopify/cli": "3.45.0",
"@shopify/cli-hydrogen": "^4.1.0",
"@shopify/hydrogen": "^2023.1.7",
"@shopify/hydrogen": "^2023.1.8",
"@shopify/remix-oxygen": "^1.0.5",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down
2 changes: 1 addition & 1 deletion templates/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@remix-run/react": "1.15.0",
"@shopify/cli": "3.45.0",
"@shopify/cli-hydrogen": "^4.1.0",
"@shopify/hydrogen": "^2023.1.7",
"@shopify/hydrogen": "^2023.1.8",
"@shopify/remix-oxygen": "^1.0.5",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down

0 comments on commit ac6c6a0

Please sign in to comment.