diff options
author | 2024-09-17 11:55:01 +0200 | |
---|---|---|
committer | 2024-09-17 11:55:01 +0200 | |
commit | efcc4bb28b3609bdd88e102b1b0e6b797d9832cb (patch) | |
tree | 83fbbae29ddc623191f2aac45bae85e60d48e54c /packages | |
parent | 560833843c6d3ce2b6c6c473ec4ae70e744bf255 (diff) | |
download | astro-efcc4bb28b3609bdd88e102b1b0e6b797d9832cb.tar.gz astro-efcc4bb28b3609bdd88e102b1b0e6b797d9832cb.tar.zst astro-efcc4bb28b3609bdd88e102b1b0e6b797d9832cb.zip |
fix: attempt to version at beta 1
Diffstat (limited to 'packages')
-rw-r--r-- | packages/create-astro/package.json | 2 | ||||
-rw-r--r-- | packages/db/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/markdoc/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/mdx/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/svelte/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/tailwind/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/vue/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/web-vitals/package.json | 2 | ||||
-rw-r--r-- | packages/markdown/remark/package.json | 2 | ||||
-rw-r--r-- | packages/underscore-redirects/package.json | 2 |
10 files changed, 10 insertions, 10 deletions
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", |