Skip to content

Commit b33cc17

Browse files
[ci] release (#13504)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3488324 commit b33cc17

File tree

56 files changed

+197
-132
lines changed

Some content is hidden

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

56 files changed

+197
-132
lines changed

.changeset/clever-tigers-dig.md

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

.changeset/honest-loops-cheat.md

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

.changeset/mighty-states-return.md

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

.changeset/wet-bottles-invite.md

Lines changed: 0 additions & 5 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.5.4"
13+
"astro": "^5.5.5"
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.2.1",
13+
"@astrojs/mdx": "^4.2.2",
1414
"@astrojs/rss": "^4.0.11",
1515
"@astrojs/sitemap": "^3.3.0",
16-
"astro": "^5.5.4"
16+
"astro": "^5.5.5"
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.5.4"
18+
"astro": "^5.5.5"
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.2.1",
15-
"astro": "^5.5.4",
14+
"@astrojs/react": "^4.2.2",
15+
"astro": "^5.5.5",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.0.9"

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.3",
13+
"@astrojs/alpinejs": "^0.4.4",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.14.9",
16-
"astro": "^5.5.4"
16+
"astro": "^5.5.5"
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.6",
14-
"@astrojs/react": "^4.2.1",
15-
"@astrojs/solid-js": "^5.0.5",
16-
"@astrojs/svelte": "^7.0.7",
17-
"@astrojs/vue": "^5.0.7",
13+
"@astrojs/preact": "^4.0.7",
14+
"@astrojs/react": "^4.2.2",
15+
"@astrojs/solid-js": "^5.0.6",
16+
"@astrojs/svelte": "^7.0.8",
17+
"@astrojs/vue": "^5.0.8",
1818
"@types/react": "^18.3.19",
1919
"@types/react-dom": "^18.3.5",
20-
"astro": "^5.5.4",
20+
"astro": "^5.5.5",
2121
"preact": "^10.26.4",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

0 commit comments

Comments
 (0)