Skip to content

Commit 84190aa

Browse files
[ci] release (#12774)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d0aaac3 commit 84190aa

File tree

29 files changed

+57
-59
lines changed

29 files changed

+57
-59
lines changed

.changeset/loud-emus-look.md

-5
This file was deleted.

.changeset/tame-spoons-shop.md

-5
This file was deleted.

examples/basics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.16.17"
14+
"astro": "^4.16.18"
1515
}
1616
}

examples/blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/mdx": "^3.1.9",
1515
"@astrojs/rss": "^4.0.9",
1616
"@astrojs/sitemap": "^3.2.1",
17-
"astro": "^4.16.17"
17+
"astro": "^4.16.18"
1818
}
1919
}

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

examples/container-with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "vitest run"
1313
},
1414
"dependencies": {
15-
"astro": "^4.16.17",
15+
"astro": "^4.16.18",
1616
"@astrojs/react": "^3.6.3",
1717
"react": "^18.3.1",
1818
"react-dom": "^18.3.1",

examples/framework-alpine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/alpinejs": "^0.4.0",
1515
"@types/alpinejs": "^3.13.11",
1616
"alpinejs": "^3.14.3",
17-
"astro": "^4.16.17"
17+
"astro": "^4.16.18"
1818
}
1919
}

examples/framework-lit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/lit": "^4.3.0",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
16-
"astro": "^4.16.17",
16+
"astro": "^4.16.18",
1717
"lit": "^3.2.1"
1818
}
1919
}

examples/framework-multiple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@astrojs/vue": "^4.5.3",
1919
"@types/react": "^18.3.12",
2020
"@types/react-dom": "^18.3.1",
21-
"astro": "^4.16.17",
21+
"astro": "^4.16.18",
2222
"preact": "^10.25.0",
2323
"react": "^18.3.1",
2424
"react-dom": "^18.3.1",

examples/framework-preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/preact": "^3.5.4",
1515
"@preact/signals": "^1.3.0",
16-
"astro": "^4.16.17",
16+
"astro": "^4.16.18",
1717
"preact": "^10.25.0"
1818
}
1919
}

examples/framework-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astrojs/react": "^3.6.3",
1515
"@types/react": "^18.3.12",
1616
"@types/react-dom": "^18.3.1",
17-
"astro": "^4.16.17",
17+
"astro": "^4.16.18",
1818
"react": "^18.3.1",
1919
"react-dom": "^18.3.1"
2020
}

examples/framework-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/solid-js": "^4.4.4",
15-
"astro": "^4.16.17",
15+
"astro": "^4.16.18",
1616
"solid-js": "^1.9.3"
1717
}
1818
}

examples/framework-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/svelte": "^6.0.2",
15-
"astro": "^4.16.17",
15+
"astro": "^4.16.18",
1616
"svelte": "^5.2.9"
1717
}
1818
}

examples/framework-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/vue": "^4.5.3",
15-
"astro": "^4.16.17",
15+
"astro": "^4.16.18",
1616
"vue": "^3.5.13"
1717
}
1818
}

examples/hackernews/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/node": "^8.3.4",
15-
"astro": "^4.16.17"
15+
"astro": "^4.16.18"
1616
}
1717
}

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

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.16.17"
14+
"astro": "^4.16.18"
1515
}
1616
}

examples/portfolio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^4.16.17"
14+
"astro": "^4.16.18"
1515
}
1616
}

examples/ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@astrojs/node": "^8.3.4",
1616
"@astrojs/svelte": "^6.0.2",
17-
"astro": "^4.16.17",
17+
"astro": "^4.16.18",
1818
"svelte": "^5.2.9"
1919
}
2020
}

examples/starlog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^4.16.17",
13+
"astro": "^4.16.18",
1414
"sass": "^1.81.0",
1515
"sharp": "^0.33.3"
1616
}

examples/toolbar-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"./app": "./dist/app.js"
1616
},
1717
"devDependencies": {
18-
"astro": "^4.16.17",
18+
"astro": "^4.16.18",
1919
"@types/node": "^18.17.8"
2020
}
2121
}

examples/with-markdoc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdoc": "^0.11.5",
15-
"astro": "^4.16.17"
15+
"astro": "^4.16.18"
1616
}
1717
}

examples/with-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/mdx": "^3.1.9",
1515
"@astrojs/preact": "^3.5.4",
16-
"astro": "^4.16.17",
16+
"astro": "^4.16.18",
1717
"preact": "^10.25.0"
1818
}
1919
}

examples/with-nanostores/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/preact": "^3.5.4",
1515
"@nanostores/preact": "^0.5.2",
16-
"astro": "^4.16.17",
16+
"astro": "^4.16.18",
1717
"nanostores": "^0.11.3",
1818
"preact": "^10.25.0"
1919
}

examples/with-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astrojs/mdx": "^3.1.9",
1515
"@astrojs/tailwind": "^5.1.2",
1616
"@types/canvas-confetti": "^1.6.4",
17-
"astro": "^4.16.17",
17+
"astro": "^4.16.18",
1818
"autoprefixer": "^10.4.20",
1919
"canvas-confetti": "^1.9.3",
2020
"postcss": "^8.4.49",

examples/with-vitest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test": "vitest"
1313
},
1414
"dependencies": {
15-
"astro": "^4.16.17",
15+
"astro": "^4.16.18",
1616
"vitest": "^2.1.6"
1717
}
1818
}

packages/astro/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# astro
22

3+
## 4.16.18
4+
5+
### Patch Changes
6+
7+
- [#12757](https://github.com/withastro/astro/pull/12757) [`d0aaac3`](https://github.com/withastro/astro/commit/d0aaac3e1443a84e673568ea2f649d70d74582b6) Thanks [@matthewp](https://github.com/matthewp)! - Remove all assets created from the server build
8+
9+
- [#12757](https://github.com/withastro/astro/pull/12757) [`d0aaac3`](https://github.com/withastro/astro/commit/d0aaac3e1443a84e673568ea2f649d70d74582b6) Thanks [@matthewp](https://github.com/matthewp)! - Clean server sourcemaps from static output
10+
311
## 4.16.17
412

513
### 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": "4.16.17",
3+
"version": "4.16.18",
44
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
55
"type": "module",
66
"author": "withastro",

0 commit comments

Comments
 (0)