diff options
author | 2021-11-19 13:01:50 -0800 | |
---|---|---|
committer | 2021-11-19 13:01:50 -0800 | |
commit | b4818701fe30ef28fb5ca02ea06e3f8f4f2316ea (patch) | |
tree | c5a7eb375b5233c2c6319d62d2b1ce31b92714b6 /.changeset | |
parent | e6aaeff50cc5f5d16cb8e292c4f4253aa6969e27 (diff) | |
download | astro-@astrojs/parser@0.20.3.tar.gz astro-@astrojs/parser@0.20.3.tar.zst astro-@astrojs/parser@0.20.3.zip |
Version Packages (#1928)create-astro@0.6.7astro@0.21.0@astrojs/renderer-vue@0.2.0@astrojs/renderer-svelte@0.2.0@astrojs/renderer-solid@0.2.0@astrojs/renderer-react@0.3.0@astrojs/renderer-preact@0.3.0@astrojs/renderer-lit@0.2.0@astrojs/prism@0.3.0@astrojs/parser@0.20.3@astrojs/markdown-remark@0.4.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '.changeset')
-rw-r--r-- | .changeset/changeset-1.md | 9 | ||||
-rw-r--r-- | .changeset/changeset-2.md | 4 | ||||
-rw-r--r-- | .changeset/changeset-3.md | 5 | ||||
-rw-r--r-- | .changeset/changeset-4.md | 11 | ||||
-rw-r--r-- | .changeset/pre.json | 47 |
5 files changed, 0 insertions, 76 deletions
diff --git a/.changeset/changeset-1.md b/.changeset/changeset-1.md deleted file mode 100644 index 92987d15d..000000000 --- a/.changeset/changeset-1.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@astrojs/renderer-lit': minor -'@astrojs/renderer-preact': minor -'@astrojs/renderer-react': minor -'@astrojs/renderer-solid': minor -'@astrojs/renderer-svelte': minor -'@astrojs/renderer-vue': minor ---- -Updated framework renderers for the v0.21.0 release of Astro. Assorted changes and a new renderer interface are included in this release.
\ No newline at end of file diff --git a/.changeset/changeset-2.md b/.changeset/changeset-2.md deleted file mode 100644 index f99e71290..000000000 --- a/.changeset/changeset-2.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -'@astrojs/markdown-remark': minor ---- -Initial release.
\ No newline at end of file diff --git a/.changeset/changeset-3.md b/.changeset/changeset-3.md deleted file mode 100644 index 9a8e030fc..000000000 --- a/.changeset/changeset-3.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/prism': patch ---- -- Adds compatibility to work with Astro 0.21. -- New typings added for the primary export.
\ No newline at end of file diff --git a/.changeset/changeset-4.md b/.changeset/changeset-4.md deleted file mode 100644 index a0a25066f..000000000 --- a/.changeset/changeset-4.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -'astro': minor ---- -Astro 0.21 is here! [Read the complete migration guide](https://docs.astro.build/migration/0.21.0/). - -This new version of Astro includes: - -- A new, faster, [Go-based compiler](https://github.com/snowpackjs/astro-compiler) -- A completely new runtime backed by [Vite](https://vitejs.dev/), with significantly dev experience improvements -- Improved support for loading Astro config files, including `.cjs`, `.js`, and `.ts` files -- And [many more features](https://astro.build/blog/astro-021-preview/)!
\ No newline at end of file diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 9f727f5fc..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "mode": "exit", - "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", - "@example/portfolio-svelte": "0.0.1", - "@example/subpath": "0.0.1" - }, - "changesets": [ - "changeset-1", - "changeset-2", - "changeset-3", - "changeset-4" - ] -} |