Skip to content

Commit 5f4c543

Browse files
[ci] release (#12790)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 739dbfb commit 5f4c543

File tree

51 files changed

+177
-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.

51 files changed

+177
-124
lines changed

.changeset/fluffy-lies-eat.md

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

.changeset/fresh-gifts-buy.md

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

.changeset/gentle-windows-doubt.md

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

examples/basics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.1.0"
13+
"astro": "^5.1.1"
1414
}
1515
}

examples/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/mdx": "^4.0.2",
13+
"@astrojs/mdx": "^4.0.3",
1414
"@astrojs/rss": "^4.0.10",
1515
"@astrojs/sitemap": "^3.2.1",
16-
"astro": "^5.1.0"
16+
"astro": "^5.1.1"
1717
}
1818
}

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

examples/container-with-vitest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test": "vitest run"
1212
},
1313
"dependencies": {
14-
"@astrojs/react": "^4.1.1",
15-
"astro": "^5.1.0",
14+
"@astrojs/react": "^4.1.2",
15+
"astro": "^5.1.1",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^2.1.6"

examples/framework-alpine/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/alpinejs": "^0.4.0",
13+
"@astrojs/alpinejs": "^0.4.1",
1414
"@types/alpinejs": "^3.13.10",
1515
"alpinejs": "^3.14.3",
16-
"astro": "^5.1.0"
16+
"astro": "^5.1.1"
1717
}
1818
}

examples/framework-multiple/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^4.0.0",
14-
"@astrojs/react": "^4.1.1",
15-
"@astrojs/solid-js": "^5.0.0",
16-
"@astrojs/svelte": "^7.0.1",
17-
"@astrojs/vue": "^5.0.2",
13+
"@astrojs/preact": "^4.0.1",
14+
"@astrojs/react": "^4.1.2",
15+
"@astrojs/solid-js": "^5.0.1",
16+
"@astrojs/svelte": "^7.0.2",
17+
"@astrojs/vue": "^5.0.3",
1818
"@types/react": "^18.3.12",
1919
"@types/react-dom": "^18.3.1",
20-
"astro": "^5.1.0",
20+
"astro": "^5.1.1",
2121
"preact": "^10.24.3",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/framework-preact/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/preact": "^4.0.0",
13+
"@astrojs/preact": "^4.0.1",
1414
"@preact/signals": "^1.3.0",
15-
"astro": "^5.1.0",
15+
"astro": "^5.1.1",
1616
"preact": "^10.24.3"
1717
}
1818
}

0 commit comments

Comments
 (0)