Skip to content

Commit

Permalink
[ci] release 2024-07 (#2569)
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 06a0312 commit f041568
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/slimy-drinks-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-rats-press.md

This file was deleted.

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

## 8.4.5

### Patch Changes

- Update starter template with latest Hydrogen version. ([#2580](https://github.com/Shopify/hydrogen/pull/2580)) by [@scottdixon](https://github.com/scottdixon)

- Updated dependencies [[`04b4c7c3`](https://github.com/Shopify/hydrogen/commit/04b4c7c3362aa07fc12ce749bfc5a955aa1254e4)]:
- @shopify/mini-oxygen@3.0.6

## 8.4.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1758,5 +1758,5 @@
]
}
},
"version": "8.4.4"
"version": "8.4.5"
}
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": "8.4.4",
"version": "8.4.5",
"license": "MIT",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -56,7 +56,7 @@
"@graphql-codegen/cli": "^5.0.2",
"@remix-run/dev": "^2.1.0",
"@shopify/hydrogen-codegen": "^0.3.1",
"@shopify/mini-oxygen": "^3.0.5",
"@shopify/mini-oxygen": "^3.0.6",
"graphql-config": "^5.0.3",
"vite": "^5.1.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/create-hydrogen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/create-hydrogen

## 5.0.8

### Patch Changes

- Update starter template with latest Hydrogen version. ([#2580](https://github.com/Shopify/hydrogen/pull/2580)) by [@scottdixon](https://github.com/scottdixon)

## 5.0.7

### Patch Changes
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 @@ -5,7 +5,7 @@
"@shopify:registry": "https://registry.npmjs.org"
},
"license": "MIT",
"version": "5.0.7",
"version": "5.0.8",
"type": "module",
"scripts": {
"build": "tsup --clean",
Expand Down
6 changes: 6 additions & 0 deletions packages/mini-oxygen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @shopify/mini-oxygen

## 3.0.6

### Patch Changes

- Update internal version of the worker runtime. ([#2567](https://github.com/Shopify/hydrogen/pull/2567)) by [@frandiox](https://github.com/frandiox)

## 3.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/mini-oxygen/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": "3.0.5",
"version": "3.0.6",
"license": "MIT",
"type": "module",
"description": "Development assistant for custom Shopify Oxygen hosted storefronts",
Expand Down

0 comments on commit f041568

Please sign in to comment.