From 73c3fcf65d12b88afc1f141f46b2d4059a49ed66 Mon Sep 17 00:00:00 2001 From: Helen Lin Date: Wed, 11 Dec 2024 12:31:00 -0800 Subject: [PATCH] Update changelog.json (#2668) * update changelog.json * update hash --- docs/changelog.json | 60 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/docs/changelog.json b/docs/changelog.json index 395c7ba8b..6624e266e 100644 --- a/docs/changelog.json +++ b/docs/changelog.json @@ -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 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": " 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",