Skip to content

Commit 005d531

Browse files
[ci] release (#4555)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b92c24f commit 005d531

File tree

49 files changed

+127
-109
lines changed

Some content is hidden

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

49 files changed

+127
-109
lines changed

.changeset/chatty-foxes-bow.md

-9
This file was deleted.

.changeset/lucky-mirrors-type.md

-12
This file was deleted.

.changeset/nice-cups-mix.md

-5
This file was deleted.

.changeset/sharp-brooms-drum.md

-5
This file was deleted.

.changeset/ten-walls-listen.md

-5
This file was deleted.

.changeset/tough-pandas-sneeze.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": "^1.1.1"
13+
"astro": "^1.1.3"
1414
}
1515
}

examples/blog/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^1.1.1",
14-
"@astrojs/mdx": "^0.10.2",
13+
"astro": "^1.1.3",
14+
"@astrojs/mdx": "^0.11.0",
1515
"@astrojs/rss": "^1.0.0",
1616
"@astrojs/sitemap": "^1.0.0"
1717
}

examples/component/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
},
1212
"devDependencies": {
1313
"@example/my-component": "workspace:*",
14-
"astro": "^1.1.2"
14+
"astro": "^1.1.3"
1515
}
1616
}

examples/component/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"serve": "astro --root demo preview"
99
},
1010
"dependencies": {
11-
"astro": "^1.1.1"
11+
"astro": "^1.1.3"
1212
}
1313
}

examples/docs/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.1.1",
14+
"astro": "^1.1.3",
1515
"preact": "^10.7.3",
1616
"react": "^18.1.0",
1717
"react-dom": "^18.1.0",

examples/env-vars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^1.1.1"
13+
"astro": "^1.1.3"
1414
}
1515
}

examples/framework-alpine/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.1.1",
13+
"astro": "^1.1.3",
1414
"alpinejs": "^3.10.2",
1515
"@astrojs/alpinejs": "^0.1.1",
1616
"@types/alpinejs": "^3.7.0"

examples/framework-lit/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.1.1",
13+
"astro": "^1.1.3",
1414
"lit": "^2.2.5",
1515
"@astrojs/lit": "^1.0.0",
1616
"@webcomponents/template-shadowroot": "^0.1.0"

examples/framework-multiple/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.1.1",
13+
"astro": "^1.1.3",
1414
"preact": "^10.7.3",
1515
"react": "^18.1.0",
1616
"react-dom": "^18.1.0",

examples/framework-preact/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.1.1",
13+
"astro": "^1.1.3",
1414
"preact": "^10.7.3",
1515
"@astrojs/preact": "^1.0.2"
1616
}

examples/framework-react/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.1.1",
13+
"astro": "^1.1.3",
1414
"react": "^18.1.0",
1515
"react-dom": "^18.1.0",
1616
"@astrojs/react": "^1.1.0",

examples/framework-solid/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.1.1",
13+
"astro": "^1.1.3",
1414
"solid-js": "^1.4.3",
1515
"@astrojs/solid-js": "^1.1.0"
1616
}

examples/framework-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"dependencies": {
1313
"svelte": "^3.48.0",
1414
"@astrojs/svelte": "^1.0.0",
15-
"astro": "^1.1.1"
15+
"astro": "^1.1.3"
1616
}
1717
}

examples/framework-vue/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.1.1",
13+
"astro": "^1.1.3",
1414
"vue": "^3.2.37",
1515
"@astrojs/vue": "^1.0.0"
1616
}

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": "^1.1.1"
13+
"astro": "^1.1.3"
1414
}
1515
}

examples/non-html-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^1.1.1"
13+
"astro": "^1.1.3"
1414
}
1515
}

examples/portfolio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"preact": "^10.7.3",
1414
"@astrojs/preact": "^1.0.2",
15-
"astro": "^1.1.2",
15+
"astro": "^1.1.3",
1616
"sass": "^1.52.2"
1717
}
1818
}

examples/ssr/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"devDependencies": {},
1414
"dependencies": {
15-
"astro": "^1.1.1",
15+
"astro": "^1.1.3",
1616
"svelte": "^3.48.0",
1717
"@astrojs/svelte": "^1.0.0",
18-
"@astrojs/node": "^1.0.0",
18+
"@astrojs/node": "^1.0.1",
1919
"concurrently": "^7.2.1",
2020
"lightcookie": "^1.0.25",
2121
"unocss": "^0.15.6",

examples/subpath/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.1.1",
13+
"astro": "^1.1.3",
1414
"react": "^18.1.0",
1515
"react-dom": "^18.1.0",
1616
"@astrojs/react": "^1.1.0"

examples/with-markdown-plugins/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.1.1",
13+
"astro": "^1.1.3",
1414
"@astrojs/markdown-remark": "^1.1.0",
1515
"hast-util-select": "5.0.1",
1616
"rehype-autolink-headings": "^6.1.1",

examples/with-markdown-shiki/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^1.1.1"
13+
"astro": "^1.1.3"
1414
}
1515
}

examples/with-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^1.1.1",
13+
"astro": "^1.1.3",
1414
"preact": "^10.6.5",
1515
"@astrojs/preact": "^1.0.2",
16-
"@astrojs/mdx": "^0.10.2"
16+
"@astrojs/mdx": "^0.11.0"
1717
}
1818
}

examples/with-nanostores/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.1.1",
13+
"astro": "^1.1.3",
1414
"preact": "^10.7.3",
1515
"@astrojs/preact": "^1.0.2",
1616
"nanostores": "^0.5.12",

examples/with-tailwindcss/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.1.1",
13+
"astro": "^1.1.3",
1414
"@astrojs/tailwind": "^1.0.0",
1515
"autoprefixer": "^10.4.7",
1616
"canvas-confetti": "^1.5.1",

examples/with-vite-plugin-pwa/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.1.1",
13+
"astro": "^1.1.3",
1414
"vite-plugin-pwa": "0.11.11",
1515
"workbox-window": "^6.5.3"
1616
}

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

packages/astro/CHANGELOG.md

+8

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.1.2",
3+
"version": "1.1.3",
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

+6

packages/integrations/cloudflare/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/cloudflare",
33
"description": "Deploy your site to cloudflare pages functions",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/integrations/deno/CHANGELOG.md

+9-1

packages/integrations/deno/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/deno",
33
"description": "Deploy your site to a Deno server",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/integrations/image/CHANGELOG.md

+13

packages/integrations/image/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@astrojs/image",
33
"description": "Load and transform images in your Astro site.",
4-
"version": "0.3.7",
4+
"version": "0.4.0",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

packages/integrations/mdx/CHANGELOG.md

+6

0 commit comments

Comments
 (0)