Skip to content

Commit

Permalink
[ci] release 2023-04 (#1008)
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 f29e178 commit 52ade9e
Show file tree
Hide file tree
Showing 14 changed files with 97 additions and 37 deletions.
20 changes: 0 additions & 20 deletions .changeset/dull-months-sit.md

This file was deleted.

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

## 5.0.1

### Patch Changes

- Update Remix to the latest version (`1.17.1`). ([#852](https://github.com/Shopify/hydrogen/pull/852)) by [@frandiox](https://github.com/frandiox)

When updating your app, remember to also update your Remix dependencies to `1.17.1` in your `package.json` file:

```diff
-"@remix-run/react": "1.15.0",
+"@remix-run/react": "1.17.1",

-"@remix-run/dev": "1.15.0",
-"@remix-run/eslint-config": "1.15.0",
+"@remix-run/dev": "1.17.1",
+"@remix-run/eslint-config": "1.17.1",
```

- Updated dependencies [[`f29e178a`](https://github.com/Shopify/hydrogen/commit/f29e178ada608ef3797c5049fd498afeed272152)]:
- @shopify/remix-oxygen@1.1.1

## 5.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/oclif.manifest.json

Large diffs are not rendered by default.

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.0.0",
"version": "5.0.1",
"license": "MIT",
"type": "module",
"scripts": {
Expand All @@ -29,7 +29,7 @@
"peerDependencies": {
"@remix-run/react": "^1.17.1",
"@shopify/hydrogen-react": "^2023.4.4",
"@shopify/remix-oxygen": "^1.1.0"
"@shopify/remix-oxygen": "^1.1.1"
},
"dependencies": {
"@graphql-codegen/cli": "3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-hydrogen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@shopify/cli-hydrogen": "^5.0.0"
"@shopify/cli-hydrogen": "^5.0.1"
},
"bin": "dist/create-app.js",
"files": [
Expand Down
18 changes: 18 additions & 0 deletions packages/hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @shopify/hydrogen

## 2023.4.5

### Patch Changes

- Update Remix to the latest version (`1.17.1`). ([#852](https://github.com/Shopify/hydrogen/pull/852)) by [@frandiox](https://github.com/frandiox)

When updating your app, remember to also update your Remix dependencies to `1.17.1` in your `package.json` file:

```diff
-"@remix-run/react": "1.15.0",
+"@remix-run/react": "1.17.1",

-"@remix-run/dev": "1.15.0",
-"@remix-run/eslint-config": "1.15.0",
+"@remix-run/dev": "1.17.1",
+"@remix-run/eslint-config": "1.17.1",
```

## 2023.4.4

### 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.4.4",
"version": "2023.4.5",
"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.4.4';
export const LIB_VERSION = '2023.4.5';
18 changes: 18 additions & 0 deletions packages/remix-oxygen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @shopify/remix-oxygen

## 1.1.1

### Patch Changes

- Update Remix to the latest version (`1.17.1`). ([#852](https://github.com/Shopify/hydrogen/pull/852)) by [@frandiox](https://github.com/frandiox)

When updating your app, remember to also update your Remix dependencies to `1.17.1` in your `package.json` file:

```diff
-"@remix-run/react": "1.15.0",
+"@remix-run/react": "1.17.1",

-"@remix-run/dev": "1.15.0",
-"@remix-run/eslint-config": "1.15.0",
+"@remix-run/dev": "1.17.1",
+"@remix-run/eslint-config": "1.17.1",
```

## 1.1.0

### Minor 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.0",
"version": "1.1.1",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
Expand Down
23 changes: 23 additions & 0 deletions templates/demo-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# demo-store

## 1.0.4

### Patch Changes

- Update Remix to the latest version (`1.17.1`). ([#852](https://github.com/Shopify/hydrogen/pull/852)) by [@frandiox](https://github.com/frandiox)

When updating your app, remember to also update your Remix dependencies to `1.17.1` in your `package.json` file:

```diff
-"@remix-run/react": "1.15.0",
+"@remix-run/react": "1.17.1",

-"@remix-run/dev": "1.15.0",
-"@remix-run/eslint-config": "1.15.0",
+"@remix-run/dev": "1.17.1",
+"@remix-run/eslint-config": "1.17.1",
```

- Updated dependencies [[`f29e178a`](https://github.com/Shopify/hydrogen/commit/f29e178ada608ef3797c5049fd498afeed272152)]:
- @shopify/remix-oxygen@1.1.1
- @shopify/hydrogen@2023.4.5
- @shopify/cli-hydrogen@5.0.1

## 1.0.3

### Patch 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": "1.0.3",
"version": "1.0.4",
"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.17.1",
"@shopify/cli": "3.45.0",
"@shopify/cli-hydrogen": "^5.0.0",
"@shopify/hydrogen": "^2023.4.4",
"@shopify/remix-oxygen": "^1.1.0",
"@shopify/cli-hydrogen": "^5.0.1",
"@shopify/hydrogen": "^2023.4.5",
"@shopify/remix-oxygen": "^1.1.1",
"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.17.1",
"@shopify/cli": "3.45.0",
"@shopify/cli-hydrogen": "^5.0.0",
"@shopify/hydrogen": "^2023.4.4",
"@shopify/remix-oxygen": "^1.1.0",
"@shopify/cli-hydrogen": "^5.0.1",
"@shopify/hydrogen": "^2023.4.5",
"@shopify/remix-oxygen": "^1.1.1",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"isbot": "^3.6.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 @@ -14,9 +14,9 @@
"dependencies": {
"@remix-run/react": "1.17.1",
"@shopify/cli": "3.45.0",
"@shopify/cli-hydrogen": "^5.0.0",
"@shopify/hydrogen": "^2023.4.4",
"@shopify/remix-oxygen": "^1.1.0",
"@shopify/cli-hydrogen": "^5.0.1",
"@shopify/hydrogen": "^2023.4.5",
"@shopify/remix-oxygen": "^1.1.1",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"isbot": "^3.6.6",
Expand Down

0 comments on commit 52ade9e

Please sign in to comment.