From fb0334a15fa2db2985c884a715a388ffd0b4e6b1 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Tue, 3 Jan 2023 11:38:11 -0500 Subject: [PATCH] Enter prerelease mode (#5726) --- .changeset/pre.json | 64 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 .changeset/pre.json diff --git a/.changeset/pre.json b/.changeset/pre.json new file mode 100644 index 0000000000..f3e532102f --- /dev/null +++ b/.changeset/pre.json @@ -0,0 +1,64 @@ +{ + "mode": "pre", + "tag": "beta", + "initialVersions": { + "@example/basics": "0.0.1", + "@example/blog": "0.0.1", + "@example/component": "0.0.1", + "@example/deno": "0.0.1", + "@example/docs": "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/hackernews": "0.0.1", + "@example/integration": "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/with-content": "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.9.0", + "@astrojs/prism": "1.0.2", + "@astrojs/rss": "2.0.0", + "@test/component-library-shared": "0.1.0", + "@test/custom-element-renderer": "0.1.0", + "create-astro": "1.2.4", + "@astrojs/alpinejs": "0.1.2", + "@astrojs/cloudflare": "5.0.0", + "@astrojs/deno": "3.0.0", + "@astrojs/image": "0.12.1", + "@astrojs/lit": "1.0.1", + "@astrojs/mdx": "0.14.0", + "@astrojs/netlify": "1.3.0", + "@astrojs/node": "4.0.0", + "@astrojs/partytown": "1.0.2", + "@astrojs/preact": "1.2.0", + "@astrojs/prefetch": "0.1.1", + "@astrojs/react": "1.2.2", + "@astrojs/sitemap": "1.0.0", + "@astrojs/solid-js": "1.2.3", + "@astrojs/svelte": "1.0.2", + "@astrojs/tailwind": "2.1.3", + "@astrojs/turbolinks": "0.1.4", + "@astrojs/vercel": "2.4.0", + "@astrojs/vue": "1.2.2", + "@astrojs/markdown-component": "1.0.2", + "@astrojs/markdown-remark": "1.2.0", + "@astrojs/telemetry": "1.0.1", + "@astrojs/webapi": "1.1.1", + "astro-scripts": "0.0.9" + }, + "changesets": [] +}