Skip to content

Commit 052d327

Browse files
[ci] release (#10131)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c1671df commit 052d327

File tree

40 files changed

+101
-117
lines changed

40 files changed

+101
-117
lines changed

.changeset/eighty-falcons-tease.md

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

.changeset/hungry-rings-argue.md

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

.changeset/itchy-monkeys-fail.md

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

.changeset/large-planets-kick.md

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

.changeset/poor-llamas-chew.md

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

.changeset/spotty-cobras-warn.md

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

.changeset/tidy-laws-think.md

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

.changeset/twenty-monkeys-thank.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
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.4.0"
14+
"astro": "^4.4.1"
1515
}
1616
}

examples/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/mdx": "^2.1.1",
1515
"@astrojs/rss": "^4.0.5",
16-
"@astrojs/sitemap": "^3.0.5",
17-
"astro": "^4.4.0"
16+
"@astrojs/sitemap": "^3.1.0",
17+
"astro": "^4.4.1"
1818
}
1919
}

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": "^4.4.0"
18+
"astro": "^4.4.1"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0"

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/alpinejs": "^0.4.0",
1515
"@types/alpinejs": "^3.13.5",
1616
"alpinejs": "^3.13.3",
17-
"astro": "^4.4.0"
17+
"astro": "^4.4.1"
1818
}
1919
}

examples/framework-lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/lit": "^4.0.1",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
16-
"astro": "^4.4.0",
16+
"astro": "^4.4.1",
1717
"lit": "^3.1.2"
1818
}
1919
}

examples/framework-multiple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@astrojs/solid-js": "^4.0.1",
1717
"@astrojs/svelte": "^5.0.3",
1818
"@astrojs/vue": "^4.0.8",
19-
"astro": "^4.4.0",
19+
"astro": "^4.4.1",
2020
"preact": "^10.19.2",
2121
"react": "^18.2.0",
2222
"react-dom": "^18.2.0",

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/preact": "^3.1.0",
1515
"@preact/signals": "^1.2.1",
16-
"astro": "^4.4.0",
16+
"astro": "^4.4.1",
1717
"preact": "^10.19.2"
1818
}
1919
}

examples/framework-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astrojs/react": "^3.0.10",
1515
"@types/react": "^18.2.37",
1616
"@types/react-dom": "^18.2.15",
17-
"astro": "^4.4.0",
17+
"astro": "^4.4.1",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
2020
}

examples/framework-solid/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/solid-js": "^4.0.1",
15-
"astro": "^4.4.0",
15+
"astro": "^4.4.1",
1616
"solid-js": "^1.8.5"
1717
}
1818
}

examples/framework-svelte/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/svelte": "^5.0.3",
15-
"astro": "^4.4.0",
15+
"astro": "^4.4.1",
1616
"svelte": "^4.2.5"
1717
}
1818
}

examples/framework-vue/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/vue": "^4.0.8",
15-
"astro": "^4.4.0",
15+
"astro": "^4.4.1",
1616
"vue": "^3.3.8"
1717
}
1818
}

examples/hackernews/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/node": "^8.2.0",
15-
"astro": "^4.4.0"
15+
"astro": "^4.4.1"
1616
}
1717
}

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": "^4.4.0"
18+
"astro": "^4.4.1"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0"

examples/middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/node": "^8.2.0",
16-
"astro": "^4.4.0",
16+
"astro": "^4.4.1",
1717
"html-minifier": "^4.0.0"
1818
},
1919
"devDependencies": {

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.4.0"
14+
"astro": "^4.4.1"
1515
}
1616
}

examples/non-html-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.4.0"
14+
"astro": "^4.4.1"
1515
}
1616
}

examples/portfolio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.4.0"
14+
"astro": "^4.4.1"
1515
}
1616
}

examples/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@astrojs/node": "^8.2.0",
1616
"@astrojs/svelte": "^5.0.3",
17-
"astro": "^4.4.0",
17+
"astro": "^4.4.1",
1818
"svelte": "^4.2.5"
1919
}
2020
}

examples/starlog/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^4.4.0",
13+
"astro": "^4.4.1",
1414
"sass": "^1.69.5",
1515
"sharp": "^0.32.6"
1616
}

examples/view-transitions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"devDependencies": {
1313
"@astrojs/tailwind": "^5.1.0",
1414
"@astrojs/node": "^8.2.0",
15-
"astro": "^4.4.0"
15+
"astro": "^4.4.1"
1616
}
1717
}

examples/with-markdoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdoc": "^0.9.0",
15-
"astro": "^4.4.0"
15+
"astro": "^4.4.1"
1616
}
1717
}

examples/with-markdown-plugins/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/markdown-remark": "^4.2.1",
15-
"astro": "^4.4.0",
15+
"astro": "^4.4.1",
1616
"hast-util-select": "^6.0.2",
1717
"rehype-autolink-headings": "^7.1.0",
1818
"rehype-slug": "^6.0.0",

examples/with-markdown-shiki/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.4.0"
14+
"astro": "^4.4.1"
1515
}
1616
}

examples/with-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/mdx": "^2.1.1",
1515
"@astrojs/preact": "^3.1.0",
16-
"astro": "^4.4.0",
16+
"astro": "^4.4.1",
1717
"preact": "^10.19.2"
1818
}
1919
}

examples/with-nanostores/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/preact": "^3.1.0",
1515
"@nanostores/preact": "^0.5.0",
16-
"astro": "^4.4.0",
16+
"astro": "^4.4.1",
1717
"nanostores": "^0.9.5",
1818
"preact": "^10.19.2"
1919
}

examples/with-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astrojs/mdx": "^2.1.1",
1515
"@astrojs/tailwind": "^5.1.0",
1616
"@types/canvas-confetti": "^1.6.3",
17-
"astro": "^4.4.0",
17+
"astro": "^4.4.1",
1818
"autoprefixer": "^10.4.15",
1919
"canvas-confetti": "^1.9.1",
2020
"postcss": "^8.4.28",

examples/with-vitest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "vitest"
1313
},
1414
"dependencies": {
15-
"astro": "^4.4.0",
15+
"astro": "^4.4.1",
1616
"vitest": "^1.2.2"
1717
}
1818
}

packages/astro/CHANGELOG.md

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

3+
## 4.4.1
4+
5+
### Patch Changes
6+
7+
- [#9795](https://github.com/withastro/astro/pull/9795) [`5acc3135ba5309a566def466fbcbabd23f70cd68`](https://github.com/withastro/astro/commit/5acc3135ba5309a566def466fbcbabd23f70cd68) Thanks [@lilnasy](https://github.com/lilnasy)! - Refactors internals relating to middleware, endpoints, and page rendering.
8+
9+
- [#10105](https://github.com/withastro/astro/pull/10105) [`1f598b372410066c6fcd41cba9915f6aaf7befa8`](https://github.com/withastro/astro/commit/1f598b372410066c6fcd41cba9915f6aaf7befa8) Thanks [@negativems](https://github.com/negativems)! - Fixes an issue where some astro commands failed if the astro config file or an integration used the global `crypto` object.
10+
11+
- [#10165](https://github.com/withastro/astro/pull/10165) [`d50dddb71d87ce5b7928920f10eb4946a5339f86`](https://github.com/withastro/astro/commit/d50dddb71d87ce5b7928920f10eb4946a5339f86) Thanks [@ematipico](https://github.com/ematipico)! - Fixes an issue where the `i18n.routing` object had all its fields defined as mandatory. Now they all are optionals and shouldn't break when using `astro.config.mts`.
12+
13+
- [#10132](https://github.com/withastro/astro/pull/10132) [`1da9c5f2f3fe70b0206d1b3e0c01744fa40d511c`](https://github.com/withastro/astro/commit/1da9c5f2f3fe70b0206d1b3e0c01744fa40d511c) Thanks [@bluwy](https://github.com/bluwy)! - Simplifies internal Vite preview server teardown
14+
15+
- [#10163](https://github.com/withastro/astro/pull/10163) [`b92d35f1026f3e99abb888d1a845bdda4efdc327`](https://github.com/withastro/astro/commit/b92d35f1026f3e99abb888d1a845bdda4efdc327) Thanks [@mingjunlu](https://github.com/mingjunlu)! - Fixes an issue where audit fails to initialize when encountered `<a>` inside `<svg>`
16+
17+
- [#10079](https://github.com/withastro/astro/pull/10079) [`80f8996514e6d0546e94bd927650cd4ab2f1fa2f`](https://github.com/withastro/astro/commit/80f8996514e6d0546e94bd927650cd4ab2f1fa2f) Thanks [@ktym4a](https://github.com/ktym4a)! - Fix integrationData fetch to always be called even if View Transition is enabled.
18+
19+
- [#10139](https://github.com/withastro/astro/pull/10139) [`3c73441eb2eaba767d6dad1b30c0353195d28791`](https://github.com/withastro/astro/commit/3c73441eb2eaba767d6dad1b30c0353195d28791) Thanks [@bluwy](https://github.com/bluwy)! - Fixes style-only change detection for Astro files if both the markup and styles are updated
20+
321
## 4.4.0
422

523
### 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": "4.4.0",
3+
"version": "4.4.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/integrations/sitemap/CHANGELOG.md

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

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#9846](https://github.com/withastro/astro/pull/9846) [`9b78c992750cdb99c40a89a00ea2a0d1c00877d7`](https://github.com/withastro/astro/commit/9b78c992750cdb99c40a89a00ea2a0d1c00877d7) Thanks [@ktym4a](https://github.com/ktym4a)! - Adds a new configuration option `prefix` that allows you to change the default `sitemap-*.xml` file name.
8+
9+
By default, running `astro build` creates both `sitemap-index.xml` and `sitemap-0.xml` in your output directory.
10+
11+
To change the names of these files (e.g. to `astrosite-index.xml` and `astrosite-0.xml`), set the `prefix` option in your `sitemap` integration configuration:
12+
13+
```
14+
import { defineConfig } from 'astro/config';
15+
import sitemap from '@astrojs/sitemap';
16+
export default defineConfig({
17+
site: 'https://example.com',
18+
integrations: [
19+
sitemap({
20+
prefix: 'astrosite-',
21+
}),
22+
],
23+
});
24+
```
25+
26+
This option is useful when Google Search Console is unable to fetch your default sitemap files, but can read renamed files.
27+
328
## 3.0.5
429

530
### Patch Changes

packages/integrations/sitemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/sitemap",
33
"description": "Generate a sitemap for your Astro site",
4-
"version": "3.0.5",
4+
"version": "3.1.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

0 commit comments

Comments
 (0)