Skip to content

Commit 1554a37

Browse files
[ci] release (withastro#3887)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7c49096 commit 1554a37

File tree

57 files changed

+225
-177
lines changed

Some content is hidden

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

57 files changed

+225
-177
lines changed

.changeset/forty-colts-ring.md

-5
This file was deleted.

.changeset/healthy-poems-know.md

-5
This file was deleted.

.changeset/modern-chicken-cry.md

-14
This file was deleted.

.changeset/nervous-points-confess.md

-5
This file was deleted.

.changeset/odd-donuts-push.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.65"
12+
"astro": "^1.0.0-beta.66"
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.3.2",
13-
"astro": "^1.0.0-beta.65",
12+
"@astrojs/preact": "^0.4.0",
13+
"astro": "^1.0.0-beta.66",
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.3.2",
13-
"astro": "^1.0.0-beta.65"
12+
"@astrojs/preact": "^0.4.0",
13+
"astro": "^1.0.0-beta.66"
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.65"
13+
"astro": "^1.0.0-beta.66"
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.65"
11+
"astro": "^1.0.0-beta.66"
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.3.2",
22-
"@astrojs/react": "^0.2.1",
23-
"astro": "^1.0.0-beta.65"
21+
"@astrojs/preact": "^0.4.0",
22+
"@astrojs/react": "^0.3.0",
23+
"astro": "^1.0.0-beta.66"
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.65"
12+
"astro": "^1.0.0-beta.66"
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.65"
12+
"astro": "^1.0.0-beta.66"
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.65"
13+
"astro": "^1.0.0-beta.66"
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.3.2",
14-
"@astrojs/react": "^0.2.1",
15-
"@astrojs/solid-js": "^0.2.1",
16-
"@astrojs/svelte": "^0.2.1",
17-
"@astrojs/vue": "^0.2.1",
18-
"astro": "^1.0.0-beta.65"
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"
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.3.2",
13-
"astro": "^1.0.0-beta.65"
12+
"@astrojs/preact": "^0.4.0",
13+
"astro": "^1.0.0-beta.66"
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.2.1",
12+
"@astrojs/react": "^0.3.0",
1313
"@types/react": "^18.0.10",
1414
"@types/react-dom": "^18.0.5",
15-
"astro": "^1.0.0-beta.65"
15+
"astro": "^1.0.0-beta.66"
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.2.1",
13-
"astro": "^1.0.0-beta.65"
12+
"@astrojs/solid-js": "^0.3.0",
13+
"astro": "^1.0.0-beta.66"
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.2.1",
13-
"astro": "^1.0.0-beta.65"
12+
"@astrojs/svelte": "^0.3.0",
13+
"astro": "^1.0.0-beta.66"
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.2.1",
13-
"astro": "^1.0.0-beta.65"
12+
"@astrojs/vue": "^0.3.0",
13+
"astro": "^1.0.0-beta.66"
1414
},
1515
"dependencies": {
1616
"vue": "^3.2.37"

examples/integrations-playground/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"devDependencies": {
1212
"@astrojs/lit": "^0.3.1",
1313
"@astrojs/partytown": "^0.1.7",
14-
"@astrojs/react": "^0.2.1",
14+
"@astrojs/react": "^0.3.0",
1515
"@astrojs/sitemap": "^0.2.5",
16-
"@astrojs/solid-js": "0.2.1",
16+
"@astrojs/solid-js": "0.3.0",
1717
"@astrojs/tailwind": "^0.2.3",
1818
"@astrojs/turbolinks": "^0.1.4",
19-
"astro": "^1.0.0-beta.65",
19+
"astro": "^1.0.0-beta.66",
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.65"
12+
"astro": "^1.0.0-beta.66"
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.65"
12+
"astro": "^1.0.0-beta.66"
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.3.2",
13-
"astro": "^1.0.0-beta.65",
12+
"@astrojs/preact": "^0.4.0",
13+
"astro": "^1.0.0-beta.66",
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.5",
13-
"@astrojs/svelte": "^0.2.1",
14-
"astro": "^1.0.0-beta.65",
13+
"@astrojs/svelte": "^0.3.0",
14+
"astro": "^1.0.0-beta.66",
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.65"
12+
"astro": "^1.0.0-beta.66"
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.2.1",
13-
"astro": "^1.0.0-beta.65",
12+
"@astrojs/react": "^0.3.0",
13+
"astro": "^1.0.0-beta.66",
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.3",
13-
"astro": "^1.0.0-beta.65",
12+
"@astrojs/markdown-remark": "^0.11.4",
13+
"astro": "^1.0.0-beta.66",
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.3",
13-
"astro": "^1.0.0-beta.65"
12+
"@astrojs/markdown-remark": "^0.11.4",
13+
"astro": "^1.0.0-beta.66"
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.3",
13-
"@astrojs/preact": "^0.3.2",
14-
"@astrojs/react": "^0.2.1",
15-
"@astrojs/svelte": "^0.2.1",
16-
"@astrojs/vue": "^0.2.1",
17-
"astro": "^1.0.0-beta.65"
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"
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.0.3",
13-
"@astrojs/preact": "^0.3.2",
14-
"astro": "^1.0.0-beta.65",
12+
"@astrojs/mdx": "^0.1.0",
13+
"@astrojs/preact": "^0.4.0",
14+
"astro": "^1.0.0-beta.66",
1515
"preact": "^10.6.5"
1616
}
1717
}

examples/with-nanostores/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"vue": "^3.2.37"
2121
},
2222
"devDependencies": {
23-
"@astrojs/preact": "^0.3.2",
24-
"@astrojs/react": "^0.2.1",
25-
"@astrojs/solid-js": "^0.2.1",
26-
"@astrojs/svelte": "^0.2.1",
27-
"@astrojs/vue": "^0.2.1",
28-
"astro": "^1.0.0-beta.65"
23+
"@astrojs/preact": "^0.4.0",
24+
"@astrojs/react": "^0.3.0",
25+
"@astrojs/solid-js": "^0.3.0",
26+
"@astrojs/svelte": "^0.3.0",
27+
"@astrojs/vue": "^0.3.0",
28+
"astro": "^1.0.0-beta.66"
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.3",
13-
"astro": "^1.0.0-beta.65",
13+
"astro": "^1.0.0-beta.66",
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.65",
12+
"astro": "^1.0.0-beta.66",
1313
"vite-plugin-pwa": "0.11.11",
1414
"workbox-window": "^6.5.3"
1515
}

packages/astro-prism/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/prism
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- [#3871](https://github.com/withastro/astro/pull/3871) [`1cc5b7890`](https://github.com/withastro/astro/commit/1cc5b78905633608e5b07ad291f916f54e67feb1) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update supported `node` versions. Minimum versions are now `node@14.20.0` or `node@16.16.0`.
8+
39
## 0.4.1
410

511
### Patch Changes

packages/astro-prism/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/prism",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Supports Prism highlighting in Astro projects",
55
"author": "withastro",
66
"license": "MIT",

0 commit comments

Comments
 (0)