Skip to content

Commit f4f383d

Browse files
[ci] release (#10680)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5e044a5 commit f4f383d

File tree

46 files changed

+134
-116
lines changed

Some content is hidden

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

46 files changed

+134
-116
lines changed

.changeset/few-forks-taste.md

-5
This file was deleted.

.changeset/four-pants-juggle.md

-5
This file was deleted.

.changeset/khaki-turkeys-sip.md

-5
This file was deleted.

.changeset/loud-wasps-pay.md

-5
This file was deleted.

.changeset/old-planes-walk.md

-5
This file was deleted.

.changeset/olive-camels-greet.md

-5
This file was deleted.

.changeset/plenty-bugs-hunt.md

-5
This file was deleted.

.changeset/slimy-geese-own.md

-5
This file was deleted.

.changeset/sour-chairs-compare.md

-5
This file was deleted.

.changeset/tall-wombats-clap.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.5.16"
14+
"astro": "^4.5.17"
1515
}
1616
}

examples/blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"@astrojs/mdx": "^2.2.4",
1515
"@astrojs/rss": "^4.0.5",
1616
"@astrojs/sitemap": "^3.1.2",
17-
"astro": "^4.5.16"
17+
"astro": "^4.5.17"
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.5.16"
18+
"astro": "^4.5.17"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0"

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.5",
1616
"alpinejs": "^3.13.3",
17-
"astro": "^4.5.16"
17+
"astro": "^4.5.17"
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.0.1",
1515
"@webcomponents/template-shadowroot": "^0.2.1",
16-
"astro": "^4.5.16",
16+
"astro": "^4.5.17",
1717
"lit": "^3.1.2"
1818
}
1919
}

examples/framework-multiple/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/preact": "^3.1.2",
15-
"@astrojs/react": "^3.1.1",
15+
"@astrojs/react": "^3.2.0",
1616
"@astrojs/solid-js": "^4.0.1",
1717
"@astrojs/svelte": "^5.3.0",
18-
"@astrojs/vue": "^4.0.10",
18+
"@astrojs/vue": "^4.0.11",
1919
"@types/react": "^18.2.37",
2020
"@types/react-dom": "^18.2.15",
21-
"astro": "^4.5.16",
21+
"astro": "^4.5.17",
2222
"preact": "^10.19.2",
2323
"react": "^18.2.0",
2424
"react-dom": "^18.2.0",

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.1.2",
1515
"@preact/signals": "^1.2.1",
16-
"astro": "^4.5.16",
16+
"astro": "^4.5.17",
1717
"preact": "^10.19.2"
1818
}
1919
}

examples/framework-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/react": "^3.1.1",
14+
"@astrojs/react": "^3.2.0",
1515
"@types/react": "^18.2.37",
1616
"@types/react-dom": "^18.2.15",
17-
"astro": "^4.5.16",
17+
"astro": "^4.5.17",
1818
"react": "^18.2.0",
1919
"react-dom": "^18.2.0"
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.0.1",
15-
"astro": "^4.5.16",
15+
"astro": "^4.5.17",
1616
"solid-js": "^1.8.5"
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": "^5.3.0",
15-
"astro": "^4.5.16",
15+
"astro": "^4.5.17",
1616
"svelte": "^4.2.5"
1717
}
1818
}

examples/framework-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/vue": "^4.0.10",
15-
"astro": "^4.5.16",
14+
"@astrojs/vue": "^4.0.11",
15+
"astro": "^4.5.17",
1616
"vue": "^3.3.8"
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.2.5",
15-
"astro": "^4.5.16"
15+
"astro": "^4.5.17"
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.5.16"
18+
"astro": "^4.5.17"
1919
},
2020
"peerDependencies": {
2121
"astro": "^4.0.0"

examples/middleware/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/node": "^8.2.5",
16-
"astro": "^4.5.16",
16+
"astro": "^4.5.17",
1717
"html-minifier": "^4.0.0"
1818
},
1919
"devDependencies": {

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.5.16"
14+
"astro": "^4.5.17"
1515
}
1616
}

examples/non-html-pages/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.5.16"
14+
"astro": "^4.5.17"
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.5.16"
14+
"astro": "^4.5.17"
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.2.5",
1616
"@astrojs/svelte": "^5.3.0",
17-
"astro": "^4.5.16",
17+
"astro": "^4.5.17",
1818
"svelte": "^4.2.5"
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.5.16",
13+
"astro": "^4.5.17",
1414
"sass": "^1.69.5",
1515
"sharp": "^0.32.6"
1616
}

examples/view-transitions/package.json

+1-1
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.5",
15-
"astro": "^4.5.16"
15+
"astro": "^4.5.17"
1616
}
1717
}

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.9.5",
15-
"astro": "^4.5.16"
15+
"astro": "^4.5.17"
1616
}
1717
}

examples/with-markdown-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@astrojs/markdown-remark": "^5.0.0",
15-
"astro": "^4.5.16",
15+
"astro": "^4.5.17",
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

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

examples/with-mdx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@astrojs/mdx": "^2.2.4",
1515
"@astrojs/preact": "^3.1.2",
16-
"astro": "^4.5.16",
16+
"astro": "^4.5.17",
1717
"preact": "^10.19.2"
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.1.2",
1515
"@nanostores/preact": "^0.5.0",
16-
"astro": "^4.5.16",
16+
"astro": "^4.5.17",
1717
"nanostores": "^0.9.5",
1818
"preact": "^10.19.2"
1919
}

examples/with-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@astrojs/mdx": "^2.2.4",
1515
"@astrojs/tailwind": "^5.1.0",
1616
"@types/canvas-confetti": "^1.6.3",
17-
"astro": "^4.5.16",
17+
"astro": "^4.5.17",
1818
"autoprefixer": "^10.4.15",
1919
"canvas-confetti": "^1.9.1",
2020
"postcss": "^8.4.28",

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.5.16",
15+
"astro": "^4.5.17",
1616
"vitest": "^1.3.1"
1717
}
1818
}

packages/astro/CHANGELOG.md

+16

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.5.16",
3+
"version": "4.5.17",
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

+8

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.10.1",
3+
"version": "0.10.2",
44
"description": "",
55
"license": "MIT",
66
"type": "module",

packages/integrations/react/CHANGELOG.md

+6

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": "3.1.1",
4+
"version": "3.2.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/integrations/vue/CHANGELOG.md

+6

packages/integrations/vue/package.json

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

0 commit comments

Comments
 (0)