Skip to content

Commit 33ae732

Browse files
[ci] release (#12716)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 25c1e59 commit 33ae732

38 files changed

+79
-98
lines changed

.changeset/breezy-radios-grab.md

-5
This file was deleted.

.changeset/empty-crews-scream.md

-5
This file was deleted.

.changeset/fuzzy-windows-cover.md

-5
This file was deleted.

.changeset/hip-kids-ring.md

-5
This file was deleted.

.changeset/neat-pumas-accept.md

-5
This file was deleted.

.changeset/selfish-paws-play.md

-5
This file was deleted.

.changeset/spicy-guests-protect.md

-5
This file was deleted.

.changeset/tame-bags-remember.md

-5
This file was deleted.

.changeset/twelve-donuts-hide.md

-5
This file was deleted.

.changeset/twenty-keys-divide.md

-5
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.0.5"
13+
"astro": "^5.0.6"
1414
}
1515
}

examples/blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/mdx": "^4.0.2",
1414
"@astrojs/rss": "^4.0.10",
1515
"@astrojs/sitemap": "^3.2.1",
16-
"astro": "^5.0.5"
16+
"astro": "^5.0.6"
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.0.5"
18+
"astro": "^5.0.6"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0 || ^5.0.0"

examples/container-with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/react": "^4.1.0",
15-
"astro": "^5.0.5",
15+
"astro": "^5.0.6",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^2.1.6"

examples/framework-alpine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/alpinejs": "^0.4.0",
1414
"@types/alpinejs": "^3.13.10",
1515
"alpinejs": "^3.14.3",
16-
"astro": "^5.0.5"
16+
"astro": "^5.0.6"
1717
}
1818
}

examples/framework-multiple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@astrojs/vue": "^5.0.2",
1818
"@types/react": "^18.3.12",
1919
"@types/react-dom": "^18.3.1",
20-
"astro": "^5.0.5",
20+
"astro": "^5.0.6",
2121
"preact": "^10.24.3",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/framework-preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^4.0.0",
1414
"@preact/signals": "^1.3.0",
15-
"astro": "^5.0.5",
15+
"astro": "^5.0.6",
1616
"preact": "^10.24.3"
1717
}
1818
}

examples/framework-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/react": "^4.1.0",
1414
"@types/react": "^18.3.12",
1515
"@types/react-dom": "^18.3.1",
16-
"astro": "^5.0.5",
16+
"astro": "^5.0.6",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

examples/framework-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/solid-js": "^5.0.0",
14-
"astro": "^5.0.5",
14+
"astro": "^5.0.6",
1515
"solid-js": "^1.9.3"
1616
}
1717
}

examples/framework-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/svelte": "^7.0.1",
14-
"astro": "^5.0.5",
14+
"astro": "^5.0.6",
1515
"svelte": "^5.1.16"
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.2",
14-
"astro": "^5.0.5",
14+
"astro": "^5.0.6",
1515
"vue": "^3.5.12"
1616
}
1717
}

examples/hackernews/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/node": "^9.0.0",
14-
"astro": "^5.0.5"
14+
"astro": "^5.0.6"
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.0.5"
18+
"astro": "^5.0.6"
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.0.5"
13+
"astro": "^5.0.6"
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.0.5"
13+
"astro": "^5.0.6"
1414
}
1515
}

examples/ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/node": "^9.0.0",
1515
"@astrojs/svelte": "^7.0.1",
16-
"astro": "^5.0.5",
16+
"astro": "^5.0.6",
1717
"svelte": "^5.1.16"
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.0.5",
12+
"astro": "^5.0.6",
1313
"sass": "^1.80.6",
1414
"sharp": "^0.33.3"
1515
}

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": "^5.0.5"
18+
"astro": "^5.0.6"
1919
}
2020
}

examples/with-markdoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/markdoc": "^0.12.3",
14-
"astro": "^5.0.5"
14+
"astro": "^5.0.6"
1515
}
1616
}

examples/with-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/mdx": "^4.0.2",
1414
"@astrojs/preact": "^4.0.0",
15-
"astro": "^5.0.5",
15+
"astro": "^5.0.6",
1616
"preact": "^10.24.3"
1717
}
1818
}

examples/with-nanostores/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^4.0.0",
1414
"@nanostores/preact": "^0.5.2",
15-
"astro": "^5.0.5",
15+
"astro": "^5.0.6",
1616
"nanostores": "^0.11.3",
1717
"preact": "^10.24.3"
1818
}

examples/with-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/mdx": "^4.0.2",
1414
"@astrojs/tailwind": "^5.1.3",
1515
"@types/canvas-confetti": "^1.6.4",
16-
"astro": "^5.0.5",
16+
"astro": "^5.0.6",
1717
"autoprefixer": "^10.4.20",
1818
"canvas-confetti": "^1.9.3",
1919
"postcss": "^8.4.49",

examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"astro": "^5.0.5",
14+
"astro": "^5.0.6",
1515
"vitest": "^2.1.6"
1616
}
1717
}

packages/astro/CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# astro
22

3+
## 5.0.6
4+
5+
### Patch Changes
6+
7+
- [#12597](https://github.com/withastro/astro/pull/12597) [`564ac6c`](https://github.com/withastro/astro/commit/564ac6c2f2d77ee34f8519f1e5a4db2c6e194f65) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes an issue where image and server islands routes would not be passed to the `astro:routes:resolved` hook during builds
8+
9+
- [#12718](https://github.com/withastro/astro/pull/12718) [`ccc5ad1`](https://github.com/withastro/astro/commit/ccc5ad1676db5e7f5049ca2feb59802d1fe3a92e) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where Astro couldn't correctly handle i18n fallback when using the i18n middleware
10+
11+
- [#12728](https://github.com/withastro/astro/pull/12728) [`ee66a45`](https://github.com/withastro/astro/commit/ee66a45b250703a40b34c0a45ae34aefcb14ea44) Thanks [@argyleink](https://github.com/argyleink)! - Adds type support for the `closedby` attribute for `<dialog>` elements
12+
13+
- [#12709](https://github.com/withastro/astro/pull/12709) [`e3bfd93`](https://github.com/withastro/astro/commit/e3bfd9396969caf35b3b05135539e82aab560c92) Thanks [@mtwilliams-code](https://github.com/mtwilliams-code)! - Fixes a bug where Astro couldn't correctly parse `params` and `props` when receiving i18n fallback URLs
14+
15+
- [#12657](https://github.com/withastro/astro/pull/12657) [`14dffcc`](https://github.com/withastro/astro/commit/14dffcc3af49dd975635602a0d1847a3125c0746) Thanks [@darkmaga](https://github.com/darkmaga)! - Trailing slash support for actions
16+
17+
- [#12715](https://github.com/withastro/astro/pull/12715) [`029661d`](https://github.com/withastro/astro/commit/029661daa9b28fd5299d8cc9360025c78f6cd8eb) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes a bug that caused errors in dev when editing sites with large numbers of MDX pages
18+
19+
- [#12729](https://github.com/withastro/astro/pull/12729) [`8b1cecd`](https://github.com/withastro/astro/commit/8b1cecd6b491654ae760a0c75f3270df134c4e25) Thanks [@JoeMorgan](https://github.com/JoeMorgan)! - "Added `inert` to htmlBooleanAttributes"
20+
21+
- [#12726](https://github.com/withastro/astro/pull/12726) [`7c7398c`](https://github.com/withastro/astro/commit/7c7398c04653877da09c7b0f80ee84b02e02aad0) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where failing content entries in `astro check` would not be surfaced
22+
323
## 5.0.5
424

525
### Patch Changes

packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
55
"type": "module",
66
"author": "withastro",

packages/db/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @astrojs/db
22

3+
## 0.14.4
4+
5+
### Patch Changes
6+
7+
- [#12416](https://github.com/withastro/astro/pull/12416) [`618de28`](https://github.com/withastro/astro/commit/618de283f57d19397246f69dd476611abd56cf13) Thanks [@abegehr](https://github.com/abegehr)! - Fixes `isDbError()` guard for `LibsqlError`
8+
9+
- [#12719](https://github.com/withastro/astro/pull/12719) [`358eae8`](https://github.com/withastro/astro/commit/358eae83b7cf3d79395eea3824e321b502522547) Thanks [@ascorbic](https://github.com/ascorbic)! - Fixes the publishing of the package
10+
11+
- Updated dependencies []:
12+
- @astrojs/studio@0.1.2
13+
314
## 0.14.1
415

516
### Patch Changes

packages/db/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/db",
3-
"version": "0.14.3",
3+
"version": "0.14.4",
44
"description": "Add libSQL and Astro Studio support to your Astro site",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)