diff options
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/dull-bikes-doubt.md | 5 | ||||
-rw-r--r-- | .changeset/pink-trainers-learn.md | 11 | ||||
-rw-r--r-- | .changeset/pre.json | 40 | ||||
-rw-r--r-- | .changeset/silly-apples-build.md | 5 | ||||
-rw-r--r-- | .changeset/tiny-bulldogs-lie.md | 10 |
5 files changed, 71 insertions, 0 deletions
diff --git a/.changeset/dull-bikes-doubt.md b/.changeset/dull-bikes-doubt.md new file mode 100644 index 000000000..50b1379c9 --- /dev/null +++ b/.changeset/dull-bikes-doubt.md @@ -0,0 +1,5 @@ +--- +'@astrojs/prism': minor +--- + +Adds typings for the main entrypoint diff --git a/.changeset/pink-trainers-learn.md b/.changeset/pink-trainers-learn.md new file mode 100644 index 000000000..6a704dde5 --- /dev/null +++ b/.changeset/pink-trainers-learn.md @@ -0,0 +1,11 @@ +--- +'astro': minor +--- + +Astro 0.21 Beta release! This introduces the new version of Astro that includes: + +- A new, faster, Go-based compiler +- A runtime backed by Vite, with faster dev experience +- New features + +See more at https://astro.build/blog/astro-021-preview/
\ No newline at end of file diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..fe40ecf82 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,40 @@ +{ + "mode": "pre", + "tag": "next", + "initialVersions": { + "docs": "0.0.7", + "@example/blog": "0.0.1", + "@example/blog-multiple-authors": "0.0.1", + "@example/docs": "0.0.1", + "@example/framework-lit": "0.0.1", + "@example/framework-multiple": "0.0.1", + "@example/framework-preact": "0.0.1", + "@example/framework-react": "0.0.1", + "@example/framework-solid": "0.0.1", + "@example/framework-svelte": "0.0.1", + "@example/framework-vue": "0.0.1", + "@example/minimal": "0.0.1", + "@example/portfolio": "0.0.1", + "@example/starter": "0.0.1", + "@example/with-markdown": "0.0.1", + "@example/with-markdown-plugins": "0.0.2", + "@example/with-nanostores": "0.0.1", + "@example/with-tailwindcss": "0.0.1", + "astro": "0.20.12", + "@astrojs/parser": "0.20.2", + "@astrojs/prism": "0.2.2", + "@astrojs/astro-test-builtins-dep": "0.0.1", + "@astrojs/test-custom-element-renderer": "0.0.1", + "create-astro": "0.6.6", + "@astrojs/markdown-remark": "0.3.1", + "@astrojs/renderer-lit": "0.1.2", + "@astrojs/renderer-preact": "0.2.2", + "@astrojs/renderer-react": "0.2.2", + "@astrojs/renderer-solid": "0.1.1", + "@astrojs/renderer-svelte": "0.1.2", + "@astrojs/renderer-vue": "0.1.9", + "astro-scripts": "0.0.1", + "www": "1.1.0" + }, + "changesets": [] +} diff --git a/.changeset/silly-apples-build.md b/.changeset/silly-apples-build.md new file mode 100644 index 000000000..921849786 --- /dev/null +++ b/.changeset/silly-apples-build.md @@ -0,0 +1,5 @@ +--- +'@astrojs/markdown-remark': minor +--- + +Adds prism support within the Markdown plugin.
\ No newline at end of file diff --git a/.changeset/tiny-bulldogs-lie.md b/.changeset/tiny-bulldogs-lie.md new file mode 100644 index 000000000..9e5cc63ff --- /dev/null +++ b/.changeset/tiny-bulldogs-lie.md @@ -0,0 +1,10 @@ +--- +'@astrojs/renderer-lit': minor +'@astrojs/renderer-preact': minor +'@astrojs/renderer-react': minor +'@astrojs/renderer-solid': minor +'@astrojs/renderer-svelte': minor +'@astrojs/renderer-vue': minor +--- + +Updates the renderers to confirm to the new renderer API.
\ No newline at end of file |