Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 6, 2022
1 parent 77cede7 commit f855d72
Show file tree
Hide file tree
Showing 56 changed files with 146 additions and 172 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-rules-boil.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cold-pens-mate.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/cool-crabs-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-eagles-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-sheep-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-meals-wink.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/hip-dancers-move.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-vans-deliver.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/large-beds-cheer.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-bees-promise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-toys-rule.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/metal-dodos-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-bananas-refuse.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-mirrors-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-falcons-smash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-beds-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-masks-divide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-cars-wash.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strong-hotels-cross.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/basics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"preact": "^10.7.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/component/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"@example/my-component": "workspace:*",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"serve": "astro --root demo preview"
},
"devDependencies": {
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
}
}
4 changes: 2 additions & 2 deletions examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"@astrojs/react": "^0.4.2",
"astro": "^1.0.0-rc.6"
"@astrojs/react": "^0.4.3",
"astro": "^1.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/env-vars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@types/alpinejs": "^3.7.0",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"alpinejs": "^3.10.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/lit": "^0.3.2",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"@webcomponents/template-shadowroot": "^0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"@astrojs/react": "^0.4.2",
"@astrojs/react": "^0.4.3",
"@astrojs/solid-js": "^0.4.1",
"@astrojs/svelte": "^0.5.1",
"@astrojs/vue": "^0.5.0",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"preact": "^10.7.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"preact": "^10.7.3"
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.4.2",
"@astrojs/react": "^0.4.3",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"react": "^18.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/solid-js": "^0.4.1",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"solid-js": "^1.4.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/svelte": "^0.5.1",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"svelte": "^3.48.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/vue": "^0.5.0",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"vue": "^3.2.37"
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/non-html-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.6",
"astro": "^1.0.0-rc.7",
"sass": "^1.52.2"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@astrojs/node": "^0.2.1",
"@astrojs/svelte": "^0.5.1",
"astro": "^1.0.0-rc.6",
"astro": "^1.0.0-rc.7",
"concurrently": "^7.2.1",
"lightcookie": "^1.0.25",
"unocss": "^0.15.6",
Expand Down
4 changes: 2 additions & 2 deletions examples/subpath/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/react": "^0.4.2",
"astro": "^1.0.0-rc.6"
"@astrojs/react": "^0.4.3",
"astro": "^1.0.0-rc.7"
},
"dependencies": {
"react": "^18.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-markdown-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.14.0",
"astro": "^1.0.0-rc.6",
"@astrojs/markdown-remark": "^0.14.1",
"astro": "^1.0.0-rc.7",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/with-markdown-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/markdown-remark": "^0.14.0",
"astro": "^1.0.0-rc.6"
"@astrojs/markdown-remark": "^0.14.1",
"astro": "^1.0.0-rc.7"
}
}
4 changes: 2 additions & 2 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^0.6.0",
"@astrojs/mdx": "^0.7.0",
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.6",
"astro": "^1.0.0-rc.7",
"preact": "^10.6.5"
}
}
2 changes: 1 addition & 1 deletion examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"devDependencies": {
"@astrojs/preact": "^0.5.2",
"astro": "^1.0.0-rc.6"
"astro": "^1.0.0-rc.7"
}
}
2 changes: 1 addition & 1 deletion examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/tailwind": "^0.2.5",
"astro": "^1.0.0-rc.6",
"astro": "^1.0.0-rc.7",
"autoprefixer": "^10.4.7",
"canvas-confetti": "^1.5.1",
"postcss": "^8.4.14",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vite-plugin-pwa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^1.0.0-rc.6",
"astro": "^1.0.0-rc.7",
"vite-plugin-pwa": "0.11.11",
"workbox-window": "^6.5.3"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/with-vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "vitest"
},
"devDependencies": {
"astro": "^1.0.0-rc.4",
"astro": "^1.0.0-rc.7",
"vitest": "^0.20.3"
}
}
31 changes: 31 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# astro

## 1.0.0-rc.7

### Minor Changes

- [#4176](https://github.com/withastro/astro/pull/4176) [`2675b8633`](https://github.com/withastro/astro/commit/2675b8633c5d5c45b237ec87940d5eaf1bfb1b4b) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Support frontmatter injection for MD and MDX using remark and rehype plugins

* [#4155](https://github.com/withastro/astro/pull/4155) [`81c9ad9a6`](https://github.com/withastro/astro/commit/81c9ad9a6bdb2806f3ccb77113a0cb40459b3d70) Thanks [@kagankan](https://github.com/kagankan)! - Add `vite.build.cssTaregt` support for CSS build

- [#4137](https://github.com/withastro/astro/pull/4137) [`471c6f784`](https://github.com/withastro/astro/commit/471c6f784e21399676c8b2002665ffdf83a1c59e) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Speed up internal markdown builds with new vite-plugin markdown

### Patch Changes

- [#4175](https://github.com/withastro/astro/pull/4175) [`69db0298d`](https://github.com/withastro/astro/commit/69db0298d07b560992346d1a41e85afd767ee61f) Thanks [@matthewp](https://github.com/matthewp)! - Fixes double doctypes

* [#4154](https://github.com/withastro/astro/pull/4154) [`36223f663`](https://github.com/withastro/astro/commit/36223f663ef73ef4581c4ad93c88666d2e0190e7) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Expose `getViteConfig` from `astro/config` to unblock usage with Vitest

- [#4158](https://github.com/withastro/astro/pull/4158) [`e569f0a5c`](https://github.com/withastro/astro/commit/e569f0a5c7b56c4cce7afe95335b0aee6ac3d298) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix edge case where MDX components would be escaped

* [#4157](https://github.com/withastro/astro/pull/4157) [`025743849`](https://github.com/withastro/astro/commit/025743849da4a6d1fde30b49511805f41da9ff7a) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix duplicated CSS when using HMR

- [#4156](https://github.com/withastro/astro/pull/4156) [`82a1063cc`](https://github.com/withastro/astro/commit/82a1063cc26cf6d7012d40025a6ad14812c74d1d) Thanks [@matthewp](https://github.com/matthewp)! - Add CSS to page when child component uses Astro.glob

* [#4153](https://github.com/withastro/astro/pull/4153) [`3321aace0`](https://github.com/withastro/astro/commit/3321aace06595de40a0ee9ecac2705d7b28e1b94) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Improve an error message for getStaticPaths

- [#4180](https://github.com/withastro/astro/pull/4180) [`c56a9227c`](https://github.com/withastro/astro/commit/c56a9227c717480ef4cf25cd50634872ef021101) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix edge case where Astro component would render [Object object] when using MDX

* [#4136](https://github.com/withastro/astro/pull/4136) [`9afa4611c`](https://github.com/withastro/astro/commit/9afa4611cbddd14349dcad9bf0af1fb8b9585381) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Fix issue when using Fragment inside MDX

* Updated dependencies [[`2675b8633`](https://github.com/withastro/astro/commit/2675b8633c5d5c45b237ec87940d5eaf1bfb1b4b), [`471c6f784`](https://github.com/withastro/astro/commit/471c6f784e21399676c8b2002665ffdf83a1c59e), [`16034f0dd`](https://github.com/withastro/astro/commit/16034f0dd5b3683e9e022dbd413e85bd18d2b031)]:
- @astrojs/markdown-remark@0.14.1

## 1.0.0-rc.6

### Patch Changes
Expand Down
Loading

0 comments on commit f855d72

Please sign in to comment.