Skip to content

Commit

Permalink
Update changelog and sync package version (#2265)
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardlyhel committed Jun 18, 2024
1 parent 6cd5554 commit 67a634f
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 12 deletions.
42 changes: 42 additions & 0 deletions docs/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,48 @@
"url": "https://github.com/Shopify/hydrogen/pulls?q=is%3Apr+is%3Aclosed+%5Bci%5D+release+in%3Atitle+is%3Amerged",
"version": "1",
"releases": [
{
"title": "Auto cookie domain detection for customer privacy api and better error message for missing analytics fields",
"version": "2024.4.7",
"hash": "156e869563b8a7b3616618a7a9c1bf471be655b3",
"pr": "https://github.com/Shopify/hydrogen/pull/2264",
"commit": "https://github.com/Shopify/hydrogen/commit/156e869563b8a7b3616618a7a9c1bf471be655b3",
"dependencies": {
"@remix-run/react": "^2.9.2",
"@shopify/cli-hydrogen": "8.1.1",
"@shopify/hydrogen": "^2024.4.7",
"@shopify/remix-oxygen": "^2.0.4"
},
"devDependencies": {
"@remix-run/dev": "^2.9.2",
"typescript": "^5.2.2",
"@shopify/cli": "3.61.2",
"@shopify/oxygen-workers-types": "^4.0.0",
"@remix-run/server-runtime": "^2.9.2"
},
"dependenciesMeta": {
"typescript": {
"required": true
},
"@shopify/oxygen-workers-types": {
"required": true
},
"@shopify/cli": {
"required": true
},
"@remix-run/server-runtime": {
"required": true
}
},
"fixes": [
{
"title": "Auto cookie domain detection for customer privacy api and better error message for missing analytics fields",
"pr": "https://github.com/Shopify/hydrogen/pull/2262",
"id": "2262"
}
],
"features": []
},
{
"title": "Fix shopify cookie creation and add auto top-level domain detection",
"version": "2024.4.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@remix-run/server-runtime": "^2.9.2",
"@shopify/cli": "3.61.2",
"@shopify/cli-hydrogen": "^8.1.1",
"@shopify/hydrogen": "2024.4.6",
"@shopify/hydrogen": "2024.4.7",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.19.2",
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "4.3.13",
"version": "4.3.14",
"type": "module",
"scripts": {
"build": "tsup --clean",
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": "2024.4.6",
"version": "2024.4.7",
"license": "MIT",
"main": "dist/index.cjs",
"module": "dist/production/index.js",
Expand Down
4 changes: 2 additions & 2 deletions 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.4.8",
"version": "2024.4.9",
"type": "module",
"scripts": {
"build": "shopify hydrogen build --codegen",
Expand All @@ -18,7 +18,7 @@
"@remix-run/server-runtime": "^2.9.2",
"@shopify/cli": "3.61.2",
"@shopify/cli-hydrogen": "^8.1.1",
"@shopify/hydrogen": "2024.4.6",
"@shopify/hydrogen": "2024.4.7",
"@shopify/remix-oxygen": "^2.0.4",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
Expand Down

0 comments on commit 67a634f

Please sign in to comment.