Skip to content

Commit

Permalink
Update changelog.json (#2668)
Browse files Browse the repository at this point in the history
* update changelog.json

* update hash
  • Loading branch information
wizardlyhel authored Dec 11, 2024
1 parent dd3b070 commit 73c3fcf
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions docs/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,66 @@
"url": "https://github.com/Shopify/hydrogen/pulls?q=is%3Apr+is%3Aclosed+%5Bci%5D+release+in%3Atitle+is%3Amerged",
"version": "1",
"releases": [
{
"title": "Remove unstable exports from remix-oxygen and update customer account buyer authentication exchange",
"version": "2024.10.1",
"hash": "c915b67d81ff01e25eeefce8cf0510805d620d64",
"pr": "https://github.com/Shopify/hydrogen/pull/2657",
"commit": "https://github.com/Shopify/hydrogen/commit/c915b67d81ff01e25eeefce8cf0510805d620d64",
"dependencies": {
"@remix-run/react": "^2.13.1",
"@remix-run/server-runtime": "^2.13.1",
"@shopify/hydrogen": "2024.10.1",
"@shopify/remix-oxygen": "^2.0.9"
},
"devDependencies": {
"@remix-run/dev": "^2.13.1",
"@shopify/cli": "~3.72.0"
},
"dependenciesMeta": {
"typescript": {
"required": true
},
"@shopify/oxygen-workers-types": {
"required": true
},
"@shopify/cli": {
"required": true
},
"@remix-run/server-runtime": {
"required": true
}
},
"fixes": [
{
"title": "Support multiple <Pagination> components on a single page",
"pr": "https://github.com/Shopify/hydrogen/pull/2649",
"id": "2649"
},
{
"title": "Allow the default login and authorize path to be overridden",
"pr": "https://github.com/Shopify/hydrogen/pull/2648",
"id": "2648"
},
{
"title": "<VariantSelector> sets the url search param when landing on a product page",
"pr": "https://github.com/Shopify/hydrogen/pull/2665",
"id": "2665"
},
{
"title": "Hydrogen deployment contains Hydrogen meta data",
"pr": "https://github.com/Shopify/hydrogen/pull/2645",
"id": "2645"
}
],
"features": [
{
"title": "Support combined listing and 2k variant",
"pr": "https://github.com/Shopify/hydrogen/pull/2659",
"id": "2659"
}
]
},
{
"title": "SFAPI 2024.10, Cart mutation warnings, improved createWithCache, sitemap API stabilization, deprecations",
"version": "2024.10.0",
Expand Down

0 comments on commit 73c3fcf

Please sign in to comment.