diff options
author | 2022-08-25 14:50:26 -0400 | |
---|---|---|
committer | 2022-08-25 14:50:26 -0400 | |
commit | 1aa5208cbeca89a989bef6883c634c645cd8af34 (patch) | |
tree | 2dc4da9305e0f85e46ffd1fc760ab2e76cab1673 | |
parent | 0b66ff39b8647d1e0b40f56125581d1f0d56a8f5 (diff) | |
download | astro-1aa5208cbeca89a989bef6883c634c645cd8af34.tar.gz astro-1aa5208cbeca89a989bef6883c634c645cd8af34.tar.zst astro-1aa5208cbeca89a989bef6883c634c645cd8af34.zip |
Enter prerelease mode for 1.1 (#4477)
-rw-r--r-- | .changeset/pre.json | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 000000000..45932fed8 --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,64 @@ +{ + "mode": "pre", + "tag": "next", + "initialVersions": { + "@example/basics": "0.0.1", + "@example/blog": "0.0.1", + "@example/component": "0.0.1", + "@example/my-component-demo": "0.0.1", + "@example/my-component": "0.0.1", + "@example/docs": "0.0.1", + "@example/env-vars": "0.0.1", + "@example/framework-alpine": "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/non-html-pages": "0.0.1", + "@example/portfolio": "0.0.1", + "@example/ssr": "0.0.1", + "@example/subpath": "0.0.1", + "@example/with-markdown-plugins": "0.0.2", + "@example/with-markdown-shiki": "0.0.1", + "@example/with-mdx": "0.0.1", + "@example/with-nanostores": "0.0.1", + "@example/with-tailwindcss": "0.0.1", + "@example/with-vite-plugin-pwa": "0.0.1", + "@example/with-vitest": "0.0.1", + "astro": "1.0.9", + "@astrojs/prism": "1.0.1", + "@astrojs/rss": "1.0.0", + "@test/component-library-shared": "0.1.0", + "@test/custom-element-renderer": "0.1.0", + "create-astro": "1.0.0", + "@astrojs/alpinejs": "0.1.0", + "@astrojs/cloudflare": "1.0.1", + "@astrojs/deno": "1.0.0", + "@astrojs/image": "0.3.6", + "@astrojs/lit": "1.0.0", + "@astrojs/mdx": "0.10.1", + "@astrojs/netlify": "1.0.1", + "@astrojs/node": "1.0.0", + "@astrojs/partytown": "1.0.0", + "@astrojs/preact": "1.0.2", + "@astrojs/prefetch": "0.0.7", + "@astrojs/react": "1.0.0", + "@astrojs/sitemap": "1.0.0", + "@astrojs/solid-js": "1.0.0", + "@astrojs/svelte": "1.0.0", + "@astrojs/tailwind": "1.0.0", + "@astrojs/turbolinks": "0.1.4", + "@astrojs/vercel": "1.0.1", + "@astrojs/vue": "1.0.0", + "@astrojs/markdown-component": "1.0.1", + "@astrojs/markdown-remark": "1.0.0", + "@astrojs/telemetry": "1.0.0", + "@astrojs/webapi": "1.0.0", + "astro-scripts": "0.0.7" + }, + "changesets": [] +} |