Skip to content

Commit c2b14d5

Browse files
[ci] release (withastro#3894)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b4cb4a4 commit c2b14d5

Some content is hidden

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

69 files changed

+273
-192
lines changed

.changeset/calm-balloons-kneel.md

-20
This file was deleted.

.changeset/famous-moons-kick.md

-6
This file was deleted.

.changeset/hungry-cougars-yell.md

-5
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.66"
12+
"astro": "^1.0.0-beta.67"
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.4.0",
13-
"astro": "^1.0.0-beta.66",
12+
"@astrojs/preact": "^0.4.1",
13+
"astro": "^1.0.0-beta.67",
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.4.0",
13-
"astro": "^1.0.0-beta.66"
12+
"@astrojs/preact": "^0.4.1",
13+
"astro": "^1.0.0-beta.67"
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.66"
13+
"astro": "^1.0.0-beta.67"
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.66"
11+
"astro": "^1.0.0-beta.67"
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.4.0",
22-
"@astrojs/react": "^0.3.0",
23-
"astro": "^1.0.0-beta.66"
21+
"@astrojs/preact": "^0.4.1",
22+
"@astrojs/react": "^0.3.1",
23+
"astro": "^1.0.0-beta.67"
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.66"
12+
"astro": "^1.0.0-beta.67"
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.66"
12+
"astro": "^1.0.0-beta.67"
1313
},
1414
"dependencies": {
1515
"alpinejs": "^3.10.2"

examples/framework-lit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/lit": "^0.3.1",
13-
"astro": "^1.0.0-beta.66"
13+
"astro": "^1.0.0-beta.67"
1414
},
1515
"dependencies": {
1616
"@webcomponents/template-shadowroot": "^0.1.0",

examples/framework-multiple/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/lit": "^0.3.1",
13-
"@astrojs/preact": "^0.4.0",
14-
"@astrojs/react": "^0.3.0",
15-
"@astrojs/solid-js": "^0.3.0",
16-
"@astrojs/svelte": "^0.3.0",
17-
"@astrojs/vue": "^0.3.0",
18-
"astro": "^1.0.0-beta.66"
13+
"@astrojs/preact": "^0.4.1",
14+
"@astrojs/react": "^0.3.1",
15+
"@astrojs/solid-js": "^0.3.1",
16+
"@astrojs/svelte": "^0.3.1",
17+
"@astrojs/vue": "^0.3.1",
18+
"astro": "^1.0.0-beta.67"
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.4.0",
13-
"astro": "^1.0.0-beta.66"
12+
"@astrojs/preact": "^0.4.1",
13+
"astro": "^1.0.0-beta.67"
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.3.0",
12+
"@astrojs/react": "^0.3.1",
1313
"@types/react": "^18.0.10",
1414
"@types/react-dom": "^18.0.5",
15-
"astro": "^1.0.0-beta.66"
15+
"astro": "^1.0.0-beta.67"
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.3.0",
13-
"astro": "^1.0.0-beta.66"
12+
"@astrojs/solid-js": "^0.3.1",
13+
"astro": "^1.0.0-beta.67"
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.3.0",
13-
"astro": "^1.0.0-beta.66"
12+
"@astrojs/svelte": "^0.3.1",
13+
"astro": "^1.0.0-beta.67"
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.3.0",
13-
"astro": "^1.0.0-beta.66"
12+
"@astrojs/vue": "^0.3.1",
13+
"astro": "^1.0.0-beta.67"
1414
},
1515
"dependencies": {
1616
"vue": "^3.2.37"

examples/integrations-playground/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/lit": "^0.3.1",
13-
"@astrojs/partytown": "^0.1.7",
14-
"@astrojs/react": "^0.3.0",
15-
"@astrojs/sitemap": "^0.2.5",
16-
"@astrojs/solid-js": "0.3.0",
17-
"@astrojs/tailwind": "^0.2.3",
13+
"@astrojs/partytown": "^0.1.8",
14+
"@astrojs/react": "^0.3.1",
15+
"@astrojs/sitemap": "^0.2.6",
16+
"@astrojs/solid-js": "0.3.1",
17+
"@astrojs/tailwind": "^0.2.4",
1818
"@astrojs/turbolinks": "^0.1.4",
19-
"astro": "^1.0.0-beta.66",
19+
"astro": "^1.0.0-beta.67",
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.66"
12+
"astro": "^1.0.0-beta.67"
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.66"
12+
"astro": "^1.0.0-beta.67"
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.4.0",
13-
"astro": "^1.0.0-beta.66",
12+
"@astrojs/preact": "^0.4.1",
13+
"astro": "^1.0.0-beta.67",
1414
"sass": "^1.52.2"
1515
},
1616
"dependencies": {

examples/ssr/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"server": "node server/server.mjs"
1010
},
1111
"devDependencies": {
12-
"@astrojs/node": "^0.1.5",
13-
"@astrojs/svelte": "^0.3.0",
14-
"astro": "^1.0.0-beta.66",
12+
"@astrojs/node": "^0.1.6",
13+
"@astrojs/svelte": "^0.3.1",
14+
"astro": "^1.0.0-beta.67",
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.66"
12+
"astro": "^1.0.0-beta.67"
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.3.0",
13-
"astro": "^1.0.0-beta.66",
12+
"@astrojs/react": "^0.3.1",
13+
"astro": "^1.0.0-beta.67",
1414
"sass": "^1.52.2"
1515
},
1616
"dependencies": {

examples/with-markdown-plugins/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/markdown-remark": "^0.11.4",
13-
"astro": "^1.0.0-beta.66",
12+
"@astrojs/markdown-remark": "^0.11.5",
13+
"astro": "^1.0.0-beta.67",
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/markdown-remark": "^0.11.4",
13-
"astro": "^1.0.0-beta.66"
12+
"@astrojs/markdown-remark": "^0.11.5",
13+
"astro": "^1.0.0-beta.67"
1414
}
1515
}

examples/with-markdown/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/markdown-remark": "^0.11.4",
13-
"@astrojs/preact": "^0.4.0",
14-
"@astrojs/react": "^0.3.0",
15-
"@astrojs/svelte": "^0.3.0",
16-
"@astrojs/vue": "^0.3.0",
17-
"astro": "^1.0.0-beta.66"
12+
"@astrojs/markdown-remark": "^0.11.5",
13+
"@astrojs/preact": "^0.4.1",
14+
"@astrojs/react": "^0.3.1",
15+
"@astrojs/svelte": "^0.3.1",
16+
"@astrojs/vue": "^0.3.1",
17+
"astro": "^1.0.0-beta.67"
1818
},
1919
"dependencies": {
2020
"preact": "^10.7.3",

examples/with-mdx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/mdx": "^0.1.0",
13-
"@astrojs/preact": "^0.4.0",
14-
"astro": "^1.0.0-beta.66",
12+
"@astrojs/mdx": "^0.1.1",
13+
"@astrojs/preact": "^0.4.1",
14+
"astro": "^1.0.0-beta.67",
1515
"preact": "^10.6.5"
1616
}
1717
}

examples/with-nanostores/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"preact": "^10.7.3"
1515
},
1616
"devDependencies": {
17-
"@astrojs/preact": "^0.3.1",
18-
"astro": "^1.0.0-beta.66"
17+
"@astrojs/preact": "^0.4.1",
18+
"astro": "^1.0.0-beta.67"
1919
}
2020
}

examples/with-tailwindcss/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/tailwind": "^0.2.3",
13-
"astro": "^1.0.0-beta.66",
12+
"@astrojs/tailwind": "^0.2.4",
13+
"astro": "^1.0.0-beta.67",
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.66",
12+
"astro": "^1.0.0-beta.67",
1313
"vite-plugin-pwa": "0.11.11",
1414
"workbox-window": "^6.5.3"
1515
}

packages/astro/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# astro
22

3+
## 1.0.0-beta.67
4+
5+
### Patch Changes
6+
7+
- [#3669](https://github.com/withastro/astro/pull/3669) [`93e1020b1`](https://github.com/withastro/astro/commit/93e1020b1e8549b08cf5646e1ebc3ae34e14ebc8) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Tooling: reintroduce smoke test across example projects
8+
9+
* [#3889](https://github.com/withastro/astro/pull/3889) [`5f4ecbad1`](https://github.com/withastro/astro/commit/5f4ecbad1bbcf3e08b399b23c70c7b766dac48e2) Thanks [@matthewp](https://github.com/matthewp)! - Allow defining Astro components in Vite plugins
10+
11+
* Updated dependencies [[`93e1020b1`](https://github.com/withastro/astro/commit/93e1020b1e8549b08cf5646e1ebc3ae34e14ebc8)]:
12+
- @astrojs/markdown-remark@0.11.5
13+
314
## 1.0.0-beta.66
415

516
### Patch Changes

packages/astro/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "1.0.0-beta.66",
3+
"version": "1.0.0-beta.67",
44
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
55
"type": "module",
66
"author": "withastro",
@@ -84,7 +84,7 @@
8484
"dependencies": {
8585
"@astrojs/compiler": "^0.18.2",
8686
"@astrojs/language-server": "^0.13.4",
87-
"@astrojs/markdown-remark": "^0.11.4",
87+
"@astrojs/markdown-remark": "^0.11.5",
8888
"@astrojs/prism": "0.5.0",
8989
"@astrojs/telemetry": "^0.3.0",
9090
"@astrojs/webapi": "^0.12.0",

0 commit comments

Comments
 (0)