Skip to content

Commit 582f12e

Browse files
[ci] release (#12148)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b9e8e96 commit 582f12e

File tree

55 files changed

+226
-188
lines changed

Some content is hidden

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

55 files changed

+226
-188
lines changed

.changeset/angry-ducks-kneel.md

-5
This file was deleted.

.changeset/dirty-socks-sip.md

-34
This file was deleted.

.changeset/mean-bags-shave.md

-5
This file was deleted.

.changeset/ninety-dolls-reply.md

-5
This file was deleted.

.changeset/plenty-kings-swim.md

-5
This file was deleted.

.changeset/red-bugs-pump.md

-5
This file was deleted.

.changeset/slimy-buses-agree.md

-7
This file was deleted.

.changeset/strong-pugs-stare.md

-7
This file was deleted.

.changeset/stupid-seas-roll.md

-5
This file was deleted.

.changeset/ten-emus-heal.md

-25
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.12"
14+
"astro": "^4.16.0"
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": "^3.1.7",
15-
"@astrojs/rss": "^4.0.7",
14+
"@astrojs/mdx": "^3.1.8",
15+
"@astrojs/rss": "^4.0.8",
1616
"@astrojs/sitemap": "^3.2.0",
17-
"astro": "^4.15.12"
17+
"astro": "^4.16.0"
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.12"
18+
"astro": "^4.16.0"
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.12",
15+
"astro": "^4.16.0",
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.12"
17+
"astro": "^4.16.0"
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.12",
16+
"astro": "^4.16.0",
1717
"lit": "^3.2.0"
1818
}
1919
}

examples/framework-multiple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@astrojs/vue": "^4.5.2",
1919
"@types/react": "^18.3.11",
2020
"@types/react-dom": "^18.3.0",
21-
"astro": "^4.15.12",
21+
"astro": "^4.16.0",
2222
"preact": "^10.24.2",
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.12",
16+
"astro": "^4.16.0",
1717
"preact": "^10.24.2"
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.11",
1616
"@types/react-dom": "^18.3.0",
17-
"astro": "^4.15.12",
17+
"astro": "^4.16.0",
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.12",
15+
"astro": "^4.16.0",
1616
"solid-js": "^1.9.1"
1717
}
1818
}

examples/framework-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/svelte": "^5.7.2",
15-
"astro": "^4.15.12",
15+
"astro": "^4.16.0",
1616
"svelte": "^4.2.19"
1717
}
1818
}

examples/framework-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/vue": "^4.5.2",
15-
"astro": "^4.15.12",
15+
"astro": "^4.16.0",
1616
"vue": "^3.5.11"
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.12"
15+
"astro": "^4.16.0"
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.12"
18+
"astro": "^4.16.0"
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.12",
16+
"astro": "^4.16.0",
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.12"
14+
"astro": "^4.16.0"
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.12"
14+
"astro": "^4.16.0"
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.12"
14+
"astro": "^4.16.0"
1515
}
1616
}

examples/server-islands/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
"devDependencies": {
1313
"@astrojs/node": "^8.3.4",
1414
"@astrojs/react": "^3.6.2",
15-
"@astrojs/tailwind": "^5.1.1",
15+
"@astrojs/tailwind": "^5.1.2",
1616
"@fortawesome/fontawesome-free": "^6.6.0",
1717
"@tailwindcss/forms": "^0.5.9",
1818
"@types/react": "^18.3.11",
1919
"@types/react-dom": "^18.3.0",
20-
"astro": "^4.15.12",
20+
"astro": "^4.16.0",
2121
"postcss": "^8.4.47",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@astrojs/node": "^8.3.4",
1616
"@astrojs/svelte": "^5.7.2",
17-
"astro": "^4.15.12",
17+
"astro": "^4.16.0",
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.12",
13+
"astro": "^4.16.0",
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.12"
18+
"astro": "^4.16.0"
1919
}
2020
}

examples/view-transitions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"devDependencies": {
13-
"@astrojs/tailwind": "^5.1.1",
13+
"@astrojs/tailwind": "^5.1.2",
1414
"@astrojs/node": "^8.3.4",
15-
"astro": "^4.15.12"
15+
"astro": "^4.16.0"
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.11.4",
15-
"astro": "^4.15.12"
14+
"@astrojs/markdoc": "^0.11.5",
15+
"astro": "^4.16.0"
1616
}
1717
}

examples/with-markdown-plugins/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/markdown-remark": "^5.2.0",
15-
"astro": "^4.15.12",
14+
"@astrojs/markdown-remark": "^5.3.0",
15+
"astro": "^4.16.0",
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.12"
14+
"astro": "^4.16.0"
1515
}
1616
}

examples/with-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^3.1.7",
14+
"@astrojs/mdx": "^3.1.8",
1515
"@astrojs/preact": "^3.5.3",
16-
"astro": "^4.15.12",
16+
"astro": "^4.16.0",
1717
"preact": "^10.24.2"
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.12",
16+
"astro": "^4.16.0",
1717
"nanostores": "^0.11.3",
1818
"preact": "^10.24.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": "^3.1.7",
15-
"@astrojs/tailwind": "^5.1.1",
14+
"@astrojs/mdx": "^3.1.8",
15+
"@astrojs/tailwind": "^5.1.2",
1616
"@types/canvas-confetti": "^1.6.4",
17-
"astro": "^4.15.12",
17+
"astro": "^4.16.0",
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.12",
15+
"astro": "^4.16.0",
1616
"vitest": "^2.1.2"
1717
}
1818
}

0 commit comments

Comments
 (0)