Skip to content

Commit 9c4ccb6

Browse files
[ci] release
1 parent d79e9d7 commit 9c4ccb6

File tree

47 files changed

+114
-111
lines changed

Some content is hidden

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

47 files changed

+114
-111
lines changed

.changeset/clever-queens-beam.md

-5
This file was deleted.

.changeset/dull-camels-accept.md

-5
This file was deleted.

.changeset/honest-chairs-confess.md

-5
This file was deleted.

.changeset/nice-jokes-smile.md

-5
This file was deleted.

.changeset/pink-cheetahs-heal.md

-5
This file was deleted.

.changeset/popular-melons-pretend.md

-5
This file was deleted.

.changeset/quick-items-jog.md

-6
This file was deleted.

.changeset/thirty-bananas-smell.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": "^1.6.10"
14+
"astro": "^1.6.11"
1515
}
1616
}

examples/blog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.10",
15-
"@astrojs/mdx": "^0.11.6",
14+
"astro": "^1.6.11",
15+
"@astrojs/mdx": "^0.12.0",
1616
"@astrojs/rss": "^1.0.3",
1717
"@astrojs/sitemap": "^1.0.0"
1818
}

examples/component/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^1.6.10"
18+
"astro": "^1.6.11"
1919
},
2020
"peerDependencies": {
21-
"astro": "^1.6.10"
21+
"astro": "^1.6.11"
2222
}
2323
}

examples/deno/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^1.6.10"
13+
"astro": "^1.6.11"
1414
},
1515
"devDependencies": {
1616
"@astrojs/deno": "^2.0.0"

examples/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"astro": "astro"
1313
},
1414
"dependencies": {
15-
"astro": "^1.6.10",
15+
"astro": "^1.6.11",
1616
"preact": "^10.7.3",
1717
"react": "^18.1.0",
1818
"react-dom": "^18.1.0",

examples/framework-alpine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.10",
14+
"astro": "^1.6.11",
1515
"alpinejs": "^3.10.2",
1616
"@astrojs/alpinejs": "^0.1.2",
1717
"@types/alpinejs": "^3.7.0"

examples/framework-lit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.10",
14+
"astro": "^1.6.11",
1515
"lit": "^2.2.5",
1616
"@astrojs/lit": "^1.0.0",
1717
"@webcomponents/template-shadowroot": "^0.1.0"

examples/framework-multiple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.10",
14+
"astro": "^1.6.11",
1515
"preact": "^10.7.3",
1616
"react": "^18.1.0",
1717
"react-dom": "^18.1.0",

examples/framework-preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.10",
14+
"astro": "^1.6.11",
1515
"preact": "^10.7.3",
1616
"@astrojs/preact": "^1.2.0",
1717
"@preact/signals": "^1.1.0"

examples/framework-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.10",
14+
"astro": "^1.6.11",
1515
"react": "^18.1.0",
1616
"react-dom": "^18.1.0",
1717
"@astrojs/react": "^1.2.2",

examples/framework-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.10",
14+
"astro": "^1.6.11",
1515
"solid-js": "^1.4.3",
1616
"@astrojs/solid-js": "^1.2.3"
1717
}

examples/framework-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"dependencies": {
1414
"svelte": "^3.48.0",
1515
"@astrojs/svelte": "^1.0.2",
16-
"astro": "^1.6.10"
16+
"astro": "^1.6.11"
1717
}
1818
}

examples/framework-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.10",
14+
"astro": "^1.6.11",
1515
"vue": "^3.2.37",
1616
"@astrojs/vue": "^1.2.1"
1717
}

examples/hackernews/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/node": "^3.1.0",
16-
"astro": "^1.6.10"
16+
"astro": "^1.6.11"
1717
}
1818
}

examples/integration/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"scripts": {},
1717
"devDependencies": {
18-
"astro": "^1.6.10"
18+
"astro": "^1.6.11"
1919
},
2020
"peerDependencies": {
21-
"astro": "^1.6.10"
21+
"astro": "^1.6.11"
2222
}
2323
}

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": "^1.6.10"
14+
"astro": "^1.6.11"
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": "^1.6.10"
14+
"astro": "^1.6.11"
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": "^1.6.10"
14+
"astro": "^1.6.11"
1515
}
1616
}

examples/ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"server": "node dist/server/entry.mjs"
1313
},
1414
"dependencies": {
15-
"astro": "^1.6.10",
15+
"astro": "^1.6.11",
1616
"svelte": "^3.48.0",
1717
"@astrojs/svelte": "^1.0.2",
1818
"@astrojs/node": "^3.1.0",

examples/with-markdown-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.10",
14+
"astro": "^1.6.11",
1515
"@astrojs/markdown-remark": "^1.1.3",
1616
"hast-util-select": "5.0.1",
1717
"rehype-autolink-headings": "^6.1.1",

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": "^1.6.10"
14+
"astro": "^1.6.11"
1515
}
1616
}

examples/with-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.10",
14+
"astro": "^1.6.11",
1515
"preact": "^10.6.5",
1616
"@astrojs/preact": "^1.2.0",
17-
"@astrojs/mdx": "^0.11.6"
17+
"@astrojs/mdx": "^0.12.0"
1818
}
1919
}

examples/with-nanostores/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.10",
14+
"astro": "^1.6.11",
1515
"preact": "^10.7.3",
1616
"@astrojs/preact": "^1.2.0",
1717
"nanostores": "^0.5.12",

examples/with-tailwindcss/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/mdx": "^0.11.6",
15-
"@astrojs/tailwind": "^2.1.2",
14+
"@astrojs/mdx": "^0.12.0",
15+
"@astrojs/tailwind": "^2.1.3",
1616
"@types/canvas-confetti": "^1.4.3",
17-
"astro": "^1.6.10",
17+
"astro": "^1.6.11",
1818
"autoprefixer": "^10.4.7",
1919
"canvas-confetti": "^1.5.1",
2020
"postcss": "^8.4.14",

examples/with-vite-plugin-pwa/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"astro": "^1.6.10",
14+
"astro": "^1.6.11",
1515
"vite-plugin-pwa": "0.11.11",
1616
"workbox-window": "^6.5.3"
1717
}

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": "^1.6.10",
15+
"astro": "^1.6.11",
1616
"vitest": "^0.20.3"
1717
}
1818
}

packages/astro/CHANGELOG.md

+10

packages/astro/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "1.6.10",
3+
"version": "1.6.11",
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/cloudflare/CHANGELOG.md

+12

packages/integrations/cloudflare/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/cloudflare",
33
"description": "Deploy your site to cloudflare workers or cloudflare pages",
4-
"version": "4.0.1",
4+
"version": "4.1.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",
@@ -38,7 +38,7 @@
3838
"tiny-glob": "^0.2.9"
3939
},
4040
"peerDependencies": {
41-
"astro": "^1.6.10"
41+
"astro": "^1.6.11"
4242
},
4343
"devDependencies": {
4444
"astro": "workspace:*",

packages/integrations/deno/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"esbuild": "^0.14.43"
3333
},
3434
"peerDependencies": {
35-
"astro": "^1.6.10"
35+
"astro": "^1.6.11"
3636
},
3737
"devDependencies": {
3838
"astro": "workspace:*",

packages/integrations/mdx/CHANGELOG.md

+10

packages/integrations/mdx/package.json

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

packages/integrations/node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"send": "^0.18.0"
3535
},
3636
"peerDependencies": {
37-
"astro": "^1.6.10"
37+
"astro": "^1.6.11"
3838
},
3939
"devDependencies": {
4040
"@types/node-fetch": "^2.6.2",

0 commit comments

Comments
 (0)