diff options
author | 2024-08-19 11:37:39 -0700 | |
---|---|---|
committer | 2024-08-19 14:37:39 -0400 | |
commit | f239242d90dc7045e21bfa4d9a4d2619389abef6 (patch) | |
tree | 84d3ce8e3e2a6f7ef97d5b6aae6810bde3d417fc /packages/markdown | |
parent | 40183620d8315c342ffbb46ddcd1b003f4b303ed (diff) | |
download | astro-@astrojs/mdx@4.0.0-alpha.0.tar.gz astro-@astrojs/mdx@4.0.0-alpha.0.tar.zst astro-@astrojs/mdx@4.0.0-alpha.0.zip |
[ci] release (alpha) (#11627)create-astro@4.8.4-alpha.0astro@5.0.0-alpha.0@astrojs/vue@5.0.0-alpha.0@astrojs/vercel@8.0.0-alpha.0@astrojs/tailwind@6.0.0-alpha.0@astrojs/svelte@6.0.0-alpha.0@astrojs/node@9.0.0-alpha.0@astrojs/mdx@4.0.0-alpha.0@astrojs/markdown-remark@6.0.0-alpha.0@astrojs/markdoc@1.0.0-alpha.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown')
-rw-r--r-- | packages/markdown/remark/CHANGELOG.md | 11 | ||||
-rw-r--r-- | packages/markdown/remark/package.json | 2 |
2 files changed, 12 insertions, 1 deletions
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index 73bab0b25..0f0ef4bb8 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/markdown-remark +## 6.0.0-alpha.0 + +### Major Changes + +- [#11661](https://github.com/withastro/astro/pull/11661) [`83a2a64`](https://github.com/withastro/astro/commit/83a2a648418ad30f4eb781d1c1b5f2d8a8ac846e) Thanks [@bluwy](https://github.com/bluwy)! - Renames the following CSS variables theme color token names to better align with the Shiki v1 defaults: + + - `--astro-code-color-text` => `--astro-code-foreground` + - `--astro-code-color-background` => `--astro-code-background` + + You can perform a global find and replace in your project to migrate to the new token names. + ## 5.2.0 ### Minor Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 87cba7d1f..e8f8304ee 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "5.2.0", + "version": "6.0.0-alpha.0", "type": "module", "author": "withastro", "license": "MIT", |