diff options
author | 2023-03-07 11:49:19 -0800 | |
---|---|---|
committer | 2023-03-07 14:49:19 -0500 | |
commit | afaf366fb37bc78a845890cf012dbc7d07bfb305 (patch) | |
tree | cba96f7b712cd522891d0fb83cba3625678c5a3d /packages/markdown | |
parent | 5ce750b015c32cc6ea3948a1d4f7cd4a68d9a752 (diff) | |
download | astro-afaf366fb37bc78a845890cf012dbc7d07bfb305.tar.gz astro-afaf366fb37bc78a845890cf012dbc7d07bfb305.tar.zst astro-afaf366fb37bc78a845890cf012dbc7d07bfb305.zip |
[ci] release (#6432)create-astro@3.1.0astro@2.1.0@astrojs/webapi@2.1.0@astrojs/vue@2.1.0@astrojs/vercel@3.2.0@astrojs/turbolinks@0.2.0@astrojs/telemetry@2.1.0@astrojs/tailwind@3.1.0@astrojs/svelte@2.1.0@astrojs/solid-js@2.1.0@astrojs/sitemap@1.2.0@astrojs/rss@2.2.0@astrojs/react@2.1.0@astrojs/prism@2.1.0@astrojs/prefetch@0.2.0@astrojs/preact@2.1.0@astrojs/partytown@1.1.0@astrojs/node@5.1.0@astrojs/netlify@2.2.0@astrojs/mdx@0.18.0@astrojs/markdown-remark@2.1.0@astrojs/markdoc@0.0.1@astrojs/lit@1.3.0@astrojs/image@0.16.0@astrojs/deno@4.1.0@astrojs/cloudflare@6.2.0@astrojs/alpinejs@0.2.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 | 23 | ||||
-rw-r--r-- | packages/markdown/remark/package.json | 6 |
2 files changed, 26 insertions, 3 deletions
diff --git a/packages/markdown/remark/CHANGELOG.md b/packages/markdown/remark/CHANGELOG.md index ba97148e1..c82a3961c 100644 --- a/packages/markdown/remark/CHANGELOG.md +++ b/packages/markdown/remark/CHANGELOG.md @@ -1,5 +1,28 @@ # @astrojs/markdown-remark +## 2.1.0 + +### Minor Changes + +- [#6344](https://github.com/withastro/astro/pull/6344) [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add a new experimental flag (`experimental.assets`) to enable our new core Assets story. + + This unlocks a few features: + + - A new built-in image component and JavaScript API to transform and optimize images. + - Relative images with automatic optimization in Markdown. + - Support for validating assets using content collections. + - and more! + + See [Assets (Experimental)](https://docs.astro.build/en/guides/assets/) on our docs site for more information on how to use this feature! + +- [#6213](https://github.com/withastro/astro/pull/6213) [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Updated compilation settings to disable downlevelling for Node 14 + +### Patch Changes + +- Updated dependencies [[`fec583909`](https://github.com/withastro/astro/commit/fec583909ab62829dc0c1600e2387979365f2b94), [`b087b83fe`](https://github.com/withastro/astro/commit/b087b83fe266c431fe34a07d5c2293cc4ab011c6), [`694918a56`](https://github.com/withastro/astro/commit/694918a56b01104831296be0c25456135a63c784), [`a20610609`](https://github.com/withastro/astro/commit/a20610609863ae3b48afe96819b8f11ae4f414d5), [`a4a74ab70`](https://github.com/withastro/astro/commit/a4a74ab70cd2aa0d812a1f6b202c4e240a8913bf), [`75921b3cd`](https://github.com/withastro/astro/commit/75921b3cd916d439f6392c487c21532fde35ed13), [`afbbc4d5b`](https://github.com/withastro/astro/commit/afbbc4d5bfafc1779bac00b41c2a1cb1c90f2808)]: + - astro@2.1.0 + - @astrojs/prism@2.1.0 + ## 2.0.1 ### Patch Changes diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json index 1f087e457..1dda55cc7 100644 --- a/packages/markdown/remark/package.json +++ b/packages/markdown/remark/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-remark", - "version": "2.0.1", + "version": "2.1.0", "type": "module", "author": "withastro", "license": "MIT", @@ -25,10 +25,10 @@ "test": "mocha --exit --timeout 20000" }, "peerDependencies": { - "astro": "workspace:^2.0.18" + "astro": "workspace:^2.1.0" }, "dependencies": { - "@astrojs/prism": "^2.0.0", + "@astrojs/prism": "^2.1.0", "github-slugger": "^1.4.0", "image-size": "^1.0.2", "import-meta-resolve": "^2.1.0", |