Skip to content

Commit 98fa8f0

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

Some content is hidden

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

71 files changed

+239
-204
lines changed

.changeset/beige-zebras-ring.md

-5
This file was deleted.

.changeset/blue-ladybugs-march.md

-5
This file was deleted.

.changeset/chilly-tips-breathe.md

-5
This file was deleted.

.changeset/eight-ears-call.md

-7
This file was deleted.

.changeset/forty-actors-wash.md

-5
This file was deleted.

.changeset/gold-zebras-burn.md

-5
This file was deleted.

.changeset/great-parrots-raise.md

-5
This file was deleted.

.changeset/old-goats-occur.md

-5
This file was deleted.

.changeset/rare-ants-swim.md

-5
This file was deleted.

.changeset/rude-deers-turn.md

-5
This file was deleted.

.changeset/shy-knives-unite.md

-5
This file was deleted.

.changeset/small-emus-deny.md

-5
This file was deleted.

.changeset/soft-sheep-glow.md

-18
This file was deleted.

.changeset/tidy-dogs-remain.md

-5
This file was deleted.

examples/basics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.0.7"
14+
"astro": "^4.0.8"
1515
}
1616
}

examples/blog/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^2.0.2",
14+
"@astrojs/mdx": "^2.0.3",
1515
"@astrojs/rss": "^4.0.1",
16-
"@astrojs/sitemap": "^3.0.3",
17-
"astro": "^4.0.7"
16+
"@astrojs/sitemap": "^3.0.4",
17+
"astro": "^4.0.8"
1818
}
1919
}

examples/component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^4.0.7"
18+
"astro": "^4.0.8"
1919
},
2020
"peerDependencies": {
2121
"astro": "^3.0.0"

examples/framework-alpine/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/alpinejs": "^0.3.1",
14+
"@astrojs/alpinejs": "^0.3.2",
1515
"@types/alpinejs": "^3.13.5",
1616
"alpinejs": "^3.13.3",
17-
"astro": "^4.0.7"
17+
"astro": "^4.0.8"
1818
}
1919
}

examples/framework-lit/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/lit": "^4.0.0",
14+
"@astrojs/lit": "^4.0.1",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
16-
"astro": "^4.0.7",
16+
"astro": "^4.0.8",
1717
"lit": "^2.8.0"
1818
}
1919
}

examples/framework-multiple/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/preact": "^3.0.1",
15-
"@astrojs/react": "^3.0.8",
16-
"@astrojs/solid-js": "^3.0.2",
17-
"@astrojs/svelte": "^5.0.2",
18-
"@astrojs/vue": "^4.0.5",
19-
"astro": "^4.0.7",
14+
"@astrojs/preact": "^3.0.2",
15+
"@astrojs/react": "^3.0.9",
16+
"@astrojs/solid-js": "^3.0.3",
17+
"@astrojs/svelte": "^5.0.3",
18+
"@astrojs/vue": "^4.0.6",
19+
"astro": "^4.0.8",
2020
"preact": "^10.19.2",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

examples/framework-preact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/preact": "^3.0.1",
14+
"@astrojs/preact": "^3.0.2",
1515
"@preact/signals": "^1.2.1",
16-
"astro": "^4.0.7",
16+
"astro": "^4.0.8",
1717
"preact": "^10.19.2"
1818
}
1919
}

examples/framework-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/react": "^3.0.8",
14+
"@astrojs/react": "^3.0.9",
1515
"@types/react": "^18.2.37",
1616
"@types/react-dom": "^18.2.15",
17-
"astro": "^4.0.7",
17+
"astro": "^4.0.8",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
}

examples/framework-solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/solid-js": "^3.0.2",
15-
"astro": "^4.0.7",
14+
"@astrojs/solid-js": "^3.0.3",
15+
"astro": "^4.0.8",
1616
"solid-js": "^1.8.5"
1717
}
1818
}

examples/framework-svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/svelte": "^5.0.2",
15-
"astro": "^4.0.7",
14+
"@astrojs/svelte": "^5.0.3",
15+
"astro": "^4.0.8",
1616
"svelte": "^4.2.5"
1717
}
1818
}

examples/framework-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/vue": "^4.0.5",
15-
"astro": "^4.0.7",
14+
"@astrojs/vue": "^4.0.6",
15+
"astro": "^4.0.8",
1616
"vue": "^3.3.8"
1717
}
1818
}

examples/hackernews/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/node": "^7.0.2",
15-
"astro": "^4.0.7"
14+
"@astrojs/node": "^7.0.3",
15+
"astro": "^4.0.8"
1616
}
1717
}

examples/integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^4.0.7"
18+
"astro": "^4.0.8"
1919
},
2020
"peerDependencies": {
2121
"astro": "^3.0.0"

examples/middleware/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"server": "node dist/server/entry.mjs"
1313
},
1414
"dependencies": {
15-
"@astrojs/node": "^7.0.2",
16-
"astro": "^4.0.7",
15+
"@astrojs/node": "^7.0.3",
16+
"astro": "^4.0.8",
1717
"html-minifier": "^4.0.0"
1818
}
1919
}

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.0.7"
14+
"astro": "^4.0.8"
1515
}
1616
}

examples/non-html-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.0.7"
14+
"astro": "^4.0.8"
1515
}
1616
}

examples/portfolio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.0.7"
14+
"astro": "^4.0.8"
1515
}
1616
}

examples/ssr/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"server": "node dist/server/entry.mjs"
1313
},
1414
"dependencies": {
15-
"@astrojs/node": "^7.0.2",
16-
"@astrojs/svelte": "^5.0.2",
17-
"astro": "^4.0.7",
15+
"@astrojs/node": "^7.0.3",
16+
"@astrojs/svelte": "^5.0.3",
17+
"astro": "^4.0.8",
1818
"svelte": "^4.2.5"
1919
}
2020
}

examples/view-transitions/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"devDependencies": {
13-
"@astrojs/tailwind": "^5.0.4",
14-
"@astrojs/node": "^7.0.2",
15-
"astro": "^4.0.7"
13+
"@astrojs/tailwind": "^5.1.0",
14+
"@astrojs/node": "^7.0.3",
15+
"astro": "^4.0.8"
1616
}
1717
}

examples/with-markdoc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/markdoc": "^0.8.1",
15-
"astro": "^4.0.7"
14+
"@astrojs/markdoc": "^0.8.2",
15+
"astro": "^4.0.8"
1616
}
1717
}

examples/with-markdown-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdown-remark": "^4.0.1",
15-
"astro": "^4.0.7",
15+
"astro": "^4.0.8",
1616
"hast-util-select": "^6.0.2",
1717
"rehype-autolink-headings": "^7.1.0",
1818
"rehype-slug": "^6.0.0",

examples/with-markdown-shiki/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.0.7"
14+
"astro": "^4.0.8"
1515
}
1616
}

examples/with-mdx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^2.0.2",
15-
"@astrojs/preact": "^3.0.1",
16-
"astro": "^4.0.7",
14+
"@astrojs/mdx": "^2.0.3",
15+
"@astrojs/preact": "^3.0.2",
16+
"astro": "^4.0.8",
1717
"preact": "^10.19.2"
1818
}
1919
}

examples/with-nanostores/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/preact": "^3.0.1",
14+
"@astrojs/preact": "^3.0.2",
1515
"@nanostores/preact": "^0.5.0",
16-
"astro": "^4.0.7",
16+
"astro": "^4.0.8",
1717
"nanostores": "^0.9.5",
1818
"preact": "^10.19.2"
1919
}

examples/with-tailwindcss/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^2.0.2",
15-
"@astrojs/tailwind": "^5.0.4",
14+
"@astrojs/mdx": "^2.0.3",
15+
"@astrojs/tailwind": "^5.1.0",
1616
"@types/canvas-confetti": "^1.6.3",
17-
"astro": "^4.0.7",
17+
"astro": "^4.0.8",
1818
"autoprefixer": "^10.4.15",
1919
"canvas-confetti": "^1.9.1",
2020
"postcss": "^8.4.28",

examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "vitest"
1313
},
1414
"dependencies": {
15-
"astro": "^4.0.7",
15+
"astro": "^4.0.8",
1616
"vitest": "^0.34.2"
1717
}
1818
}

0 commit comments

Comments
 (0)