Skip to content

Commit 39f456e

Browse files
[ci] release
1 parent ca90b47 commit 39f456e

File tree

37 files changed

+77
-74
lines changed

37 files changed

+77
-74
lines changed

.changeset/forty-eggs-raise.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/violet-ants-bow.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/mdx": "^1.1.3",
1515
"@astrojs/rss": "^3.0.0",
1616
"@astrojs/sitemap": "^3.0.2",
17-
"astro": "^3.4.0"
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@astrojs/solid-js": "^3.0.2",
1717
"@astrojs/svelte": "^4.0.3",
1818
"@astrojs/vue": "^3.0.2",
19-
"astro": "^3.4.0",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/vue": "^3.0.2",
15-
"astro": "^3.4.0",
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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# astro
22

3+
## 3.4.1
4+
5+
### Patch Changes
6+
7+
- [#8928](https://github.com/withastro/astro/pull/8928) [`ca90b47cf`](https://github.com/withastro/astro/commit/ca90b47cfc5e00f5065cf461e2fe50db62215e49) Thanks [@HiDeoo](https://github.com/HiDeoo)! - Renames dev overlay UI Toolkit component names for consistency.
8+
39
## 3.4.0
410

511
### Minor Changes

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/integrations/markdoc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/markdoc
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- [#8759](https://github.com/withastro/astro/pull/8759) [`01c801108`](https://github.com/withastro/astro/commit/01c801108f1f5429436e4fc930018bf96ed31f79) Thanks [@lutaok](https://github.com/lutaok)! - Fix build process on markdoc integration when root folder contains spaces
8+
39
## 0.7.0
410

511
### Minor Changes

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
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/partytown
22

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#8892](https://github.com/withastro/astro/pull/8892) [`e21fef7da`](https://github.com/withastro/astro/commit/e21fef7da2292414f55b58ffe7d9bbfd25904ca3) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Adds the ability to override the `lib` option in `astro.config.mjs`
8+
39
## 2.0.1
410

511
### Patch Changes

packages/integrations/partytown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/partytown",
33
"description": "Use Partytown to move scripts into a web worker in your Astro project",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

0 commit comments

Comments
 (0)