From 25aa70a64930a6fe7de85eb9e3bf477d9b7b1f60 Mon Sep 17 00:00:00 2001 From: Chris Swithinbank Date: Tue, 24 Jan 2023 00:32:53 +0100 Subject: [PATCH] Wrap astro 2.0 beta logs in `
` --- packages/astro/CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md index 0f6802473..c524fa1f6 100644 --- a/packages/astro/CHANGELOG.md +++ b/packages/astro/CHANGELOG.md @@ -405,6 +405,9 @@ ## 2.0.0-beta.4 +
+See changes in 2.0.0-beta.4 + ### Major Changes - [#5941](https://github.com/withastro/astro/pull/5941) [`304823811`](https://github.com/withastro/astro/commit/304823811eddd8e72aa1d8e2d39b40ab5cda3565) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Content collections: Introduce a new `slug` frontmatter field for overriding the generated slug. This replaces the previous `slug()` collection config option from Astro 1.X and the 2.0 beta. @@ -460,8 +463,13 @@ - Updated dependencies [[`46ecd5de3`](https://github.com/withastro/astro/commit/46ecd5de34df619e2ee73ccea39a57acd37bc0b8)]: - @astrojs/webapi@2.0.0-beta.1 +
+ ## 2.0.0-beta.3 +
+See changes in 2.0.0-beta.3 + ### Major Changes - [#5891](https://github.com/withastro/astro/pull/5891) [`05caf445d`](https://github.com/withastro/astro/commit/05caf445d4d2728f1010aeb2179a9e756c2fd17d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Remove deprecated Markdown APIs from Astro v0.X. This includes `getHeaders()`, the `.astro` property for layouts, and the `rawContent()` and `compiledContent()` error messages for MDX. @@ -524,8 +532,13 @@ - [#5872](https://github.com/withastro/astro/pull/5872) [`b66d7195c`](https://github.com/withastro/astro/commit/b66d7195c17a55ea0931bc3744888bd4f5f01ce6) Thanks [@bluwy](https://github.com/bluwy)! - Enable `skipLibCheck` by default +
+ ## 2.0.0-beta.2 +
+See changes in 2.0.0-beta.2 + ### Major Changes - [#5782](https://github.com/withastro/astro/pull/5782) [`1f92d64ea`](https://github.com/withastro/astro/commit/1f92d64ea35c03fec43aff64eaf704dc5a9eb30a) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Remove support for Node 14. Minimum supported Node version is now >=16.12.0 @@ -604,8 +617,13 @@ - @astrojs/markdown-remark@2.0.0-beta.2 - @astrojs/webapi@2.0.0-beta.0 +
+ ## 2.0.0-beta.1 +
+See changes in 2.0.0-beta.1 + ### Major Changes - [#5778](https://github.com/withastro/astro/pull/5778) [`49ab4f231`](https://github.com/withastro/astro/commit/49ab4f231c23b34891c3ee86f4b92bf8d6d267a3) Thanks [@bluwy](https://github.com/bluwy)! - Remove proload to load the Astro config. It will now use NodeJS and Vite to load the config only. @@ -663,8 +681,13 @@ - Updated dependencies [[`93e633922`](https://github.com/withastro/astro/commit/93e633922c2e449df3bb2357b3683af1d3c0e07b)]: - @astrojs/markdown-remark@2.0.0-beta.1 +
+ ## 2.0.0-beta.0 +
+See changes in 2.0.0-beta.0 + ### Major Changes - [#5687](https://github.com/withastro/astro/pull/5687) [`e2019be6f`](https://github.com/withastro/astro/commit/e2019be6ffa46fa33d92cfd346f9ecbe51bb7144) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Give remark and rehype plugins access to user frontmatter via frontmatter injection. This means `data.astro.frontmatter` is now the _complete_ Markdown or MDX document's frontmatter, rather than an empty object. @@ -838,6 +861,8 @@ - Updated dependencies [[`e2019be6f`](https://github.com/withastro/astro/commit/e2019be6ffa46fa33d92cfd346f9ecbe51bb7144), [`a9c292026`](https://github.com/withastro/astro/commit/a9c2920264e36cc5dc05f4adc1912187979edb0d)]: - @astrojs/markdown-remark@2.0.0-beta.0 +
+ ## 1.9.2 ### Patch Changes