Skip to content

Commit 3b715e9

Browse files
authored
Revert @shopify/cli-hydrogen from 12.0.0 to 11.1.4 (#3229)
* Revert @shopify/cli-hydrogen from 12.0.0 to 11.1.4 - Change version from 12.0.0 to 11.1.4 - Update CHANGELOG.md: Major Changes → Patch Changes - Update oclif.manifest.json version * Revert @shopify/cli-hydrogen to 11.1.3 and add patch changeset - Revert version from 12.0.0 back to 11.1.3 in package.json and oclif.manifest.json - Remove 12.0.0 section from CHANGELOG.md (will be regenerated as 11.1.4) - Add patch changeset with all original changelog content - When Version PR is created, it will bump to 11.1.4 with proper patch designation
1 parent 65f9e3c commit 3b715e9

File tree

4 files changed

+43
-388
lines changed

4 files changed

+43
-388
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
'@shopify/cli-hydrogen': patch
3+
---
4+
5+
**What changed:**
6+
7+
## Miniflare v3 upgrade
8+
9+
## CLI: Stabilized Customer Account API development flag
10+
11+
The `--customer-account-push` flag is now stable and ready for production use. This flag enables tunneling for local development with Customer Account API OAuth flows.
12+
13+
**Before:**
14+
15+
```bash
16+
# Flag was experimental with __unstable suffix
17+
shopify hydrogen dev --customer-account-push__unstable
18+
```
19+
20+
**After:**
21+
22+
```bash
23+
# Flag is now stable
24+
shopify hydrogen dev --customer-account-push
25+
26+
# Or use environment variable
27+
SHOPIFY_HYDROGEN_FLAG_CUSTOMER_ACCOUNT_PUSH=true npm run dev
28+
```
29+
30+
This flag automatically:
31+
32+
- Creates a tunnel for your local development server
33+
- Configures the Customer Account API OAuth callback URLs
34+
- Enables testing of the full authentication flow locally
35+
36+
## Additional changes
37+
38+
- Fix defer/streaming in development & preview
39+
- Upgrade Miniflare from v2 to v4 in mini-oxygen package
40+
- Add `--force-client-sourcemap` flag support to the `deploy` command
41+
- Implement proper environment variable quoting for shell metacharacters in `env pull` command

0 commit comments

Comments
 (0)