Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] release 2024-07 #2236

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/big-otters-brake.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/brave-falcons-repair.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bright-wombats-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilled-points-give.md

This file was deleted.

19 changes: 0 additions & 19 deletions .changeset/cold-foxes-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-needles-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-melons-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-rabbits-draw.md

This file was deleted.

67 changes: 0 additions & 67 deletions .changeset/khaki-maps-kiss.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/light-balloons-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-kids-exercise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-snails-care.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plenty-clocks-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-eggs-fly.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rare-bags-attack.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/red-apes-exercise.md

This file was deleted.

65 changes: 0 additions & 65 deletions .changeset/red-lamps-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-pumas-allow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-keys-glow.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-chefs-hammer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-falcons-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tall-elephants-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-lies-mate.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/two-chefs-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-apricots-fix.md

This file was deleted.

34 changes: 0 additions & 34 deletions .changeset/wet-yaks-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-badgers-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-gifts-learn.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@remix-run/react": "^2.10.1",
"@remix-run/server-runtime": "^2.10.1",
"@shopify/cli": "^3.63.2",
"@shopify/hydrogen": "2024.7.0",
"@shopify/hydrogen": "2024.7.1",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.19.2",
Expand Down
25 changes: 25 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @shopify/cli-hydrogen

## 8.2.0

### Minor Changes

- Support Vite projects in `h2 setup css` command to setup Tailwind and vanilla-extract. Drop CSS setup support for classic Remix projects. ([#2245](https://github.com/Shopify/hydrogen/pull/2245)) by [@frandiox](https://github.com/frandiox)

- The build process in Vite projects now generates a bundle analysis tool for the server files. ([#2138](https://github.com/Shopify/hydrogen/pull/2138)) by [@frandiox](https://github.com/frandiox)

### Patch Changes

- Fix Codegen config resolution when project directory contains dots. ([#2293](https://github.com/Shopify/hydrogen/pull/2293)) by [@frandiox](https://github.com/frandiox)

- [Bug fix] Allow env-branch to be passed when running `h2 deploy` in CI ([#2281](https://github.com/Shopify/hydrogen/pull/2281)) by [@aswamy](https://github.com/aswamy)

- Fix CLI upgrade notification when running from a global process. ([#2184](https://github.com/Shopify/hydrogen/pull/2184)) by [@frandiox](https://github.com/frandiox)

- skeleton template was updated to do session commit in server call instead of routes ([#2137](https://github.com/Shopify/hydrogen/pull/2137)) by [@michenly](https://github.com/michenly)

- Remove `PUBLIC_STORE_DOMAIN` environment variable from `.env` when creating new projects with mock.shop. ([#2221](https://github.com/Shopify/hydrogen/pull/2221)) by [@frandiox](https://github.com/frandiox)

- Added an `--auth-bypass-token-duration` flag to the `deploy` command to allow for specified token duration between 1 to 12 hours. ([#2182](https://github.com/Shopify/hydrogen/pull/2182)) by [@NelsonLee-Code](https://github.com/NelsonLee-Code)

- Updated dependencies [[`0924410f`](https://github.com/Shopify/hydrogen/commit/0924410fa2a1d13d46f09ca42fb1f1de3e0a4f57)]:
- @shopify/[email protected]

## 8.1.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.1.1"
"version": "8.2.0"
}
Loading