From 35662c45edec75317ddebd07809bf79dffed1176 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Tue, 15 Apr 2025 13:37:35 +0200 Subject: [PATCH 1/2] Fix changelog heading levels --- packages/astro/CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 1a783091bab4..4342825a7496 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -17,7 +17,7 @@ 🛒 {cart?.length ?? 0} items ``` - ## Configuring session storage + #### Configuring session storage Sessions require a storage driver to store the data. The Node, Cloudflare and Netlify adapters automatically configure a default driver for you, but other adapters currently require you to specify a custom storage driver in your configuration. @@ -35,7 +35,7 @@ }); ``` - ## Using sessions + #### Using sessions Sessions are available in on-demand rendered pages, API endpoints, actions and middleware. @@ -67,7 +67,7 @@ --- ``` - ## Upgrading from Experimental to Stable + #### Upgrading from Experimental to Stable If you were previously using the experimental API, please remove the `experimental.session` flag from your configuration: From 08d15f34ce4b819106e08ea9fb669e567b4a64a5 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Tue, 15 Apr 2025 13:38:42 +0200 Subject: [PATCH 2/2] Fix integration CHANGELOG heading levels --- packages/integrations/cloudflare/CHANGELOG.md | 6 +++--- packages/integrations/netlify/CHANGELOG.md | 6 +++--- packages/integrations/node/CHANGELOG.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/integrations/cloudflare/CHANGELOG.md b/packages/integrations/cloudflare/CHANGELOG.md index 153e65388acb..1d009fff9186 100644 --- a/packages/integrations/cloudflare/CHANGELOG.md +++ b/packages/integrations/cloudflare/CHANGELOG.md @@ -17,7 +17,7 @@ 🛒 {cart?.length ?? 0} items ``` - ## Configuring session storage + #### Configuring session storage Sessions require a storage driver to store the data. The Node, Cloudflare and Netlify adapters automatically configure a default driver for you, but other adapters currently require you to specify a custom storage driver in your configuration. @@ -35,7 +35,7 @@ }); ``` - ## Using sessions + #### Using sessions Sessions are available in on-demand rendered pages, API endpoints, actions and middleware. @@ -67,7 +67,7 @@ --- ``` - ## Upgrading from Experimental to Stable + #### Upgrading from Experimental to Stable If you were previously using the experimental API, please remove the `experimental.session` flag from your configuration: diff --git a/packages/integrations/netlify/CHANGELOG.md b/packages/integrations/netlify/CHANGELOG.md index 635d1610a7db..775e8390917d 100644 --- a/packages/integrations/netlify/CHANGELOG.md +++ b/packages/integrations/netlify/CHANGELOG.md @@ -17,7 +17,7 @@ 🛒 {cart?.length ?? 0} items ``` - ## Configuring session storage + #### Configuring session storage Sessions require a storage driver to store the data. The Node, Cloudflare and Netlify adapters automatically configure a default driver for you, but other adapters currently require you to specify a custom storage driver in your configuration. @@ -35,7 +35,7 @@ }); ``` - ## Using sessions + #### Using sessions Sessions are available in on-demand rendered pages, API endpoints, actions and middleware. @@ -67,7 +67,7 @@ --- ``` - ## Upgrading from Experimental to Stable + #### Upgrading from Experimental to Stable If you were previously using the experimental API, please remove the `experimental.session` flag from your configuration: diff --git a/packages/integrations/node/CHANGELOG.md b/packages/integrations/node/CHANGELOG.md index b4df5833b542..abe5ed03637c 100644 --- a/packages/integrations/node/CHANGELOG.md +++ b/packages/integrations/node/CHANGELOG.md @@ -17,7 +17,7 @@ 🛒 {cart?.length ?? 0} items ``` - ## Configuring session storage + #### Configuring session storage Sessions require a storage driver to store the data. The Node, Cloudflare and Netlify adapters automatically configure a default driver for you, but other adapters currently require you to specify a custom storage driver in your configuration. @@ -35,7 +35,7 @@ }); ``` - ## Using sessions + #### Using sessions Sessions are available in on-demand rendered pages, API endpoints, actions and middleware. @@ -67,7 +67,7 @@ --- ``` - ## Upgrading from Experimental to Stable + #### Upgrading from Experimental to Stable If you were previously using the experimental API, please remove the `experimental.session` flag from your configuration: