Skip to content

Commit ac286a7

Browse files
[ci] release
1 parent 8504cd7 commit ac286a7

File tree

51 files changed

+135
-142
lines changed

Some content is hidden

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

51 files changed

+135
-142
lines changed

.changeset/beige-students-chew.md

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

.changeset/big-guests-cry.md

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

.changeset/blue-knives-collect.md

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

.changeset/fuzzy-frogs-try.md

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

.changeset/kind-lobsters-leave.md

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

.changeset/moody-cars-return.md

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

.changeset/nine-beans-divide.md

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

.changeset/rare-carrots-give.md

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

.changeset/small-jobs-camp.md

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

.changeset/stale-paws-rhyme.md

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

.changeset/thin-taxis-laugh.md

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

.changeset/thirty-taxis-lick.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
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"devDependencies": {
13-
"astro": "^1.1.1"
13+
"astro": "^1.1.2"
1414
}
1515
}

examples/blog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"devDependencies": {
13-
"@astrojs/mdx": "^0.10.2",
13+
"@astrojs/mdx": "^0.10.3",
1414
"@astrojs/rss": "^1.0.0",
1515
"@astrojs/sitemap": "^1.0.0",
16-
"astro": "^1.1.1"
16+
"astro": "^1.1.2"
1717
}
1818
}

examples/component/demo/package.json

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

examples/component/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"serve": "astro --root demo preview"
99
},
1010
"devDependencies": {
11-
"astro": "^1.1.1"
11+
"astro": "^1.1.2"
1212
}
1313
}

examples/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@astrojs/preact": "^1.0.2",
2424
"@types/node": "^18.0.0",
2525
"@types/react-dom": "^18.0.0",
26-
"@astrojs/react": "^1.1.0",
27-
"astro": "^1.1.1"
26+
"@astrojs/react": "^1.1.1",
27+
"astro": "^1.1.2"
2828
}
2929
}

examples/env-vars/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"devDependencies": {
13-
"astro": "^1.1.1"
13+
"astro": "^1.1.2"
1414
}
1515
}

examples/framework-alpine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@astrojs/alpinejs": "^0.1.1",
1414
"@types/alpinejs": "^3.7.0",
1515
"alpinejs": "^3.10.2",
16-
"astro": "^1.1.1"
16+
"astro": "^1.1.2"
1717
},
1818
"dependencies": {}
1919
}

examples/framework-lit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"devDependencies": {
13-
"@astrojs/lit": "^1.0.0",
14-
"astro": "^1.1.1"
13+
"@astrojs/lit": "^1.0.1",
14+
"astro": "^1.1.2"
1515
},
1616
"dependencies": {
1717
"@webcomponents/template-shadowroot": "^0.1.0",

examples/framework-multiple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"devDependencies": {
1313
"@astrojs/preact": "^1.0.2",
14-
"@astrojs/react": "^1.1.0",
14+
"@astrojs/react": "^1.1.1",
1515
"@astrojs/solid-js": "^1.1.0",
1616
"@astrojs/svelte": "^1.0.0",
1717
"@astrojs/vue": "^1.0.0",
18-
"astro": "^1.1.1"
18+
"astro": "^1.1.2"
1919
},
2020
"dependencies": {
2121
"preact": "^10.7.3",

examples/framework-preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@astrojs/preact": "^1.0.2",
14-
"astro": "^1.1.1"
14+
"astro": "^1.1.2"
1515
},
1616
"dependencies": {
1717
"preact": "^10.7.3"

examples/framework-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"astro": "astro"
1111
},
1212
"devDependencies": {
13-
"@astrojs/react": "^1.1.0",
13+
"@astrojs/react": "^1.1.1",
1414
"@types/react": "^18.0.10",
1515
"@types/react-dom": "^18.0.5",
16-
"astro": "^1.1.1"
16+
"astro": "^1.1.2"
1717
},
1818
"dependencies": {
1919
"react": "^18.1.0",

examples/framework-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@astrojs/solid-js": "^1.1.0",
14-
"astro": "^1.1.1"
14+
"astro": "^1.1.2"
1515
},
1616
"dependencies": {
1717
"solid-js": "^1.4.3"

examples/framework-svelte/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@astrojs/svelte": "^1.0.0",
14-
"astro": "^1.1.1"
14+
"astro": "^1.1.2"
1515
},
1616
"dependencies": {
1717
"svelte": "^3.48.0"

examples/framework-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@astrojs/vue": "^1.0.0",
14-
"astro": "^1.1.1"
14+
"astro": "^1.1.2"
1515
},
1616
"dependencies": {
1717
"vue": "^3.2.37"

examples/minimal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"devDependencies": {
13-
"astro": "^1.1.1"
13+
"astro": "^1.1.2"
1414
}
1515
}

examples/non-html-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"devDependencies": {
13-
"astro": "^1.1.1"
13+
"astro": "^1.1.2"
1414
}
1515
}

examples/portfolio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@astrojs/preact": "^1.0.2",
14-
"astro": "^1.1.1",
14+
"astro": "^1.1.2",
1515
"sass": "^1.52.2"
1616
},
1717
"dependencies": {

examples/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@astrojs/node": "^1.0.0",
1515
"@astrojs/svelte": "^1.0.0",
16-
"astro": "^1.1.1",
16+
"astro": "^1.1.2",
1717
"concurrently": "^7.2.1",
1818
"lightcookie": "^1.0.25",
1919
"unocss": "^0.15.6",

examples/subpath/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"devDependencies": {
13-
"@astrojs/react": "^1.1.0",
14-
"astro": "^1.1.1"
13+
"@astrojs/react": "^1.1.1",
14+
"astro": "^1.1.2"
1515
},
1616
"dependencies": {
1717
"react": "^18.1.0",

examples/with-markdown-plugins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"devDependencies": {
13-
"@astrojs/markdown-remark": "^1.1.0",
14-
"astro": "^1.1.1",
13+
"@astrojs/markdown-remark": "^1.1.1",
14+
"astro": "^1.1.2",
1515
"hast-util-select": "5.0.1",
1616
"rehype-autolink-headings": "^6.1.1",
1717
"rehype-slug": "^5.0.1",

examples/with-markdown-shiki/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"astro": "astro"
1111
},
1212
"devDependencies": {
13-
"@astrojs/markdown-remark": "^1.1.0",
14-
"astro": "^1.1.1"
13+
"@astrojs/markdown-remark": "^1.1.1",
14+
"astro": "^1.1.2"
1515
}
1616
}

examples/with-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"astro": "astro"
1111
},
1212
"devDependencies": {
13-
"@astrojs/mdx": "^0.10.2",
13+
"@astrojs/mdx": "^0.10.3",
1414
"@astrojs/preact": "^1.0.2",
15-
"astro": "^1.1.1",
15+
"astro": "^1.1.2",
1616
"preact": "^10.6.5"
1717
}
1818
}

examples/with-nanostores/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
},
1717
"devDependencies": {
1818
"@astrojs/preact": "^1.0.2",
19-
"astro": "^1.1.1"
19+
"astro": "^1.1.2"
2020
}
2121
}

examples/with-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@astrojs/tailwind": "^1.0.0",
14-
"astro": "^1.1.1",
14+
"astro": "^1.1.2",
1515
"autoprefixer": "^10.4.7",
1616
"canvas-confetti": "^1.5.1",
1717
"postcss": "^8.4.14",

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

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
"devDependencies": {
15-
"astro": "^1.1.1",
15+
"astro": "^1.1.2",
1616
"vitest": "^0.20.3"
1717
}
1818
}

packages/astro/CHANGELOG.md

Lines changed: 25 additions & 0 deletions

packages/astro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "astro",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
55
"type": "module",
66
"author": "withastro",
@@ -96,7 +96,7 @@
9696
"dependencies": {
9797
"@astrojs/compiler": "^0.23.4",
9898
"@astrojs/language-server": "^0.23.0",
99-
"@astrojs/markdown-remark": "^1.1.0",
99+
"@astrojs/markdown-remark": "^1.1.1",
100100
"@astrojs/telemetry": "^1.0.0",
101101
"@astrojs/webapi": "^1.0.0",
102102
"@babel/core": "^7.18.2",

packages/integrations/image/CHANGELOG.md

Lines changed: 6 additions & 0 deletions

packages/integrations/image/package.json

Lines changed: 1 addition & 1 deletion
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.6",
4+
"version": "0.3.7",
55
"type": "module",
66
"types": "./dist/index.d.ts",
77
"author": "withastro",

0 commit comments

Comments
 (0)