Skip to content

Commit

Permalink
[ci] release 2023-01
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 13, 2023
1 parent a1f3056 commit 2381e75
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/nice-zebras-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-bags-swim.md

This file was deleted.

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

## 2023.1.3

### Patch Changes

- Send Hydrogen version in Storefront API requests. ([#471](https://github.com/Shopify/hydrogen/pull/471)) by [@frandiox](https://github.com/frandiox)

- Fix default Storefront type in LoaderArgs. ([#496](https://github.com/Shopify/hydrogen/pull/496)) by [@frandiox](https://github.com/frandiox)

## 2023.1.2

### 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.2",
"version": "2023.1.3",
"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.2';
export const LIB_VERSION = '2023.1.3';
2 changes: 1 addition & 1 deletion templates/demo-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@remix-run/react": "1.12.0",
"@shopify/cli": "3.29.0",
"@shopify/cli-hydrogen": "^4.0.3",
"@shopify/hydrogen": "^2023.1.2",
"@shopify/hydrogen": "^2023.1.3",
"@shopify/remix-oxygen": "^1.0.2",
"clsx": "^1.2.1",
"concurrently": "^7.5.0",
Expand Down
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.12.0",
"@shopify/cli": "3.29.0",
"@shopify/cli-hydrogen": "^4.0.3",
"@shopify/hydrogen": "^2023.1.2",
"@shopify/hydrogen": "^2023.1.3",
"@shopify/remix-oxygen": "^1.0.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down

0 comments on commit 2381e75

Please sign in to comment.