Skip to content

Commit

Permalink
[ci] release 2023-07 (Shopify#1170)
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
2 people authored and FrcPpe committed Aug 13, 2023
1 parent 0eb28fa commit 0d3c710
Show file tree
Hide file tree
Showing 17 changed files with 76 additions and 57 deletions.
9 changes: 0 additions & 9 deletions .changeset/great-plums-complain.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/hip-cameras-call.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/kind-planes-develop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-planets-fetch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-swans-float.md

This file was deleted.

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

## 5.1.1

### Patch Changes

- Update to Remix v1.19.1. ([#1172](https://github.com/Shopify/hydrogen/pull/1172)) by [@frandiox](https://github.com/frandiox)

See changes for [1.18](https://github.com/remix-run/remix/releases/tag/remix%401.18.0) and [1.19](https://github.com/remix-run/remix/releases/tag/remix%401.19.0).

- Fix the starter template cart aside to cover everything on larger pages ([#1163](https://github.com/Shopify/hydrogen/pull/1163)) by [@QuentinGibson](https://github.com/QuentinGibson)

- Skip Oxygen requirement checks of `remix.config.js` when `@shopify/remix-oxygen` is not installed. ([#1137](https://github.com/Shopify/hydrogen/pull/1137)) by [@frandiox](https://github.com/frandiox)

- Warn in development when Remix packages are out of sync. ([#1173](https://github.com/Shopify/hydrogen/pull/1173)) by [@frandiox](https://github.com/frandiox)

- Updated dependencies [[`b7a8ecf6`](https://github.com/Shopify/hydrogen/commit/b7a8ecf6a687e72de7745a78c61c1a78a9a52629)]:
- @shopify/remix-oxygen@1.1.2

## 5.1.0

### What’s new
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/oclif.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.1.0",
"version": "5.1.1",
"commands": {
"hydrogen:build": {
"id": "hydrogen:build",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
},
"version": "5.1.0",
"version": "5.1.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand All @@ -29,7 +29,7 @@
"peerDependencies": {
"@remix-run/react": "1.19.1",
"@shopify/hydrogen-react": "^2023.7.0",
"@shopify/remix-oxygen": "^1.1.1"
"@shopify/remix-oxygen": "^1.1.2"
},
"dependencies": {
"@ast-grep/napi": "^0.5.3",
Expand Down
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.7.1

### Patch Changes

- Update to Remix v1.19.1. ([#1172](https://github.com/Shopify/hydrogen/pull/1172)) by [@frandiox](https://github.com/frandiox)

See changes for [1.18](https://github.com/remix-run/remix/releases/tag/remix%401.18.0) and [1.19](https://github.com/remix-run/remix/releases/tag/remix%401.19.0).

## 2023.7.0

## What’s new
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.7.0",
"version": "2023.7.1",
"license": "MIT",
"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.7.0';
export const LIB_VERSION = '2023.7.1';
8 changes: 8 additions & 0 deletions packages/remix-oxygen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @shopify/remix-oxygen

## 1.1.2

### Patch Changes

- Update to Remix v1.19.1. ([#1172](https://github.com/Shopify/hydrogen/pull/1172)) by [@frandiox](https://github.com/frandiox)

See changes for [1.18](https://github.com/remix-run/remix/releases/tag/remix%401.18.0) and [1.19](https://github.com/remix-run/remix/releases/tag/remix%401.19.0).

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/remix-oxygen/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": "1.1.1",
"version": "1.1.2",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
Expand Down
27 changes: 27 additions & 0 deletions templates/demo-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# demo-store

## 2.0.1

### Patch Changes

- Update to Remix v1.19.1. ([#1172](https://github.com/Shopify/hydrogen/pull/1172)) by [@frandiox](https://github.com/frandiox)

See changes for [1.18](https://github.com/remix-run/remix/releases/tag/remix%401.18.0) and [1.19](https://github.com/remix-run/remix/releases/tag/remix%401.19.0).

- It's recommended to update `@shopify/cli`: ([#1172](https://github.com/Shopify/hydrogen/pull/1172)) by [@frandiox](https://github.com/frandiox)

```diff
-"@shopify/cli": "3.47.5"
+"@shopify/cli": "3.48.0"
```

Also, for projects using Remix v1 Error Boundary convention, remove the deprecated `ErrorBoundaryComponent` type (or update to the v2 convention):

```diff
-export const ErrorBoundary: ErrorBoundaryComponent = ({error}) => {
+export const ErrorBoundary = ({error}: {error: Error}) => {
```

- Updated dependencies [[`b7a8ecf6`](https://github.com/Shopify/hydrogen/commit/b7a8ecf6a687e72de7745a78c61c1a78a9a52629), [`ef809228`](https://github.com/Shopify/hydrogen/commit/ef809228da8d6d4f1b3301221e1e03d24cac63fa), [`1015f170`](https://github.com/Shopify/hydrogen/commit/1015f17028beb2ab00e381a61e9f4132e74b17ad), [`076bab7d`](https://github.com/Shopify/hydrogen/commit/076bab7d31ffcd918c4a3b0dd7be03e00d2dd913)]:
- @shopify/remix-oxygen@1.1.2
- @shopify/hydrogen@2023.7.1
- @shopify/cli-hydrogen@5.1.1

## 2.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions templates/demo-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "demo-store",
"private": true,
"sideEffects": false,
"version": "2.0.0",
"version": "2.0.1",
"scripts": {
"dev": "shopify hydrogen dev --codegen-unstable",
"build": "shopify hydrogen build",
Expand All @@ -20,9 +20,9 @@
"@headlessui/react": "^1.7.2",
"@remix-run/react": "1.19.1",
"@shopify/cli": "3.48.0",
"@shopify/cli-hydrogen": "^5.1.0",
"@shopify/hydrogen": "^2023.7.0",
"@shopify/remix-oxygen": "^1.1.1",
"@shopify/cli-hydrogen": "^5.1.1",
"@shopify/hydrogen": "^2023.7.1",
"@shopify/remix-oxygen": "^1.1.2",
"clsx": "^1.2.1",
"cross-env": "^7.0.3",
"graphql": "^16.6.0",
Expand Down
6 changes: 3 additions & 3 deletions templates/hello-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"dependencies": {
"@remix-run/react": "1.19.1",
"@shopify/cli": "3.48.0",
"@shopify/cli-hydrogen": "^5.1.0",
"@shopify/hydrogen": "^2023.7.0",
"@shopify/remix-oxygen": "^1.1.1",
"@shopify/cli-hydrogen": "^5.1.1",
"@shopify/hydrogen": "^2023.7.1",
"@shopify/remix-oxygen": "^1.1.2",
"@total-typescript/ts-reset": "^0.4.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down
6 changes: 3 additions & 3 deletions templates/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"dependencies": {
"@remix-run/react": "1.19.1",
"@shopify/cli": "3.48.0",
"@shopify/cli-hydrogen": "^5.1.0",
"@shopify/hydrogen": "^2023.7.0",
"@shopify/remix-oxygen": "^1.1.1",
"@shopify/cli-hydrogen": "^5.1.1",
"@shopify/hydrogen": "^2023.7.1",
"@shopify/remix-oxygen": "^1.1.2",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"isbot": "^3.6.6",
Expand Down

0 comments on commit 0d3c710

Please sign in to comment.