diff options
author | 2022-04-02 13:46:25 -0600 | |
---|---|---|
committer | 2022-04-02 13:46:25 -0600 | |
commit | e425f896b668d98033ad3b998b50c1f28bc7f6ee (patch) | |
tree | c4d9002bc8f975fbd11eaad640b4b880d4637336 /examples | |
parent | d047baad114ae16ada6dc16c9d709147af907360 (diff) | |
download | astro-e425f896b668d98033ad3b998b50c1f28bc7f6ee.tar.gz astro-e425f896b668d98033ad3b998b50c1f28bc7f6ee.tar.zst astro-e425f896b668d98033ad3b998b50c1f28bc7f6ee.zip |
Revert "[ci] release (#2925)"
This reverts commit 48c9b142cccaff780b0d72abdd858214614af09f.
Diffstat (limited to 'examples')
27 files changed, 41 insertions, 41 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index d92b692d7..c58c16ff6 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.0.2", - "astro": "^0.26.0", + "astro": "^0.25.4", "sass": "^1.49.11" }, "dependencies": { diff --git a/examples/blog/package.json b/examples/blog/package.json index f2127a1d4..abc41a47f 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.0.2", - "astro": "^0.26.0" + "astro": "^0.25.4" }, "dependencies": { "preact": "^10.7.0" diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json index bbac35c31..9b54773f6 100644 --- a/examples/component/demo/package.json +++ b/examples/component/demo/package.json @@ -10,6 +10,6 @@ }, "devDependencies": { "@example/my-component": "workspace:*", - "astro": "^0.26.0" + "astro": "^0.25.4" } } diff --git a/examples/component/package.json b/examples/component/package.json index ea917ecf6..5bf96a6a0 100644 --- a/examples/component/package.json +++ b/examples/component/package.json @@ -8,6 +8,6 @@ "serve": "astro --root demo preview" }, "devDependencies": { - "astro": "^0.26.0" + "astro": "^0.25.4" } } diff --git a/examples/docs/package.json b/examples/docs/package.json index 84d9aee46..68ab5d62a 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -19,7 +19,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.0.2", - "@astrojs/react": "^0.1.0", - "astro": "^0.26.0" + "@astrojs/react": "^0.0.2", + "astro": "^0.25.4" } } diff --git a/examples/env-vars/package.json b/examples/env-vars/package.json index a0e0c7b51..e0011d2df 100644 --- a/examples/env-vars/package.json +++ b/examples/env-vars/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.26.0" + "astro": "^0.25.4" } } diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json index 065c6ee49..41fb3eca2 100644 --- a/examples/framework-alpine/package.json +++ b/examples/framework-alpine/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.26.0" + "astro": "^0.25.4" } } diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json index 50795de01..444d29ac6 100644 --- a/examples/framework-lit/package.json +++ b/examples/framework-lit/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/lit": "^0.0.2", - "astro": "^0.26.0" + "astro": "^0.25.4" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json index 6b925d087..aeb9e7c85 100644 --- a/examples/framework-multiple/package.json +++ b/examples/framework-multiple/package.json @@ -11,11 +11,11 @@ "devDependencies": { "@astrojs/lit": "^0.0.2", "@astrojs/preact": "^0.0.2", - "@astrojs/react": "^0.1.0", + "@astrojs/react": "^0.0.2", "@astrojs/solid-js": "^0.0.3", "@astrojs/svelte": "^0.0.2", "@astrojs/vue": "^0.0.2", - "astro": "^0.26.0" + "astro": "^0.25.4" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json index c3c78a2b2..394a8efb9 100644 --- a/examples/framework-preact/package.json +++ b/examples/framework-preact/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.0.2", - "astro": "^0.26.0" + "astro": "^0.25.4" }, "dependencies": { "preact": "^10.7.0" diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json index 7744a8dba..4cdd93049 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/react": "^0.1.0", - "astro": "^0.26.0" + "@astrojs/react": "^0.0.2", + "astro": "^0.25.4" }, "dependencies": { "react": "^18.0.0", diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json index 321c0afe2..820bbee06 100644 --- a/examples/framework-solid/package.json +++ b/examples/framework-solid/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/solid-js": "^0.0.3", - "astro": "^0.26.0" + "astro": "^0.25.4" }, "dependencies": { "solid-js": "^1.3.13" diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json index 6278695f8..01a4eb52e 100644 --- a/examples/framework-svelte/package.json +++ b/examples/framework-svelte/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/svelte": "^0.0.2", - "astro": "^0.26.0" + "astro": "^0.25.4" }, "dependencies": { "svelte": "^3.46.6" diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json index d803f48e3..eeada1a5e 100644 --- a/examples/framework-vue/package.json +++ b/examples/framework-vue/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/vue": "^0.0.2", - "astro": "^0.26.0" + "astro": "^0.25.4" }, "dependencies": { "vue": "^3.2.31" diff --git a/examples/integrations-playground/package.json b/examples/integrations-playground/package.json index 11ecd7eef..b5824c7d9 100644 --- a/examples/integrations-playground/package.json +++ b/examples/integrations-playground/package.json @@ -10,12 +10,12 @@ }, "devDependencies": { "@astrojs/lit": "^0.0.2", - "@astrojs/partytown": "^0.1.0", - "@astrojs/react": "^0.1.0", - "@astrojs/sitemap": "^0.1.0", - "@astrojs/tailwind": "^0.1.0", + "@astrojs/partytown": "^0.0.2", + "@astrojs/react": "^0.0.2", + "@astrojs/sitemap": "^0.0.2", + "@astrojs/tailwind": "^0.0.2", "@astrojs/turbolinks": "^0.0.2", - "astro": "^0.26.0" + "astro": "^0.25.4" }, "dependencies": { "@webcomponents/template-shadowroot": "^0.1.0", diff --git a/examples/minimal/package.json b/examples/minimal/package.json index c86dfb321..4adc0c827 100644 --- a/examples/minimal/package.json +++ b/examples/minimal/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.26.0" + "astro": "^0.25.4" } } diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index 0f6a8b21c..27553f811 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.26.0" + "astro": "^0.25.4" } } diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 52b926656..1f7f34df2 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.0.2", - "astro": "^0.26.0", + "astro": "^0.25.4", "sass": "^1.49.11" }, "dependencies": { diff --git a/examples/ssr/package.json b/examples/ssr/package.json index 1688374f6..cea46a64e 100644 --- a/examples/ssr/package.json +++ b/examples/ssr/package.json @@ -11,7 +11,7 @@ "devDependencies": { "@astrojs/node": "^0.0.2", "@astrojs/svelte": "^0.0.2", - "astro": "^0.26.0", + "astro": "^0.25.4", "concurrently": "^7.1.0", "lightcookie": "^1.0.25", "unocss": "^0.15.6", diff --git a/examples/starter/package.json b/examples/starter/package.json index b6e3884b3..65ea2b04d 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.26.0" + "astro": "^0.25.4" } } diff --git a/examples/subpath/package.json b/examples/subpath/package.json index b46528388..7bde3b1f3 100644 --- a/examples/subpath/package.json +++ b/examples/subpath/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/react": "^0.1.0", - "astro": "^0.26.0", + "@astrojs/react": "^0.0.2", + "astro": "^0.25.4", "sass": "^1.49.11" }, "dependencies": { diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 159b7cc4a..7c02a8014 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.8.0", - "astro": "^0.26.0", + "@astrojs/markdown-remark": "^0.7.0", + "astro": "^0.25.4", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index e8151440e..33de85830 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.8.0", - "astro": "^0.26.0" + "@astrojs/markdown-remark": "^0.7.0", + "astro": "^0.25.4" } } diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 1dd993979..31b09447e 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,12 +9,12 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/markdown-remark": "^0.8.0", + "@astrojs/markdown-remark": "^0.7.0", "@astrojs/preact": "^0.0.2", - "@astrojs/react": "^0.1.0", + "@astrojs/react": "^0.0.2", "@astrojs/svelte": "^0.0.2", "@astrojs/vue": "^0.0.2", - "astro": "^0.26.0" + "astro": "^0.25.4" }, "dependencies": { "preact": "^10.7.0", diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json index 242828fbb..a01f1b303 100644 --- a/examples/with-nanostores/package.json +++ b/examples/with-nanostores/package.json @@ -21,10 +21,10 @@ }, "devDependencies": { "@astrojs/preact": "^0.0.2", - "@astrojs/react": "^0.1.0", + "@astrojs/react": "^0.0.2", "@astrojs/solid-js": "^0.0.3", "@astrojs/svelte": "^0.0.2", "@astrojs/vue": "^0.0.2", - "astro": "^0.26.0" + "astro": "^0.25.4" } } diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json index d15a3a81a..04cfa9258 100644 --- a/examples/with-tailwindcss/package.json +++ b/examples/with-tailwindcss/package.json @@ -9,8 +9,8 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/tailwind": "^0.1.0", - "astro": "^0.26.0", + "@astrojs/tailwind": "^0.0.2", + "astro": "^0.25.4", "autoprefixer": "^10.4.4", "canvas-confetti": "^1.5.1", "postcss": "^8.4.12", diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json index 12a8512fd..4ac168012 100644 --- a/examples/with-vite-plugin-pwa/package.json +++ b/examples/with-vite-plugin-pwa/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.26.0", + "astro": "^0.25.4", "vite-plugin-pwa": "0.11.11", "workbox-window": "^6.5.2" } |