mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
fix: attempt to version at beta 1
This commit is contained in:
parent
560833843c
commit
efcc4bb28b
11 changed files with 26 additions and 31 deletions
|
@ -2,34 +2,29 @@
|
||||||
"mode": "pre",
|
"mode": "pre",
|
||||||
"tag": "beta",
|
"tag": "beta",
|
||||||
"initialVersions": {
|
"initialVersions": {
|
||||||
"astro": "4.13.1",
|
"astro": "5.0.0-alpha.9",
|
||||||
"@astrojs/prism": "3.1.0",
|
"@astrojs/prism": "3.1.0",
|
||||||
"@astrojs/rss": "4.0.7",
|
"@astrojs/rss": "4.0.7",
|
||||||
"create-astro": "4.8.1",
|
"create-astro": "4.8.4-alpha.0",
|
||||||
"@astrojs/db": "0.12.0",
|
"@astrojs/db": "0.13.2-alpha.1",
|
||||||
"@astrojs/alpinejs": "0.4.0",
|
"@astrojs/alpinejs": "0.4.0",
|
||||||
"@astrojs/cloudflare": "0.0.0",
|
"@astrojs/markdoc": "1.0.0-alpha.1",
|
||||||
"@astrojs/lit": "4.3.0",
|
"@astrojs/mdx": "4.0.0-alpha.2",
|
||||||
"@astrojs/markdoc": "0.11.3",
|
"@astrojs/partytown": "2.1.2",
|
||||||
"@astrojs/mdx": "3.1.3",
|
"@astrojs/preact": "3.5.3",
|
||||||
"@astrojs/netlify": "0.0.0",
|
"@astrojs/react": "3.6.2",
|
||||||
"@astrojs/node": "8.3.2",
|
|
||||||
"@astrojs/partytown": "2.1.1",
|
|
||||||
"@astrojs/preact": "3.5.1",
|
|
||||||
"@astrojs/react": "3.6.1",
|
|
||||||
"@astrojs/sitemap": "3.1.6",
|
"@astrojs/sitemap": "3.1.6",
|
||||||
"@astrojs/solid-js": "4.4.0",
|
"@astrojs/solid-js": "4.4.1",
|
||||||
"@astrojs/svelte": "5.7.0",
|
"@astrojs/svelte": "6.0.0-alpha.0",
|
||||||
"@astrojs/tailwind": "5.1.0",
|
"@astrojs/tailwind": "6.0.0-alpha.0",
|
||||||
"@astrojs/vercel": "7.7.2",
|
"@astrojs/vue": "5.0.0-alpha.0",
|
||||||
"@astrojs/vue": "4.5.0",
|
"@astrojs/web-vitals": "2.0.1-alpha.0",
|
||||||
"@astrojs/web-vitals": "1.0.0",
|
|
||||||
"@astrojs/internal-helpers": "0.4.1",
|
"@astrojs/internal-helpers": "0.4.1",
|
||||||
"@astrojs/markdown-remark": "5.2.0",
|
"@astrojs/markdown-remark": "6.0.0-alpha.1",
|
||||||
"@astrojs/studio": "0.1.1",
|
"@astrojs/studio": "0.1.1",
|
||||||
"@astrojs/telemetry": "3.1.0",
|
"@astrojs/telemetry": "3.1.0",
|
||||||
"@astrojs/underscore-redirects": "0.3.4",
|
"@astrojs/underscore-redirects": "0.4.0-alpha.0",
|
||||||
"@astrojs/upgrade": "0.3.1"
|
"@astrojs/upgrade": "0.3.3"
|
||||||
},
|
},
|
||||||
"changesets": [
|
"changesets": [
|
||||||
"afraid-apricots-buy",
|
"afraid-apricots-buy",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "create-astro",
|
"name": "create-astro",
|
||||||
"version": "4.8.4-alpha.0",
|
"version": "4.8.4-beta.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/db",
|
"name": "@astrojs/db",
|
||||||
"version": "0.13.2-alpha.1",
|
"version": "0.13.2-beta.0",
|
||||||
"description": "Add libSQL and Astro Studio support to your Astro site",
|
"description": "Add libSQL and Astro Studio support to your Astro site",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/markdoc",
|
"name": "@astrojs/markdoc",
|
||||||
"description": "Add support for Markdoc in your Astro site",
|
"description": "Add support for Markdoc in your Astro site",
|
||||||
"version": "1.0.0-alpha.1",
|
"version": "1.0.0-beta.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/mdx",
|
"name": "@astrojs/mdx",
|
||||||
"description": "Add support for MDX pages in your Astro site",
|
"description": "Add support for MDX pages in your Astro site",
|
||||||
"version": "4.0.0-alpha.2",
|
"version": "4.0.0-beta.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/svelte",
|
"name": "@astrojs/svelte",
|
||||||
"version": "6.0.0-alpha.0",
|
"version": "6.0.0-beta.0",
|
||||||
"description": "Use Svelte components within Astro",
|
"description": "Use Svelte components within Astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/tailwind",
|
"name": "@astrojs/tailwind",
|
||||||
"description": "Use Tailwind CSS to style your Astro site",
|
"description": "Use Tailwind CSS to style your Astro site",
|
||||||
"version": "6.0.0-alpha.0",
|
"version": "6.0.0-beta.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/vue",
|
"name": "@astrojs/vue",
|
||||||
"version": "5.0.0-alpha.0",
|
"version": "5.0.0-beta.0",
|
||||||
"description": "Use Vue components within Astro",
|
"description": "Use Vue components within Astro",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/index.d.ts",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/web-vitals",
|
"name": "@astrojs/web-vitals",
|
||||||
"description": "Track your website’s performance with Astro DB",
|
"description": "Track your website’s performance with Astro DB",
|
||||||
"version": "2.0.1-alpha.0",
|
"version": "2.0.1-beta.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/markdown-remark",
|
"name": "@astrojs/markdown-remark",
|
||||||
"version": "6.0.0-alpha.1",
|
"version": "6.0.0-beta.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/underscore-redirects",
|
"name": "@astrojs/underscore-redirects",
|
||||||
"description": "Utilities to generate _redirects files in Astro projects",
|
"description": "Utilities to generate _redirects files in Astro projects",
|
||||||
"version": "0.4.0-alpha.0",
|
"version": "0.4.0-beta.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"author": "withastro",
|
"author": "withastro",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|
Loading…
Reference in a new issue