From 98edc964618660ffa397269d5327fa038bd19e37 Mon Sep 17 00:00:00 2001 From: webiny-bot Date: Wed, 16 Sep 2026 08:04:27 +0000 Subject: [PATCH 1/3] chore: generate changelog for 6.4.12 --- docs/release-notes/6.4.12/upgrade-guide.mdx | 61 +++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 docs/release-notes/6.4.12/upgrade-guide.mdx diff --git a/docs/release-notes/6.4.12/upgrade-guide.mdx b/docs/release-notes/6.4.12/upgrade-guide.mdx new file mode 100644 index 000000000..68cda8087 --- /dev/null +++ b/docs/release-notes/6.4.12/upgrade-guide.mdx @@ -0,0 +1,61 @@ +--- +id: c22iwpdo +title: Upgrade from 6.4.x to 6.4.12 +description: Learn how to upgrade Webiny from 6.4.x to 6.4.12. +--- + +import { Alert } from "@/components/Alert"; +import { AdditionalNotes } from "@/components/upgrade/AdditionalNotes"; + + + +- how to upgrade Webiny from 6.4.x to 6.4.12 + + + + + +Make sure to check out the [6.4.12 changelog](./changelog) to get familiar with the changes introduced in this release. + + + +## Step-by-Step Guide + +### 1. Upgrade Webiny Packages + +Upgrade all Webiny packages by running the following command: + +```bash +yarn webiny upgrade 6.4.12 --debug +``` + +Note that the command above will run upgrades for all available versions of Webiny up to 6.4.12. If there are upgrades for 6.4.1, 6.4.5, they will be ran. + +You can omit the version to upgrade to the latest available: + +```bash +yarn webiny upgrade --debug +``` + +Once the upgrade has finished, running the `yarn webiny --version` command in your terminal should return **6.4.12**. + + + +If the above command fails or is not available in your setup, you can run the upgrade script directly via `npx`: + +```bash +npx https://github.com/webiny/webiny-upgrades-v6 6.4.12 --debug +``` + + + +### 2. Deploy Your Project + +Proceed by redeploying your Webiny project: + +```bash +# Execute in your project root. +yarn webiny deploy --env {environment} +``` + + From 214e4b6299f7c5d52bec71297deb324025ad2adb Mon Sep 17 00:00:00 2001 From: webiny-bot Date: Thu, 17 Sep 2026 10:01:24 +0000 Subject: [PATCH 2/3] chore: regenerate release notes for 6.4.12 --- docs/release-notes/6.4.12/changelog.ai.txt | 8 ++++++++ docs/release-notes/6.4.12/changelog.mdx | 17 +++++++++++++++++ docs/release-notes/6.4.12/upgrade-guide.mdx | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 docs/release-notes/6.4.12/changelog.ai.txt create mode 100644 docs/release-notes/6.4.12/changelog.mdx diff --git a/docs/release-notes/6.4.12/changelog.ai.txt b/docs/release-notes/6.4.12/changelog.ai.txt new file mode 100644 index 000000000..13cfbbe5f --- /dev/null +++ b/docs/release-notes/6.4.12/changelog.ai.txt @@ -0,0 +1,8 @@ +AI Context: 6.4.12 Changelog (changelog.mdx) + +This file tracks manual edits made after the generation script ran. +The script reads the "Skipped PRs" section to avoid re-adding removed entries. + +## Skipped PRs + +## Manual Rewrites diff --git a/docs/release-notes/6.4.12/changelog.mdx b/docs/release-notes/6.4.12/changelog.mdx new file mode 100644 index 000000000..b626fbfec --- /dev/null +++ b/docs/release-notes/6.4.12/changelog.mdx @@ -0,0 +1,17 @@ +--- +id: d6yac3ip +title: Webiny 6.4.12 Changelog +description: See what's new in Webiny version 6.4.12 +--- + +import { GithubRelease } from "@/components/GithubRelease"; +import { Alert } from "@/components/Alert"; + + + +## Website Builder + +### Fixed Missing `version` and `metadata` Fields in Single-Page Queries ([#5727](https://github.com/webiny/webiny-js/pull/5727)) +{/* REVIEW-PENDING @Pavel910 — confirm this entry, then delete this line */} + +The `GET_PAGE_BY_ID` and `GET_PAGE_BY_PATH` queries in the Website Builder SDK were missing the `version` and `metadata` fields from their selection sets. If you needed these fields, you had to patch the SDK manually. Both fields are now included by default. diff --git a/docs/release-notes/6.4.12/upgrade-guide.mdx b/docs/release-notes/6.4.12/upgrade-guide.mdx index 68cda8087..63564e6f7 100644 --- a/docs/release-notes/6.4.12/upgrade-guide.mdx +++ b/docs/release-notes/6.4.12/upgrade-guide.mdx @@ -1,5 +1,5 @@ --- -id: c22iwpdo +id: 2dlbupas title: Upgrade from 6.4.x to 6.4.12 description: Learn how to upgrade Webiny from 6.4.x to 6.4.12. --- From 493b4abd5c93a1c63cd9d4c979129f31c3b7c6e1 Mon Sep 17 00:00:00 2001 From: webiny-bot Date: Thu, 17 Sep 2026 13:13:43 +0000 Subject: [PATCH 3/3] chore: regenerate release notes for 6.4.12 --- docs/release-notes/6.4.12/upgrade-guide.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/6.4.12/upgrade-guide.mdx b/docs/release-notes/6.4.12/upgrade-guide.mdx index 63564e6f7..1665c18fb 100644 --- a/docs/release-notes/6.4.12/upgrade-guide.mdx +++ b/docs/release-notes/6.4.12/upgrade-guide.mdx @@ -1,5 +1,5 @@ --- -id: 2dlbupas +id: wssl889i title: Upgrade from 6.4.x to 6.4.12 description: Learn how to upgrade Webiny from 6.4.x to 6.4.12. ---