Skip to content

Commit 6a60474

Browse files
[ci] release (withastro#3692)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 3e6ed5d commit 6a60474

File tree

52 files changed

+260
-200
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+260
-200
lines changed

.changeset/clever-pumpkins-begin.md

-7
This file was deleted.

.changeset/lovely-bulldogs-admire.md

-29
This file was deleted.

.changeset/mean-ears-mate.md

-7
This file was deleted.

.changeset/modern-dots-smile.md

-5
This file was deleted.

.changeset/sixty-mirrors-bake.md

-5
This file was deleted.

.changeset/tasty-hornets-return.md

-11
This file was deleted.

.changeset/tough-ants-rest.md

-8
This file was deleted.

examples/basics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-beta.53"
12+
"astro": "^1.0.0-beta.54"
1313
}
1414
}

examples/blog-multiple-authors/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/preact": "^0.1.3",
13-
"astro": "^1.0.0-beta.53",
12+
"@astrojs/preact": "^0.2.0",
13+
"astro": "^1.0.0-beta.54",
1414
"sass": "^1.52.2"
1515
},
1616
"dependencies": {

examples/blog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/preact": "^0.1.3",
13-
"astro": "^1.0.0-beta.53"
12+
"@astrojs/preact": "^0.2.0",
13+
"astro": "^1.0.0-beta.54"
1414
},
1515
"dependencies": {
1616
"preact": "^10.7.3"

examples/component/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"devDependencies": {
1212
"@example/my-component": "workspace:*",
13-
"astro": "^1.0.0-beta.53"
13+
"astro": "^1.0.0-beta.54"
1414
}
1515
}

examples/component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"serve": "astro --root demo preview"
99
},
1010
"devDependencies": {
11-
"astro": "^1.0.0-beta.53"
11+
"astro": "^1.0.0-beta.54"
1212
}
1313
}

examples/docs/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"react-dom": "^18.1.0"
1919
},
2020
"devDependencies": {
21-
"@astrojs/preact": "^0.1.3",
22-
"@astrojs/react": "^0.1.3",
23-
"astro": "^1.0.0-beta.53"
21+
"@astrojs/preact": "^0.2.0",
22+
"@astrojs/react": "^0.2.0",
23+
"astro": "^1.0.0-beta.54"
2424
}
2525
}

examples/env-vars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-beta.53"
12+
"astro": "^1.0.0-beta.54"
1313
}
1414
}

examples/framework-alpine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-beta.53"
12+
"astro": "^1.0.0-beta.54"
1313
},
1414
"dependencies": {
1515
"alpinejs": "^3.10.2"

examples/framework-lit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/lit": "^0.2.0",
13-
"astro": "^1.0.0-beta.53"
12+
"@astrojs/lit": "^0.3.0",
13+
"astro": "^1.0.0-beta.54"
1414
},
1515
"dependencies": {
1616
"@webcomponents/template-shadowroot": "^0.1.0",

examples/framework-multiple/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/lit": "^0.2.0",
13-
"@astrojs/preact": "^0.1.3",
14-
"@astrojs/react": "^0.1.3",
15-
"@astrojs/solid-js": "^0.1.4",
16-
"@astrojs/svelte": "^0.1.5",
17-
"@astrojs/vue": "^0.1.5",
18-
"astro": "^1.0.0-beta.53"
12+
"@astrojs/lit": "^0.3.0",
13+
"@astrojs/preact": "^0.2.0",
14+
"@astrojs/react": "^0.2.0",
15+
"@astrojs/solid-js": "^0.2.0",
16+
"@astrojs/svelte": "^0.2.0",
17+
"@astrojs/vue": "^0.2.0",
18+
"astro": "^1.0.0-beta.54"
1919
},
2020
"dependencies": {
2121
"@webcomponents/template-shadowroot": "^0.1.0",

examples/framework-preact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/preact": "^0.1.3",
13-
"astro": "^1.0.0-beta.53"
12+
"@astrojs/preact": "^0.2.0",
13+
"astro": "^1.0.0-beta.54"
1414
},
1515
"dependencies": {
1616
"preact": "^10.7.3"

examples/framework-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/react": "^0.1.3",
12+
"@astrojs/react": "^0.2.0",
1313
"@types/react": "^18.0.10",
1414
"@types/react-dom": "^18.0.5",
15-
"astro": "^1.0.0-beta.53"
15+
"astro": "^1.0.0-beta.54"
1616
},
1717
"dependencies": {
1818
"react": "^18.1.0",

examples/framework-solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/solid-js": "^0.1.4",
13-
"astro": "^1.0.0-beta.53"
12+
"@astrojs/solid-js": "^0.2.0",
13+
"astro": "^1.0.0-beta.54"
1414
},
1515
"dependencies": {
1616
"solid-js": "^1.4.3"

examples/framework-svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/svelte": "^0.1.5",
13-
"astro": "^1.0.0-beta.53"
12+
"@astrojs/svelte": "^0.2.0",
13+
"astro": "^1.0.0-beta.54"
1414
},
1515
"dependencies": {
1616
"svelte": "^3.48.0"

examples/framework-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/vue": "^0.1.5",
13-
"astro": "^1.0.0-beta.53"
12+
"@astrojs/vue": "^0.2.0",
13+
"astro": "^1.0.0-beta.54"
1414
},
1515
"dependencies": {
1616
"vue": "^3.2.36"

examples/integrations-playground/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/lit": "^0.2.0",
12+
"@astrojs/lit": "^0.3.0",
1313
"@astrojs/partytown": "^0.1.5",
14-
"@astrojs/react": "^0.1.3",
15-
"@astrojs/sitemap": "^0.2.1",
16-
"@astrojs/solid-js": "0.1.4",
14+
"@astrojs/react": "^0.2.0",
15+
"@astrojs/sitemap": "^0.2.2",
16+
"@astrojs/solid-js": "0.2.0",
1717
"@astrojs/tailwind": "^0.2.1",
1818
"@astrojs/turbolinks": "^0.1.3",
19-
"astro": "^1.0.0-beta.53",
19+
"astro": "^1.0.0-beta.54",
2020
"solid-js": "^1.4.3"
2121
},
2222
"dependencies": {

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-beta.53"
12+
"astro": "^1.0.0-beta.54"
1313
}
1414
}

examples/non-html-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-beta.53"
12+
"astro": "^1.0.0-beta.54"
1313
}
1414
}

examples/portfolio/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/preact": "^0.1.3",
13-
"astro": "^1.0.0-beta.53",
12+
"@astrojs/preact": "^0.2.0",
13+
"astro": "^1.0.0-beta.54",
1414
"sass": "^1.52.2"
1515
},
1616
"dependencies": {

examples/ssr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/node": "^0.1.2",
13-
"@astrojs/svelte": "^0.1.5",
14-
"astro": "^1.0.0-beta.53",
13+
"@astrojs/svelte": "^0.2.0",
14+
"astro": "^1.0.0-beta.54",
1515
"concurrently": "^7.2.1",
1616
"lightcookie": "^1.0.25",
1717
"unocss": "^0.15.6",

examples/starter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-beta.53"
12+
"astro": "^1.0.0-beta.54"
1313
}
1414
}

examples/subpath/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/react": "^0.1.3",
13-
"astro": "^1.0.0-beta.53",
12+
"@astrojs/react": "^0.2.0",
13+
"astro": "^1.0.0-beta.54",
1414
"sass": "^1.52.2"
1515
},
1616
"dependencies": {

examples/with-markdown-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/markdown-remark": "^0.11.3",
13-
"astro": "^1.0.0-beta.53",
13+
"astro": "^1.0.0-beta.54",
1414
"hast-util-select": "5.0.1",
1515
"rehype-autolink-headings": "^6.1.1",
1616
"rehype-slug": "^5.0.1",

examples/with-markdown-shiki/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/markdown-remark": "^0.11.3",
13-
"astro": "^1.0.0-beta.53"
13+
"astro": "^1.0.0-beta.54"
1414
}
1515
}

examples/with-markdown/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/markdown-remark": "^0.11.3",
13-
"@astrojs/preact": "^0.1.3",
14-
"@astrojs/react": "^0.1.3",
15-
"@astrojs/svelte": "^0.1.5",
16-
"@astrojs/vue": "^0.1.5",
17-
"astro": "^1.0.0-beta.53"
13+
"@astrojs/preact": "^0.2.0",
14+
"@astrojs/react": "^0.2.0",
15+
"@astrojs/svelte": "^0.2.0",
16+
"@astrojs/vue": "^0.2.0",
17+
"astro": "^1.0.0-beta.54"
1818
},
1919
"dependencies": {
2020
"preact": "^10.7.3",

examples/with-nanostores/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"vue": "^3.2.36"
2121
},
2222
"devDependencies": {
23-
"@astrojs/preact": "^0.1.3",
24-
"@astrojs/react": "^0.1.3",
25-
"@astrojs/solid-js": "^0.1.4",
26-
"@astrojs/svelte": "^0.1.5",
27-
"@astrojs/vue": "^0.1.5",
28-
"astro": "^1.0.0-beta.53"
23+
"@astrojs/preact": "^0.2.0",
24+
"@astrojs/react": "^0.2.0",
25+
"@astrojs/solid-js": "^0.2.0",
26+
"@astrojs/svelte": "^0.2.0",
27+
"@astrojs/vue": "^0.2.0",
28+
"astro": "^1.0.0-beta.54"
2929
}
3030
}

examples/with-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/tailwind": "^0.2.1",
13-
"astro": "^1.0.0-beta.53",
13+
"astro": "^1.0.0-beta.54",
1414
"autoprefixer": "^10.4.7",
1515
"canvas-confetti": "^1.5.1",
1616
"postcss": "^8.4.14",

examples/with-vite-plugin-pwa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-beta.53",
12+
"astro": "^1.0.0-beta.54",
1313
"vite-plugin-pwa": "0.11.11",
1414
"workbox-window": "^6.5.3"
1515
}

0 commit comments

Comments
 (0)