Skip to content

Commit 0968069

Browse files
[ci] release (#12978)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1a026af commit 0968069

45 files changed

Lines changed: 145 additions & 115 deletions

File tree

Some content is hidden

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

.changeset/cyan-panthers-count.md

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

.changeset/itchy-trains-allow.md

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

.changeset/nasty-pandas-unite.md

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

.changeset/purple-swans-argue.md

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

.changeset/strong-games-travel.md

Lines changed: 0 additions & 8 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.6"
13+
"astro": "^5.1.7"
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.5",
13+
"@astrojs/mdx": "^4.0.6",
1414
"@astrojs/rss": "^4.0.11",
1515
"@astrojs/sitemap": "^3.2.1",
16-
"astro": "^5.1.6"
16+
"astro": "^5.1.7"
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.6"
18+
"astro": "^5.1.7"
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.4",
15-
"astro": "^5.1.6",
14+
"@astrojs/react": "^4.1.5",
15+
"astro": "^5.1.7",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.0.0-beta.4"

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/alpinejs": "^0.4.1",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.14.8",
16-
"astro": "^5.1.6"
16+
"astro": "^5.1.7"
1717
}
1818
}

0 commit comments

Comments
 (0)