Skip to content

Commit

Permalink
[ci] release 2024-07 (#2336)
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 c2eff9b commit 23f063d
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/khaki-monkeys-applaud.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-otters-fix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/unlucky-tips-rule.md

This file was deleted.

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

## 8.3.0

### Minor Changes

- The Hydrogen CLI can now read the Codegen configuration from the GraphQL config file (e.g. `.graphqlrc.js` or `.graphqlrc.yml`). ([#2311](https://github.com/Shopify/hydrogen/pull/2311)) by [@frandiox](https://github.com/frandiox)

### Patch Changes

- Fix auth flow. ([#2331](https://github.com/Shopify/hydrogen/pull/2331)) by [@graygilmore](https://github.com/graygilmore)

## 8.2.0

### Minor 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 @@ -1714,5 +1714,5 @@
]
}
},
"version": "8.2.0"
"version": "8.3.0"
}
2 changes: 1 addition & 1 deletion 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.2.0",
"version": "8.3.0",
"license": "MIT",
"type": "module",
"scripts": {
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.1

### Patch Changes

- Fix auth flow. ([#2331](https://github.com/Shopify/hydrogen/pull/2331)) by [@graygilmore](https://github.com/graygilmore)

## 5.0.0

### Major 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.0",
"version": "5.0.1",
"type": "module",
"scripts": {
"build": "tsup --clean",
Expand Down
9 changes: 9 additions & 0 deletions templates/skeleton/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# skeleton

## 2024.7.2

### Patch Changes

- Changed the GraphQL config file format to be TS/JS instead of YAML. ([#2311](https://github.com/Shopify/hydrogen/pull/2311)) by [@frandiox](https://github.com/frandiox)

- Updated dependencies [[`18ea233c`](https://github.com/Shopify/hydrogen/commit/18ea233cd327bf3001ec9b107ad66b05c9c78584), [`8b2322d7`](https://github.com/Shopify/hydrogen/commit/8b2322d783078298cd5d20ec5f3b1faf99b7895b)]:
- @shopify/cli-hydrogen@8.3.0

## 2024.7.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion templates/skeleton/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "skeleton",
"private": true,
"sideEffects": false,
"version": "2024.7.1",
"version": "2024.7.2",
"type": "module",
"scripts": {
"build": "shopify hydrogen build --codegen",
Expand Down

0 comments on commit 23f063d

Please sign in to comment.