Skip to content

Commit 5d6abb5

Browse files
[ci] release
1 parent 5bc6223 commit 5d6abb5

File tree

52 files changed

+127
-124
lines changed

Some content is hidden

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

52 files changed

+127
-124
lines changed

.changeset/beige-rice-tap.md

-5
This file was deleted.

.changeset/beige-students-compete.md

-5
This file was deleted.

.changeset/eighty-ligers-punch.md

-5
This file was deleted.

.changeset/large-phones-compare.md

-8
This file was deleted.

.changeset/ninety-monkeys-complain.md

-5
This file was deleted.

.changeset/strange-cats-notice.md

-5
This file was deleted.

.changeset/swift-snakes-hope.md

-5
This file was deleted.

.changeset/thin-trains-fold.md

-5
This file was deleted.

.changeset/wise-pumas-fry.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.15.11"
14+
"astro": "^4.15.12"
1515
}
1616
}

examples/blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/mdx": "^3.1.7",
1515
"@astrojs/rss": "^4.0.7",
1616
"@astrojs/sitemap": "^3.2.0",
17-
"astro": "^4.15.11"
17+
"astro": "^4.15.12"
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.15.11"
18+
"astro": "^4.15.12"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0"

examples/container-with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"astro": "^4.15.11",
15+
"astro": "^4.15.12",
1616
"@astrojs/react": "^3.6.2",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1",

examples/framework-alpine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/alpinejs": "^0.4.0",
1515
"@types/alpinejs": "^3.13.10",
1616
"alpinejs": "^3.14.1",
17-
"astro": "^4.15.11"
17+
"astro": "^4.15.12"
1818
}
1919
}

examples/framework-lit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/lit": "^4.3.0",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
16-
"astro": "^4.15.11",
16+
"astro": "^4.15.12",
1717
"lit": "^3.2.0"
1818
}
1919
}

examples/framework-multiple/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"@astrojs/preact": "^3.5.3",
1515
"@astrojs/react": "^3.6.2",
1616
"@astrojs/solid-js": "^4.4.2",
17-
"@astrojs/svelte": "^5.7.1",
18-
"@astrojs/vue": "^4.5.1",
17+
"@astrojs/svelte": "^5.7.2",
18+
"@astrojs/vue": "^4.5.2",
1919
"@types/react": "^18.3.10",
2020
"@types/react-dom": "^18.3.0",
21-
"astro": "^4.15.11",
21+
"astro": "^4.15.12",
2222
"preact": "^10.24.1",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",

examples/framework-preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/preact": "^3.5.3",
1515
"@preact/signals": "^1.3.0",
16-
"astro": "^4.15.11",
16+
"astro": "^4.15.12",
1717
"preact": "^10.24.1"
1818
}
1919
}

examples/framework-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astrojs/react": "^3.6.2",
1515
"@types/react": "^18.3.10",
1616
"@types/react-dom": "^18.3.0",
17-
"astro": "^4.15.11",
17+
"astro": "^4.15.12",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1"
2020
}

examples/framework-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/solid-js": "^4.4.2",
15-
"astro": "^4.15.11",
15+
"astro": "^4.15.12",
1616
"solid-js": "^1.9.1"
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.7.1",
15-
"astro": "^4.15.11",
14+
"@astrojs/svelte": "^5.7.2",
15+
"astro": "^4.15.12",
1616
"svelte": "^4.2.19"
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.5.1",
15-
"astro": "^4.15.11",
14+
"@astrojs/vue": "^4.5.2",
15+
"astro": "^4.15.12",
1616
"vue": "^3.5.10"
1717
}
1818
}

examples/hackernews/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/node": "^8.3.4",
15-
"astro": "^4.15.11"
15+
"astro": "^4.15.12"
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.15.11"
18+
"astro": "^4.15.12"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0"

examples/middleware/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/node": "^8.3.4",
16-
"astro": "^4.15.11",
16+
"astro": "^4.15.12",
1717
"html-minifier": "^4.0.0"
1818
},
1919
"devDependencies": {

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.15.11"
14+
"astro": "^4.15.12"
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.15.11"
14+
"astro": "^4.15.12"
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.15.11"
14+
"astro": "^4.15.12"
1515
}
1616
}

examples/server-islands/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@tailwindcss/forms": "^0.5.9",
1818
"@types/react": "^18.3.10",
1919
"@types/react-dom": "^18.3.0",
20-
"astro": "^4.15.11",
20+
"astro": "^4.15.12",
2121
"postcss": "^8.4.47",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/ssr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/node": "^8.3.4",
16-
"@astrojs/svelte": "^5.7.1",
17-
"astro": "^4.15.11",
16+
"@astrojs/svelte": "^5.7.2",
17+
"astro": "^4.15.12",
1818
"svelte": "^4.2.19"
1919
}
2020
}

examples/starlog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^4.15.11",
13+
"astro": "^4.15.12",
1414
"sass": "^1.79.4",
1515
"sharp": "^0.33.3"
1616
}

examples/toolbar-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"./app": "./dist/app.js"
1616
},
1717
"devDependencies": {
18-
"astro": "^4.15.11"
18+
"astro": "^4.15.12"
1919
}
2020
}

examples/view-transitions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"devDependencies": {
1313
"@astrojs/tailwind": "^5.1.1",
1414
"@astrojs/node": "^8.3.4",
15-
"astro": "^4.15.11"
15+
"astro": "^4.15.12"
1616
}
1717
}

examples/with-markdoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdoc": "^0.11.4",
15-
"astro": "^4.15.11"
15+
"astro": "^4.15.12"
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": "^5.2.0",
15-
"astro": "^4.15.11",
15+
"astro": "^4.15.12",
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.15.11"
14+
"astro": "^4.15.12"
1515
}
1616
}

examples/with-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/mdx": "^3.1.7",
1515
"@astrojs/preact": "^3.5.3",
16-
"astro": "^4.15.11",
16+
"astro": "^4.15.12",
1717
"preact": "^10.24.1"
1818
}
1919
}

examples/with-nanostores/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/preact": "^3.5.3",
1515
"@nanostores/preact": "^0.5.2",
16-
"astro": "^4.15.11",
16+
"astro": "^4.15.12",
1717
"nanostores": "^0.11.3",
1818
"preact": "^10.24.1"
1919
}

examples/with-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astrojs/mdx": "^3.1.7",
1515
"@astrojs/tailwind": "^5.1.1",
1616
"@types/canvas-confetti": "^1.6.4",
17-
"astro": "^4.15.11",
17+
"astro": "^4.15.12",
1818
"autoprefixer": "^10.4.20",
1919
"canvas-confetti": "^1.9.3",
2020
"postcss": "^8.4.47",

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.15.11",
15+
"astro": "^4.15.12",
1616
"vitest": "^2.1.1"
1717
}
1818
}

packages/astro/CHANGELOG.md

+18

packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "4.15.11",
3+
"version": "4.15.12",
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

+6

packages/create-astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-astro",
3-
"version": "4.9.0",
3+
"version": "4.9.1",
44
"type": "module",
55
"author": "withastro",
66
"license": "MIT",

packages/db/CHANGELOG.md

+9

0 commit comments

Comments
 (0)