Skip to content

Commit d244d57

Browse files
[ci] release
1 parent 80067c0 commit d244d57

File tree

41 files changed

+94
-105
lines changed

Some content is hidden

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

41 files changed

+94
-105
lines changed

.changeset/bright-toes-wink.md

-5
This file was deleted.

.changeset/cool-rings-tell.md

-5
This file was deleted.

.changeset/curvy-pans-share.md

-5
This file was deleted.

.changeset/happy-pianos-report.md

-5
This file was deleted.

.changeset/happy-radios-drive.md

-5
This file was deleted.

.changeset/light-meals-press.md

-5
This file was deleted.

.changeset/smart-ties-hear.md

-5
This file was deleted.

.changeset/tame-hats-kiss.md

-5
This file was deleted.

.changeset/tiny-papayas-develop.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.1.5"
13+
"astro": "^5.1.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.5",
1414
"@astrojs/rss": "^4.0.11",
1515
"@astrojs/sitemap": "^3.2.1",
16-
"astro": "^5.1.5"
16+
"astro": "^5.1.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.1.5"
18+
"astro": "^5.1.6"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0 || ^5.0.0"

examples/container-with-vitest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"test": "vitest run"
1212
},
1313
"dependencies": {
14-
"@astrojs/react": "^4.1.3",
15-
"astro": "^5.1.5",
14+
"@astrojs/react": "^4.1.4",
15+
"astro": "^5.1.6",
1616
"react": "^18.3.1",
1717
"react-dom": "^18.3.1",
1818
"vitest": "^3.0.0-beta.3"

examples/framework-alpine/package.json

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

examples/framework-multiple/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
},
1212
"dependencies": {
1313
"@astrojs/preact": "^4.0.1",
14-
"@astrojs/react": "^4.1.3",
15-
"@astrojs/solid-js": "^5.0.1",
14+
"@astrojs/react": "^4.1.4",
15+
"@astrojs/solid-js": "^5.0.2",
1616
"@astrojs/svelte": "^7.0.3",
1717
"@astrojs/vue": "^5.0.4",
1818
"@types/react": "^18.3.12",
1919
"@types/react-dom": "^18.3.1",
20-
"astro": "^5.1.5",
20+
"astro": "^5.1.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.1",
1414
"@preact/signals": "^2.0.0",
15-
"astro": "^5.1.5",
15+
"astro": "^5.1.6",
1616
"preact": "^10.24.3"
1717
}
1818
}

examples/framework-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/react": "^4.1.3",
13+
"@astrojs/react": "^4.1.4",
1414
"@types/react": "^18.3.12",
1515
"@types/react-dom": "^18.3.1",
16-
"astro": "^5.1.5",
16+
"astro": "^5.1.6",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1"
1919
}

examples/framework-solid/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/solid-js": "^5.0.1",
14-
"astro": "^5.1.5",
13+
"@astrojs/solid-js": "^5.0.2",
14+
"astro": "^5.1.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.3",
14-
"astro": "^5.1.5",
14+
"astro": "^5.1.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.4",
14-
"astro": "^5.1.5",
14+
"astro": "^5.1.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.1.5"
14+
"astro": "^5.1.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.1.5"
18+
"astro": "^5.1.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.1.5"
13+
"astro": "^5.1.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.1.5"
13+
"astro": "^5.1.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.3",
16-
"astro": "^5.1.5",
16+
"astro": "^5.1.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.1.5",
12+
"astro": "^5.1.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
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"@types/node": "^18.17.8",
19-
"astro": "^5.1.5"
19+
"astro": "^5.1.6"
2020
}
2121
}

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.5",
14-
"astro": "^5.1.5"
14+
"astro": "^5.1.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.5",
1414
"@astrojs/preact": "^4.0.1",
15-
"astro": "^5.1.5",
15+
"astro": "^5.1.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.1",
1414
"@nanostores/preact": "^0.5.2",
15-
"astro": "^5.1.5",
15+
"astro": "^5.1.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.5",
1414
"@astrojs/tailwind": "^5.1.4",
1515
"@types/canvas-confetti": "^1.6.4",
16-
"astro": "^5.1.5",
16+
"astro": "^5.1.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.1.5",
14+
"astro": "^5.1.6",
1515
"vitest": "^3.0.0-beta.3"
1616
}
1717
}

packages/astro/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# astro
22

3+
## 5.1.6
4+
5+
### Patch Changes
6+
7+
- [#12956](https://github.com/withastro/astro/pull/12956) [`3aff68a`](https://github.com/withastro/astro/commit/3aff68a4195a608e92dc6299610a4b06e7bb96f1) Thanks [@kaytwo](https://github.com/kaytwo)! - Removes encryption of empty props to allow server island cacheability
8+
9+
- [#12977](https://github.com/withastro/astro/pull/12977) [`80067c0`](https://github.com/withastro/astro/commit/80067c032f9ce5852f3315d1046b2d0c220ddcd5) Thanks [@florian-lefebvre](https://github.com/florian-lefebvre)! - Fixes a case where accessing `astro:env` APIs or `import.meta.env` inside the content config file would not work
10+
11+
- [#12839](https://github.com/withastro/astro/pull/12839) [`57be349`](https://github.com/withastro/astro/commit/57be3494e2bdc178d073243c8cbfa10edb85b049) Thanks [@mtwilliams-code](https://github.com/mtwilliams-code)! - Fix Astro.currentLocale returning the incorrect locale when using fallback rewrites in SSR mode
12+
13+
- [#12962](https://github.com/withastro/astro/pull/12962) [`4b7a2ce`](https://github.com/withastro/astro/commit/4b7a2ce9e743a5624617563022635678a5ba6051) Thanks [@ascorbic](https://github.com/ascorbic)! - Skips updating content layer files if content is unchanged
14+
15+
- [#12942](https://github.com/withastro/astro/pull/12942) [`f00c2dd`](https://github.com/withastro/astro/commit/f00c2ddc31b5285d14c2f0808c01eafaaf31f5c9) Thanks [@liruifengv](https://github.com/liruifengv)! - Improves the session error messages
16+
17+
- [#12966](https://github.com/withastro/astro/pull/12966) [`d864e09`](https://github.com/withastro/astro/commit/d864e0991e05438d4bdb5e14fab4f7f75efe2a1f) Thanks [@ascorbic](https://github.com/ascorbic)! - Ensures old content collection entry is deleted if a markdown frontmatter slug is changed in dev
18+
319
## 5.1.5
420

521
### 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.1.5",
3+
"version": "5.1.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/integrations/react/CHANGELOG.md

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

3+
## 4.1.4
4+
5+
### Patch Changes
6+
7+
- [#12923](https://github.com/withastro/astro/pull/12923) [`c7642fb`](https://github.com/withastro/astro/commit/c7642fb80b2a2b4d1ec18369b37700ff28b4c041) Thanks [@bluwy](https://github.com/bluwy)! - Removes react-specific entrypoints in `optimizeDeps.include` and rely on `@vitejs/plugin-react` to add
8+
39
## 4.1.3
410

511
### Patch Changes

packages/integrations/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/react",
33
"description": "Use React components within Astro",
4-
"version": "4.1.3",
4+
"version": "4.1.4",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/integrations/solid/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/solid-js
22

3+
## 5.0.2
4+
5+
### Patch Changes
6+
7+
- [#12923](https://github.com/withastro/astro/pull/12923) [`c7642fb`](https://github.com/withastro/astro/commit/c7642fb80b2a2b4d1ec18369b37700ff28b4c041) Thanks [@bluwy](https://github.com/bluwy)! - Adds the client entrypoint to `optimizeDeps.include`
8+
39
## 5.0.1
410

511
### Patch Changes

packages/integrations/solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/solid-js",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "Use Solid components within Astro",
55
"type": "module",
66
"types": "./dist/index.d.ts",

packages/upgrade/CHANGELOG.md

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

3+
## 0.4.3
4+
5+
### Patch Changes
6+
7+
- [#12739](https://github.com/withastro/astro/pull/12739) [`1f9571b`](https://github.com/withastro/astro/commit/1f9571b2b9839a5513fe2c03a90ff36235e8efe2) Thanks [@gnify](https://github.com/gnify)! - Updates displayed data to show both source and target versions
8+
39
## 0.4.2
410

511
### Patch Changes

packages/upgrade/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@astrojs/upgrade",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"type": "module",
55
"author": "withastro",
66
"license": "MIT",

0 commit comments

Comments
 (0)