Skip to content

Commit 01782e0

Browse files
[ci] release
1 parent 65f2d3b commit 01782e0

File tree

41 files changed

+87
-92
lines changed

Some content is hidden

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

41 files changed

+87
-92
lines changed

.changeset/dirty-tables-report.md

-5
This file was deleted.

.changeset/funny-poems-learn.md

-5
This file was deleted.

.changeset/hip-glasses-beg.md

-5
This file was deleted.

.changeset/lazy-cameras-float.md

-5
This file was deleted.

.changeset/neat-badgers-bow.md

-6
This file was deleted.

.changeset/wicked-hairs-rescue.md

-5
This file was deleted.

examples/basics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-rc.4"
12+
"astro": "^1.0.0-rc.5"
1313
}
1414
}

examples/blog-multiple-authors/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/preact": "^0.5.2",
13-
"astro": "^1.0.0-rc.4",
13+
"astro": "^1.0.0-rc.5",
1414
"sass": "^1.52.2"
1515
},
1616
"dependencies": {

examples/blog/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/preact": "^0.5.2",
13-
"astro": "^1.0.0-rc.4"
13+
"astro": "^1.0.0-rc.5"
1414
},
1515
"dependencies": {
1616
"preact": "^10.7.3"

examples/component/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"devDependencies": {
1212
"@example/my-component": "workspace:*",
13-
"astro": "^1.0.0-rc.4"
13+
"astro": "^1.0.0-rc.5"
1414
}
1515
}

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
"devDependencies": {
11-
"astro": "^1.0.0-rc.4"
11+
"astro": "^1.0.0-rc.5"
1212
}
1313
}

examples/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"devDependencies": {
2121
"@astrojs/preact": "^0.5.2",
2222
"@astrojs/react": "^0.4.2",
23-
"astro": "^1.0.0-rc.4"
23+
"astro": "^1.0.0-rc.5"
2424
}
2525
}

examples/env-vars/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-rc.4"
12+
"astro": "^1.0.0-rc.5"
1313
}
1414
}

examples/framework-alpine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-rc.4"
12+
"astro": "^1.0.0-rc.5"
1313
},
1414
"dependencies": {
1515
"alpinejs": "^3.10.2"

examples/framework-lit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/lit": "^0.3.2",
13-
"astro": "^1.0.0-rc.4"
13+
"astro": "^1.0.0-rc.5"
1414
},
1515
"dependencies": {
1616
"@webcomponents/template-shadowroot": "^0.1.0",

examples/framework-multiple/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@astrojs/solid-js": "^0.4.1",
1616
"@astrojs/svelte": "^0.5.1",
1717
"@astrojs/vue": "^0.5.0",
18-
"astro": "^1.0.0-rc.4"
18+
"astro": "^1.0.0-rc.5"
1919
},
2020
"dependencies": {
2121
"@webcomponents/template-shadowroot": "^0.1.0",

examples/framework-preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/preact": "^0.5.2",
13-
"astro": "^1.0.0-rc.4"
13+
"astro": "^1.0.0-rc.5"
1414
},
1515
"dependencies": {
1616
"preact": "^10.7.3"

examples/framework-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@astrojs/react": "^0.4.2",
1313
"@types/react": "^18.0.10",
1414
"@types/react-dom": "^18.0.5",
15-
"astro": "^1.0.0-rc.4"
15+
"astro": "^1.0.0-rc.5"
1616
},
1717
"dependencies": {
1818
"react": "^18.1.0",

examples/framework-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/solid-js": "^0.4.1",
13-
"astro": "^1.0.0-rc.4"
13+
"astro": "^1.0.0-rc.5"
1414
},
1515
"dependencies": {
1616
"solid-js": "^1.4.3"

examples/framework-svelte/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/svelte": "^0.5.1",
13-
"astro": "^1.0.0-rc.4"
13+
"astro": "^1.0.0-rc.5"
1414
},
1515
"dependencies": {
1616
"svelte": "^3.48.0"

examples/framework-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/vue": "^0.5.0",
13-
"astro": "^1.0.0-rc.4"
13+
"astro": "^1.0.0-rc.5"
1414
},
1515
"dependencies": {
1616
"vue": "^3.2.37"

examples/integrations-playground/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@astrojs/solid-js": "0.4.1",
1717
"@astrojs/tailwind": "^0.2.5",
1818
"@astrojs/turbolinks": "^0.1.4",
19-
"astro": "^1.0.0-rc.4",
19+
"astro": "^1.0.0-rc.5",
2020
"solid-js": "^1.4.3"
2121
},
2222
"dependencies": {

examples/minimal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-rc.4"
12+
"astro": "^1.0.0-rc.5"
1313
}
1414
}

examples/non-html-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-rc.4"
12+
"astro": "^1.0.0-rc.5"
1313
}
1414
}

examples/portfolio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/preact": "^0.5.2",
13-
"astro": "^1.0.0-rc.4",
13+
"astro": "^1.0.0-rc.5",
1414
"sass": "^1.52.2"
1515
},
1616
"dependencies": {

examples/ssr/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"@astrojs/node": "^0.2.1",
1313
"@astrojs/svelte": "^0.5.1",
14-
"astro": "^1.0.0-rc.4",
14+
"astro": "^1.0.0-rc.5",
1515
"concurrently": "^7.2.1",
1616
"lightcookie": "^1.0.25",
1717
"unocss": "^0.15.6",

examples/starter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-rc.4"
12+
"astro": "^1.0.0-rc.5"
1313
}
1414
}

examples/subpath/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/react": "^0.4.2",
13-
"astro": "^1.0.0-rc.4",
13+
"astro": "^1.0.0-rc.5",
1414
"sass": "^1.52.2"
1515
},
1616
"dependencies": {

examples/with-markdown-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/markdown-remark": "^0.14.0",
13-
"astro": "^1.0.0-rc.4",
13+
"astro": "^1.0.0-rc.5",
1414
"hast-util-select": "5.0.1",
1515
"rehype-autolink-headings": "^6.1.1",
1616
"rehype-slug": "^5.0.1",

examples/with-markdown-shiki/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/markdown-remark": "^0.14.0",
13-
"astro": "^1.0.0-rc.4"
13+
"astro": "^1.0.0-rc.5"
1414
}
1515
}

examples/with-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"@astrojs/mdx": "^0.5.0",
12+
"@astrojs/mdx": "^0.6.0",
1313
"@astrojs/preact": "^0.5.2",
14-
"astro": "^1.0.0-rc.4",
14+
"astro": "^1.0.0-rc.5",
1515
"preact": "^10.6.5"
1616
}
1717
}

examples/with-nanostores/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"@astrojs/preact": "^0.5.2",
18-
"astro": "^1.0.0-rc.4"
18+
"astro": "^1.0.0-rc.5"
1919
}
2020
}

examples/with-tailwindcss/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"devDependencies": {
1212
"@astrojs/tailwind": "^0.2.5",
13-
"astro": "^1.0.0-rc.4",
13+
"astro": "^1.0.0-rc.5",
1414
"autoprefixer": "^10.4.7",
1515
"canvas-confetti": "^1.5.1",
1616
"postcss": "^8.4.14",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "astro preview"
1010
},
1111
"devDependencies": {
12-
"astro": "^1.0.0-rc.4",
12+
"astro": "^1.0.0-rc.5",
1313
"vite-plugin-pwa": "0.11.11",
1414
"workbox-window": "^6.5.3"
1515
}

packages/astro/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# astro
22

3+
## 1.0.0-rc.5
4+
5+
### Patch Changes
6+
7+
- [#4108](https://github.com/withastro/astro/pull/4108) [`08432d5b0`](https://github.com/withastro/astro/commit/08432d5b01a5cab1bd8d962c30f77ab3827bc5aa) Thanks [@altano](https://github.com/altano)! - Allow globbed mdx files to have typed frontmatter
8+
9+
* [#4125](https://github.com/withastro/astro/pull/4125) [`5f3b3b44d`](https://github.com/withastro/astro/commit/5f3b3b44db4171255eb35bfc12a2256784fdbb4b) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix HMR of style blocks in Astro files. Updating a style block should no longer perform a full reload of the page.
10+
11+
- [#4131](https://github.com/withastro/astro/pull/4131) [`09eca9be5`](https://github.com/withastro/astro/commit/09eca9be5e27e57d49e5af6a8fa9c4018ceb0b85) Thanks [@matthewp](https://github.com/matthewp)! - Fixes use of multiple renderers when one throws
12+
13+
* [#4141](https://github.com/withastro/astro/pull/4141) [`65f2d3b4b`](https://github.com/withastro/astro/commit/65f2d3b4b1d31411ee2ea450478349413d8f4cf6) Thanks [@FredKSchott](https://github.com/FredKSchott)! - fix windows "bad package export" error
14+
15+
- [#4063](https://github.com/withastro/astro/pull/4063) [`ec5518fe3`](https://github.com/withastro/astro/commit/ec5518fe308ffe281b9e92755dec85489a1c1760) Thanks [@vikpe](https://github.com/vikpe)! - Add `mdx` extension to default generated Tailwind config.
16+
317
## 1.0.0-rc.4
418

519
### 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": "1.0.0-rc.4",
3+
"version": "1.0.0-rc.5",
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/image/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/image
22

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- [#4141](https://github.com/withastro/astro/pull/4141) [`65f2d3b4b`](https://github.com/withastro/astro/commit/65f2d3b4b1d31411ee2ea450478349413d8f4cf6) Thanks [@FredKSchott](https://github.com/FredKSchott)! - fix windows "bad package export" error
8+
39
## 0.3.0
410

511
### Minor Changes

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

packages/integrations/mdx/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @astrojs/mdx
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#4134](https://github.com/withastro/astro/pull/4134) [`2968ba2b6`](https://github.com/withastro/astro/commit/2968ba2b6f00775b6e9872681b390cb466fdbfa2) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add `headings` and `frontmatter` properties to layout props
8+
39
## 0.5.0
410

511
### Minor Changes

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

0 commit comments

Comments
 (0)