Skip to content

Commit 0c50c31

Browse files
[ci] release (#13845)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9297c6e commit 0c50c31

File tree

39 files changed

+101
-104
lines changed

39 files changed

+101
-104
lines changed

.changeset/cool-walls-burn.md

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

.changeset/open-tables-sit.md

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

.changeset/selfish-bulldogs-jog.md

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

.changeset/slick-pillows-smash.md

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

.changeset/smooth-houses-own.md

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

.changeset/tidy-mails-cough.md

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

.changeset/wide-dodos-mate.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.8.0"
13+
"astro": "^5.8.1"
1414
}
1515
}

examples/blog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"@astrojs/mdx": "^4.3.0",
1414
"@astrojs/rss": "^4.0.11",
1515
"@astrojs/sitemap": "^3.4.0",
16-
"astro": "^5.8.0"
16+
"astro": "^5.8.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.8.0"
18+
"astro": "^5.8.1"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0 || ^5.0.0"

examples/container-with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/react": "^4.3.0",
15-
"astro": "^5.8.0",
15+
"astro": "^5.8.1",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.1.1"

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.8",
1414
"@types/alpinejs": "^3.13.11",
1515
"alpinejs": "^3.14.9",
16-
"astro": "^5.8.0"
16+
"astro": "^5.8.1"
1717
}
1818
}

examples/framework-multiple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@astrojs/vue": "^5.1.0",
1818
"@types/react": "^18.3.20",
1919
"@types/react-dom": "^18.3.6",
20-
"astro": "^5.8.0",
20+
"astro": "^5.8.1",
2121
"preact": "^10.26.5",
2222
"react": "^18.3.1",
2323
"react-dom": "^18.3.1",

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^4.1.0",
1414
"@preact/signals": "^2.0.3",
15-
"astro": "^5.8.0",
15+
"astro": "^5.8.1",
1616
"preact": "^10.26.5"
1717
}
1818
}

examples/framework-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/react": "^4.3.0",
1414
"@types/react": "^18.3.20",
1515
"@types/react-dom": "^18.3.6",
16-
"astro": "^5.8.0",
16+
"astro": "^5.8.1",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

examples/framework-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/solid-js": "^5.1.0",
14-
"astro": "^5.8.0",
14+
"astro": "^5.8.1",
1515
"solid-js": "^1.9.5"
1616
}
1717
}

examples/framework-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/svelte": "^7.1.0",
14-
"astro": "^5.8.0",
14+
"astro": "^5.8.1",
1515
"svelte": "^5.25.7"
1616
}
1717
}

examples/framework-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/vue": "^5.1.0",
14-
"astro": "^5.8.0",
14+
"astro": "^5.8.1",
1515
"vue": "^3.5.13"
1616
}
1717
}

examples/hackernews/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/node": "^9.2.2",
14-
"astro": "^5.8.0"
14+
"astro": "^5.8.1"
1515
}
1616
}

examples/integration/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.8.0"
18+
"astro": "^5.8.1"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0"

examples/minimal/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.8.0"
13+
"astro": "^5.8.1"
1414
}
1515
}

examples/portfolio/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.8.0"
13+
"astro": "^5.8.1"
1414
}
1515
}

examples/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/node": "^9.2.2",
1515
"@astrojs/svelte": "^7.1.0",
16-
"astro": "^5.8.0",
16+
"astro": "^5.8.1",
1717
"svelte": "^5.25.7"
1818
}
1919
}

examples/starlog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"astro": "astro"
1010
},
1111
"dependencies": {
12-
"astro": "^5.8.0",
12+
"astro": "^5.8.1",
1313
"sass": "^1.86.3",
1414
"sharp": "^0.33.3"
1515
}

examples/toolbar-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"@types/node": "^18.17.8",
19-
"astro": "^5.8.0"
19+
"astro": "^5.8.1"
2020
}
2121
}

examples/with-markdoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/markdoc": "^0.15.0",
14-
"astro": "^5.8.0"
14+
"astro": "^5.8.1"
1515
}
1616
}

examples/with-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/mdx": "^4.3.0",
1414
"@astrojs/preact": "^4.1.0",
15-
"astro": "^5.8.0",
15+
"astro": "^5.8.1",
1616
"preact": "^10.26.5"
1717
}
1818
}

examples/with-nanostores/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@astrojs/preact": "^4.1.0",
1414
"@nanostores/preact": "^0.5.2",
15-
"astro": "^5.8.0",
15+
"astro": "^5.8.1",
1616
"nanostores": "^0.11.4",
1717
"preact": "^10.26.5"
1818
}

examples/with-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/mdx": "^4.3.0",
1414
"@tailwindcss/vite": "^4.1.3",
1515
"@types/canvas-confetti": "^1.9.0",
16-
"astro": "^5.8.0",
16+
"astro": "^5.8.1",
1717
"canvas-confetti": "^1.9.3",
1818
"tailwindcss": "^4.1.3"
1919
}

examples/with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "vitest"
1212
},
1313
"dependencies": {
14-
"astro": "^5.8.0",
14+
"astro": "^5.8.1",
1515
"vitest": "^3.1.1"
1616
}
1717
}

packages/astro/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# astro
22

3+
## 5.8.1
4+
5+
### Patch Changes
6+
7+
- [#13037](https://github.com/withastro/astro/pull/13037) [`de2fc9b`](https://github.com/withastro/astro/commit/de2fc9b3c406c21683b8a692fafa3cbc77ca552b) Thanks [@nanarino](https://github.com/nanarino)! - Fixes rendering of the `popover` attribute when it has a boolean value
8+
9+
- [#13851](https://github.com/withastro/astro/pull/13851) [`45ae95a`](https://github.com/withastro/astro/commit/45ae95a507d5e83b5e38ce1b338c3202ab7e8d76) Thanks [@ascorbic](https://github.com/ascorbic)! - Allows disabling default styles for responsive images
10+
11+
This change adds a new `image.experimentalDefaultStyles` option that allows you to disable the default styles applied to responsive images.
12+
13+
When using experimental responsive images, Astro applies default styles to ensure the images resize correctly. In most cases this is what you want – and they are applied with low specificity so your own styles override them. However in some cases you may want to disable these default styles entirely. This is particularly useful when using Tailwind 4, because it uses CSS cascade layers to apply styles, making it difficult to override the default styles.
14+
15+
`image.experimentalDefaultStyles` is a boolean option that defaults to `true`, so you can change it in your Astro config file like this:
16+
17+
```js
18+
export default {
19+
image: {
20+
experimentalDefaultStyles: false,
21+
},
22+
experimental: {
23+
responsiveImages: true,
24+
},
25+
};
26+
```
27+
28+
- [#13858](https://github.com/withastro/astro/pull/13858) [`cb1a168`](https://github.com/withastro/astro/commit/cb1a1681c844737477670ac42bb051bf93fae0a3) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes the warning shown when client directives are used on Astro components
29+
30+
- [#12574](https://github.com/withastro/astro/pull/12574) [`da266d0`](https://github.com/withastro/astro/commit/da266d0578c1a603d6f57913c6fa8eefd61a354e) Thanks [@apatel369](https://github.com/apatel369)! - Allows using server islands in mdx files
31+
32+
- [#13843](https://github.com/withastro/astro/pull/13843) [`fbcfa68`](https://github.com/withastro/astro/commit/fbcfa683d38f13378678c25b53cd789107752087) Thanks [@z1haze](https://github.com/z1haze)! - Export type `AstroSession` to allow use in explicitly typed safe code.
33+
334
## 5.8.0
435

536
### Minor Changes

packages/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "5.8.0",
3+
"version": "5.8.1",
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/create-astro/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# create-astro
22

3+
## 4.12.1
4+
5+
### Patch Changes
6+
7+
- [#12529](https://github.com/withastro/astro/pull/12529) [`485c2f0`](https://github.com/withastro/astro/commit/485c2f0f1617a79ed997970c2cc439dde89e9be2) Thanks [@apatel369](https://github.com/apatel369)! - Fixes an issue where installing Astro beta using `create-astro` displays the wrong Astro version in the installation messages.
8+
39
## 4.12.0
410

511
### Minor Changes

packages/create-astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-astro",
3-
"version": "4.12.0",
3+
"version": "4.12.1",
44
"type": "module",
55
"author": "withastro",
66
"license": "MIT",

packages/db/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/db
22

3+
## 0.15.0
4+
5+
### Minor Changes
6+
7+
- [#13815](https://github.com/withastro/astro/pull/13815) [`03435f8`](https://github.com/withastro/astro/commit/03435f8269b91ce8973bc8ded8e8071481d39dda) Thanks [@jonaspm](https://github.com/jonaspm)! - Upgraded drizzle-orm to latest v0.42.0
8+
39
## 0.14.14
410

511
### Patch Changes

packages/db/package.json

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

packages/integrations/web-vitals/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @astrojs/web-vitals
22

3+
## 4.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`03435f8`](https://github.com/withastro/astro/commit/03435f8269b91ce8973bc8ded8e8071481d39dda)]:
8+
- @astrojs/db@0.15.0
9+
310
## 3.0.2
411

512
### Patch Changes

packages/integrations/web-vitals/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/web-vitals",
33
"description": "Track your website’s performance with Astro DB",
4-
"version": "3.0.2",
4+
"version": "4.0.0",
55
"type": "module",
66
"author": "withastro",
77
"license": "MIT",
@@ -35,7 +35,7 @@
3535
"web-vitals": "^4.2.4"
3636
},
3737
"peerDependencies": {
38-
"@astrojs/db": "^0.14.0"
38+
"@astrojs/db": "^0.15.0"
3939
},
4040
"devDependencies": {
4141
"@astrojs/db": "workspace:*",

0 commit comments

Comments
 (0)