diff options
author | 2023-05-04 09:49:17 -0700 | |
---|---|---|
committer | 2023-05-04 12:49:17 -0400 | |
commit | 51c8e7fe298df202edf93f0aa8e22aff58639995 (patch) | |
tree | 1e16cded92ee3cb77e9c68ad611682e36b4e3a8c /packages/markdown/remark | |
parent | 818252acda3c00499cea51ffa0f26d4c2ccd3a02 (diff) | |
download | astro@2.4.0.tar.gz astro@2.4.0.tar.zst astro@2.4.0.zip |
[ci] release (#6977)astro@2.4.0@astrojs/sitemap@1.3.0@astrojs/react@2.1.3@astrojs/mdx@0.19.1@astrojs/markdown-remark@2.2.0@astrojs/markdoc@0.1.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/markdown/remark')
-rw-r--r-- | packages/markdown/remark/CHANGELOG.md | 11 | ||||
-rw-r--r-- | packages/markdown/remark/package.json | 4 |
2 files changed, 13 insertions, 2 deletions
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index cacfca845..0a4fe2f8a 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,16 @@ # @astrojs/markdown-remark +## 2.2.0 + +### Minor Changes + +- [#6932](https://github.com/withastro/astro/pull/6932) [`49514e4ce`](https://github.com/withastro/astro/commit/49514e4ce40fedb39bf7decd2c296258efbdafc7) Thanks [@bluwy](https://github.com/bluwy)! - Upgrade shiki to v0.14.1. This updates the shiki theme colors and adds the theme name to the `pre` tag, e.g. `<pre class="astro-code github-dark">`. + +### Patch Changes + +- Updated dependencies [[`818252acd`](https://github.com/withastro/astro/commit/818252acda3c00499cea51ffa0f26d4c2ccd3a02), [`80e3d4d3d`](https://github.com/withastro/astro/commit/80e3d4d3d0f7719d8eae5435bba3805503057511), [`3326492b9`](https://github.com/withastro/astro/commit/3326492b94f76ed2b0154dd9b9a1a9eb883c1e31), [`cac4a321e`](https://github.com/withastro/astro/commit/cac4a321e814fb805eb0e3ced469e25261a50885), [`831b67cdb`](https://github.com/withastro/astro/commit/831b67cdb8250f93f66e3b171fab024652bf80f2), [`49514e4ce`](https://github.com/withastro/astro/commit/49514e4ce40fedb39bf7decd2c296258efbdafc7), [`0883fd487`](https://github.com/withastro/astro/commit/0883fd4875548a613df122f0b87a1ca8b7a7cf7d)]: + - astro@2.4.0 + ## 2.1.4 ### Patch Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index edf4cfba5..bf9d4262d 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "2.1.4", + "version": "2.2.0", "type": "module", "author": "withastro", "license": "MIT", @@ -25,7 +25,7 @@ "test": "mocha --exit --timeout 20000" }, "peerDependencies": { - "astro": "workspace:^2.3.0" + "astro": "workspace:^2.4.0" }, "dependencies": { "@astrojs/prism": "^2.1.0", |