summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Princesseuh <3019731+Princesseuh@users.noreply.github.com> 2024-09-17 11:55:01 +0200
committerGravatar Princesseuh <3019731+Princesseuh@users.noreply.github.com> 2024-09-17 11:55:01 +0200
commitefcc4bb28b3609bdd88e102b1b0e6b797d9832cb (patch)
tree83fbbae29ddc623191f2aac45bae85e60d48e54c
parent560833843c6d3ce2b6c6c473ec4ae70e744bf255 (diff)
downloadastro-efcc4bb28b3609bdd88e102b1b0e6b797d9832cb.tar.gz
astro-efcc4bb28b3609bdd88e102b1b0e6b797d9832cb.tar.zst
astro-efcc4bb28b3609bdd88e102b1b0e6b797d9832cb.zip
fix: attempt to version at beta 1
-rw-r--r--.changeset/pre.json37
-rw-r--r--packages/create-astro/package.json2
-rw-r--r--packages/db/package.json2
-rw-r--r--packages/integrations/markdoc/package.json2
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--packages/integrations/svelte/package.json2
-rw-r--r--packages/integrations/tailwind/package.json2
-rw-r--r--packages/integrations/vue/package.json2
-rw-r--r--packages/integrations/web-vitals/package.json2
-rw-r--r--packages/markdown/remark/package.json2
-rw-r--r--packages/underscore-redirects/package.json2
11 files changed, 26 insertions, 31 deletions
diff --git a/.changeset/pre.json b/.changeset/pre.json
index e8adc92f1..01f627498 100644
--- a/.changeset/pre.json
+++ b/.changeset/pre.json
@@ -2,34 +2,29 @@
"mode": "pre",
"tag": "beta",
"initialVersions": {
- "astro": "4.13.1",
+ "astro": "5.0.0-alpha.9",
"@astrojs/prism": "3.1.0",
"@astrojs/rss": "4.0.7",
- "create-astro": "4.8.1",
- "@astrojs/db": "0.12.0",
+ "create-astro": "4.8.4-alpha.0",
+ "@astrojs/db": "0.13.2-alpha.1",
"@astrojs/alpinejs": "0.4.0",
- "@astrojs/cloudflare": "0.0.0",
- "@astrojs/lit": "4.3.0",
- "@astrojs/markdoc": "0.11.3",
- "@astrojs/mdx": "3.1.3",
- "@astrojs/netlify": "0.0.0",
- "@astrojs/node": "8.3.2",
- "@astrojs/partytown": "2.1.1",
- "@astrojs/preact": "3.5.1",
- "@astrojs/react": "3.6.1",
+ "@astrojs/markdoc": "1.0.0-alpha.1",
+ "@astrojs/mdx": "4.0.0-alpha.2",
+ "@astrojs/partytown": "2.1.2",
+ "@astrojs/preact": "3.5.3",
+ "@astrojs/react": "3.6.2",
"@astrojs/sitemap": "3.1.6",
- "@astrojs/solid-js": "4.4.0",
- "@astrojs/svelte": "5.7.0",
- "@astrojs/tailwind": "5.1.0",
- "@astrojs/vercel": "7.7.2",
- "@astrojs/vue": "4.5.0",
- "@astrojs/web-vitals": "1.0.0",
+ "@astrojs/solid-js": "4.4.1",
+ "@astrojs/svelte": "6.0.0-alpha.0",
+ "@astrojs/tailwind": "6.0.0-alpha.0",
+ "@astrojs/vue": "5.0.0-alpha.0",
+ "@astrojs/web-vitals": "2.0.1-alpha.0",
"@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/telemetry": "3.1.0",
- "@astrojs/underscore-redirects": "0.3.4",
- "@astrojs/upgrade": "0.3.1"
+ "@astrojs/underscore-redirects": "0.4.0-alpha.0",
+ "@astrojs/upgrade": "0.3.3"
},
"changesets": [
"afraid-apricots-buy",
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 2d2b79d79..bb4b7cca3 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "4.8.4-alpha.0",
+ "version": "4.8.4-beta.0",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/db/package.json b/packages/db/package.json
index 89a8c348e..1652b087d 100644
--- a/packages/db/package.json
+++ b/packages/db/package.json
@@ -1,6 +1,6 @@
{
"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",
"license": "MIT",
"repository": {
diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json
index 2899f79b6..cf86fe754 100644
--- a/packages/integrations/markdoc/package.json
+++ b/packages/integrations/markdoc/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/markdoc",
"description": "Add support for Markdoc in your Astro site",
- "version": "1.0.0-alpha.1",
+ "version": "1.0.0-beta.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index 3c71aa2ea..7e1d1b50e 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site",
- "version": "4.0.0-alpha.2",
+ "version": "4.0.0-beta.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index ceb1ebc48..8a194d9e3 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "6.0.0-alpha.0",
+ "version": "6.0.0-beta.0",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/tailwind/package.json b/packages/integrations/tailwind/package.json
index 0fccd1348..545d34c88 100644
--- a/packages/integrations/tailwind/package.json
+++ b/packages/integrations/tailwind/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/tailwind",
"description": "Use Tailwind CSS to style your Astro site",
- "version": "6.0.0-alpha.0",
+ "version": "6.0.0-beta.0",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
diff --git a/packages/integrations/vue/package.json b/packages/integrations/vue/package.json
index aa8311e92..8b78c2a98 100644
--- a/packages/integrations/vue/package.json
+++ b/packages/integrations/vue/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/vue",
- "version": "5.0.0-alpha.0",
+ "version": "5.0.0-beta.0",
"description": "Use Vue components within Astro",
"type": "module",
"types": "./dist/index.d.ts",
diff --git a/packages/integrations/web-vitals/package.json b/packages/integrations/web-vitals/package.json
index cd806a0aa..0cb81b96b 100644
--- a/packages/integrations/web-vitals/package.json
+++ b/packages/integrations/web-vitals/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/web-vitals",
"description": "Track your website’s performance with Astro DB",
- "version": "2.0.1-alpha.0",
+ "version": "2.0.1-beta.0",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/markdown/remark/package.json b/packages/markdown/remark/package.json
index 33273074b..374e40f9a 100644
--- a/packages/markdown/remark/package.json
+++ b/packages/markdown/remark/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-remark",
- "version": "6.0.0-alpha.1",
+ "version": "6.0.0-beta.0",
"type": "module",
"author": "withastro",
"license": "MIT",
diff --git a/packages/underscore-redirects/package.json b/packages/underscore-redirects/package.json
index 6e5519ddb..18ebcc526 100644
--- a/packages/underscore-redirects/package.json
+++ b/packages/underscore-redirects/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/underscore-redirects",
"description": "Utilities to generate _redirects files in Astro projects",
- "version": "0.4.0-alpha.0",
+ "version": "0.4.0-beta.0",
"type": "module",
"author": "withastro",
"license": "MIT",