Skip to content

Commit 9aa5ac1

Browse files
[ci] release (#13318)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 53508aa commit 9aa5ac1

Some content is hidden

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

65 files changed

+338
-274
lines changed

.changeset/bright-eels-cross.md

-23
This file was deleted.

.changeset/clever-rice-compete.md

-23
This file was deleted.

.changeset/flat-ladybugs-argue.md

-13
This file was deleted.

.changeset/grumpy-sloths-fail.md

-30
This file was deleted.

.changeset/late-mails-beam.md

-5
This file was deleted.

.changeset/purple-jokes-pay.md

-5
This file was deleted.

.changeset/quiet-birds-joke.md

-7
This file was deleted.

.changeset/shy-bats-exist.md

-11
This file was deleted.

.changeset/slimy-cougars-worry.md

-7
This file was deleted.

.changeset/stale-oranges-call.md

-5
This file was deleted.

.changeset/tiny-cows-march.md

-11
This file was deleted.

.changeset/tiny-gifts-drum.md

-27
This file was deleted.

.changeset/warm-planes-swim.md

-11
This file was deleted.

examples/basics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.3.1"
13+
"astro": "^5.4.0"
1414
}
1515
}

examples/blog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.0.8",
13+
"@astrojs/mdx": "^4.1.0",
1414
"@astrojs/rss": "^4.0.11",
1515
"@astrojs/sitemap": "^3.2.1",
16-
"astro": "^5.3.1"
16+
"astro": "^5.4.0"
1717
}
1818
}

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": "^5.3.1"
18+
"astro": "^5.4.0"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0 || ^5.0.0"

examples/container-with-vitest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test": "vitest run"
1212
},
1313
"dependencies": {
14-
"@astrojs/react": "^4.2.0",
15-
"astro": "^5.3.1",
14+
"@astrojs/react": "^4.2.1",
15+
"astro": "^5.4.0",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.0.5"

examples/framework-alpine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/alpinejs": "^0.4.3",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.14.8",
16-
"astro": "^5.3.1"
16+
"astro": "^5.4.0"
1717
}
1818
}

examples/framework-multiple/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^4.0.4",
14-
"@astrojs/react": "^4.2.0",
15-
"@astrojs/solid-js": "^5.0.4",
16-
"@astrojs/svelte": "^7.0.4",
13+
"@astrojs/preact": "^4.0.5",
14+
"@astrojs/react": "^4.2.1",
15+
"@astrojs/solid-js": "^5.0.5",
16+
"@astrojs/svelte": "^7.0.5",
1717
"@astrojs/vue": "^5.0.7",
1818
"@types/react": "^18.3.18",
1919
"@types/react-dom": "^18.3.5",
20-
"astro": "^5.3.1",
20+
"astro": "^5.4.0",
2121
"preact": "^10.25.4",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/framework-preact/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^4.0.4",
13+
"@astrojs/preact": "^4.0.5",
1414
"@preact/signals": "^2.0.1",
15-
"astro": "^5.3.1",
15+
"astro": "^5.4.0",
1616
"preact": "^10.25.4"
1717
}
1818
}

examples/framework-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/react": "^4.2.0",
13+
"@astrojs/react": "^4.2.1",
1414
"@types/react": "^18.3.18",
1515
"@types/react-dom": "^18.3.5",
16-
"astro": "^5.3.1",
16+
"astro": "^5.4.0",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

examples/framework-solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/solid-js": "^5.0.4",
14-
"astro": "^5.3.1",
13+
"@astrojs/solid-js": "^5.0.5",
14+
"astro": "^5.4.0",
1515
"solid-js": "^1.9.4"
1616
}
1717
}

examples/framework-svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/svelte": "^7.0.4",
14-
"astro": "^5.3.1",
13+
"@astrojs/svelte": "^7.0.5",
14+
"astro": "^5.4.0",
1515
"svelte": "^5.19.7"
1616
}
1717
}

examples/framework-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/vue": "^5.0.7",
14-
"astro": "^5.3.1",
14+
"astro": "^5.4.0",
1515
"vue": "^3.5.13"
1616
}
1717
}

examples/hackernews/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/node": "^9.1.1",
14-
"astro": "^5.3.1"
13+
"@astrojs/node": "^9.1.2",
14+
"astro": "^5.4.0"
1515
}
1616
}

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": "^5.3.1"
18+
"astro": "^5.4.0"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0"

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.3.1"
13+
"astro": "^5.4.0"
1414
}
1515
}

examples/portfolio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.3.1"
13+
"astro": "^5.4.0"
1414
}
1515
}

examples/ssr/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"server": "node dist/server/entry.mjs"
1212
},
1313
"dependencies": {
14-
"@astrojs/node": "^9.1.1",
15-
"@astrojs/svelte": "^7.0.4",
16-
"astro": "^5.3.1",
14+
"@astrojs/node": "^9.1.2",
15+
"@astrojs/svelte": "^7.0.5",
16+
"astro": "^5.4.0",
1717
"svelte": "^5.19.7"
1818
}
1919
}

examples/starlog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"astro": "^5.3.1",
12+
"astro": "^5.4.0",
1313
"sass": "^1.83.4",
1414
"sharp": "^0.33.3"
1515
}

examples/toolbar-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"@types/node": "^18.17.8",
19-
"astro": "^5.3.1"
19+
"astro": "^5.4.0"
2020
}
2121
}

examples/with-markdoc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/markdoc": "^0.12.9",
14-
"astro": "^5.3.1"
13+
"@astrojs/markdoc": "^0.12.10",
14+
"astro": "^5.4.0"
1515
}
1616
}

0 commit comments

Comments
 (0)