Skip to content

Commit 4a0fec9

Browse files
[ci] release (#8934)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6169b6e commit 4a0fec9

File tree

50 files changed

+120
-122
lines changed

Some content is hidden

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

50 files changed

+120
-122
lines changed

.changeset/chilly-pillows-crash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/forty-eggs-raise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/healthy-hornets-kiss.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/new-candles-beam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/seven-files-punch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sweet-nails-dream.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/swift-rivers-impress.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/swift-suits-drum.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/violet-ants-bow.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/young-avocados-wink.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.4.0"
14+
"astro": "^3.4.1"
1515
}
1616
}

examples/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/mdx": "^1.1.3",
1515
"@astrojs/rss": "^3.0.0",
16-
"@astrojs/sitemap": "^3.0.2",
17-
"astro": "^3.4.0"
16+
"@astrojs/sitemap": "^3.0.3",
17+
"astro": "^3.4.1"
1818
}
1919
}

examples/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^3.4.0"
18+
"astro": "^3.4.1"
1919
},
2020
"peerDependencies": {
2121
"astro": "^3.0.0"

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/alpinejs": "^0.3.1",
1515
"@types/alpinejs": "^3.7.2",
1616
"alpinejs": "^3.12.3",
17-
"astro": "^3.4.0"
17+
"astro": "^3.4.1"
1818
}
1919
}

examples/framework-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/lit": "^3.0.2",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
16-
"astro": "^3.4.0",
16+
"astro": "^3.4.1",
1717
"lit": "^2.8.0"
1818
}
1919
}

examples/framework-multiple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@astrojs/react": "^3.0.4",
1616
"@astrojs/solid-js": "^3.0.2",
1717
"@astrojs/svelte": "^4.0.3",
18-
"@astrojs/vue": "^3.0.2",
19-
"astro": "^3.4.0",
18+
"@astrojs/vue": "^3.0.3",
19+
"astro": "^3.4.1",
2020
"preact": "^10.17.1",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/preact": "^3.0.1",
1515
"@preact/signals": "^1.2.1",
16-
"astro": "^3.4.0",
16+
"astro": "^3.4.1",
1717
"preact": "^10.17.1"
1818
}
1919
}

examples/framework-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astrojs/react": "^3.0.4",
1515
"@types/react": "^18.2.21",
1616
"@types/react-dom": "^18.2.7",
17-
"astro": "^3.4.0",
17+
"astro": "^3.4.1",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
}

examples/framework-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/solid-js": "^3.0.2",
15-
"astro": "^3.4.0",
15+
"astro": "^3.4.1",
1616
"solid-js": "^1.7.11"
1717
}
1818
}

examples/framework-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/svelte": "^4.0.3",
15-
"astro": "^3.4.0",
15+
"astro": "^3.4.1",
1616
"svelte": "^4.2.0"
1717
}
1818
}

examples/framework-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/vue": "^3.0.2",
15-
"astro": "^3.4.0",
14+
"@astrojs/vue": "^3.0.3",
15+
"astro": "^3.4.1",
1616
"vue": "^3.3.4"
1717
}
1818
}

examples/hackernews/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/node": "^6.0.3",
15-
"astro": "^3.4.0"
15+
"astro": "^3.4.1"
1616
}
1717
}

examples/integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^3.4.0"
18+
"astro": "^3.4.1"
1919
},
2020
"peerDependencies": {
2121
"astro": "^3.0.0"

examples/middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/node": "^6.0.3",
16-
"astro": "^3.4.0",
16+
"astro": "^3.4.1",
1717
"html-minifier": "^4.0.0"
1818
}
1919
}

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.4.0"
14+
"astro": "^3.4.1"
1515
}
1616
}

examples/non-html-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.4.0"
14+
"astro": "^3.4.1"
1515
}
1616
}

examples/portfolio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.4.0"
14+
"astro": "^3.4.1"
1515
}
1616
}

examples/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@astrojs/node": "^6.0.3",
1616
"@astrojs/svelte": "^4.0.3",
17-
"astro": "^3.4.0",
17+
"astro": "^3.4.1",
1818
"svelte": "^4.2.0"
1919
}
2020
}

examples/view-transitions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"devDependencies": {
1313
"@astrojs/tailwind": "^5.0.2",
1414
"@astrojs/node": "^6.0.3",
15-
"astro": "^3.4.0"
15+
"astro": "^3.4.1"
1616
}
1717
}

examples/with-markdoc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/markdoc": "^0.7.0",
15-
"astro": "^3.4.0"
14+
"@astrojs/markdoc": "^0.7.1",
15+
"astro": "^3.4.1"
1616
}
1717
}

examples/with-markdown-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdown-remark": "^3.3.0",
15-
"astro": "^3.4.0",
15+
"astro": "^3.4.1",
1616
"hast-util-select": "^5.0.5",
1717
"rehype-autolink-headings": "^6.1.1",
1818
"rehype-slug": "^5.1.0",

examples/with-markdown-shiki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.4.0"
14+
"astro": "^3.4.1"
1515
}
1616
}

examples/with-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/mdx": "^1.1.3",
1515
"@astrojs/preact": "^3.0.1",
16-
"astro": "^3.4.0",
16+
"astro": "^3.4.1",
1717
"preact": "^10.17.1"
1818
}
1919
}

examples/with-nanostores/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/preact": "^3.0.1",
1515
"@nanostores/preact": "^0.5.0",
16-
"astro": "^3.4.0",
16+
"astro": "^3.4.1",
1717
"nanostores": "^0.9.3",
1818
"preact": "^10.17.1"
1919
}

examples/with-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astrojs/mdx": "^1.1.3",
1515
"@astrojs/tailwind": "^5.0.2",
1616
"@types/canvas-confetti": "^1.6.0",
17-
"astro": "^3.4.0",
17+
"astro": "^3.4.1",
1818
"autoprefixer": "^10.4.15",
1919
"canvas-confetti": "^1.6.0",
2020
"postcss": "^8.4.28",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^3.4.0",
14+
"astro": "^3.4.1",
1515
"vite-plugin-pwa": "0.16.4",
1616
"workbox-window": "^7.0.0"
1717
}

examples/with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "vitest"
1313
},
1414
"dependencies": {
15-
"astro": "^3.4.0",
15+
"astro": "^3.4.1",
1616
"vitest": "^0.34.2"
1717
}
1818
}

packages/astro/CHANGELOG.md

Lines changed: 16 additions & 0 deletions

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "3.4.0",
3+
"version": "3.4.1",
44
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
55
"type": "module",
66
"author": "withastro",

packages/create-astro/CHANGELOG.md

Lines changed: 10 additions & 0 deletions

packages/create-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-astro",
3-
"version": "4.4.1",
3+
"version": "4.5.0",
44
"type": "module",
55
"author": "withastro",
66
"license": "MIT",

packages/integrations/markdoc/CHANGELOG.md

Lines changed: 8 additions & 0 deletions

packages/integrations/markdoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/markdoc",
33
"description": "Add support for Markdoc in your Astro site",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/integrations/partytown/CHANGELOG.md

Lines changed: 6 additions & 0 deletions

0 commit comments

Comments
 (0)