Skip to content

Commit

Permalink
[ci] release (#5995)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
astrobot-houston and github-actions[bot] committed Jan 30, 2023
1 parent e779c62 commit d9787a6
Show file tree
Hide file tree
Showing 75 changed files with 250 additions and 193 deletions.
17 changes: 0 additions & 17 deletions .changeset/cuddly-donkeys-warn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eight-kids-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gentle-weeks-lie.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/good-items-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-buttons-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mean-tips-search.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-colts-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/polite-wombats-play.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-dogs-hide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-olives-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/try-button-rumor.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-pans-agree.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 @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
}
}
6 changes: 3 additions & 3 deletions examples/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"@astrojs/mdx": "^0.15.1",
"astro": "^2.0.3",
"@astrojs/mdx": "^0.15.2",
"@astrojs/rss": "^2.1.0",
"@astrojs/sitemap": "^1.0.0"
"@astrojs/sitemap": "^1.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
},
"devDependencies": {
"@astrojs/deno": "^4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^2.0.1",
"@astrojs/preact": "^2.0.0",
"@astrojs/react": "^2.0.2",
"@astrojs/preact": "^2.0.1",
"@algolia/client-search": "^4.13.1",
"@docsearch/css": "^3.1.0",
"@docsearch/react": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-alpine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"alpinejs": "^3.10.2",
"@astrojs/alpinejs": "^0.1.2",
"@astrojs/alpinejs": "^0.1.3",
"@types/alpinejs": "^3.7.0"
}
}
4 changes: 2 additions & 2 deletions examples/framework-lit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"lit": "^2.2.5",
"@astrojs/lit": "^1.1.0",
"@astrojs/lit": "^1.1.1",
"@webcomponents/template-shadowroot": "^0.1.0"
}
}
12 changes: 6 additions & 6 deletions examples/framework-multiple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"preact": "^10.7.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"solid-js": "^1.4.3",
"svelte": "^3.48.0",
"vue": "^3.2.37",
"@astrojs/preact": "^2.0.0",
"@astrojs/react": "^2.0.1",
"@astrojs/solid-js": "^2.0.0",
"@astrojs/svelte": "^2.0.0",
"@astrojs/vue": "^2.0.0"
"@astrojs/preact": "^2.0.1",
"@astrojs/react": "^2.0.2",
"@astrojs/solid-js": "^2.0.1",
"@astrojs/svelte": "^2.0.1",
"@astrojs/vue": "^2.0.1"
}
}
4 changes: 2 additions & 2 deletions examples/framework-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"preact": "^10.7.3",
"@astrojs/preact": "^2.0.0",
"@astrojs/preact": "^2.0.1",
"@preact/signals": "^1.1.0"
}
}
4 changes: 2 additions & 2 deletions examples/framework-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"@astrojs/react": "^2.0.1",
"@astrojs/react": "^2.0.2",
"@types/react": "^18.0.10",
"@types/react-dom": "^18.0.5"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/framework-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"solid-js": "^1.4.3",
"@astrojs/solid-js": "^2.0.0"
"@astrojs/solid-js": "^2.0.1"
}
}
4 changes: 2 additions & 2 deletions examples/framework-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.0.0",
"astro": "^2.0.2"
"@astrojs/svelte": "^2.0.1",
"astro": "^2.0.3"
}
}
4 changes: 2 additions & 2 deletions examples/framework-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"vue": "^3.2.37",
"@astrojs/vue": "^2.0.0"
"@astrojs/vue": "^2.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/hackernews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"dependencies": {
"@astrojs/node": "^5.0.1",
"astro": "^2.0.2"
"astro": "^2.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"scripts": {},
"devDependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
},
"peerDependencies": {
"astro": "^2.0.0-beta.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/non-html-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/portfolio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
}
}
4 changes: 2 additions & 2 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"server": "node dist/server/entry.mjs"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"svelte": "^3.48.0",
"@astrojs/svelte": "^2.0.0",
"@astrojs/svelte": "^2.0.1",
"@astrojs/node": "^5.0.1",
"concurrently": "^7.2.1",
"unocss": "^0.15.6",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdown-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"@astrojs/markdown-remark": "^2.0.1",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-markdown-shiki/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2"
"astro": "^2.0.3"
}
}
6 changes: 3 additions & 3 deletions examples/with-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"preact": "^10.6.5",
"@astrojs/preact": "^2.0.0",
"@astrojs/mdx": "^0.15.1"
"@astrojs/preact": "^2.0.1",
"@astrojs/mdx": "^0.15.2"
}
}
4 changes: 2 additions & 2 deletions examples/with-nanostores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"preact": "^10.7.3",
"@astrojs/preact": "^2.0.0",
"@astrojs/preact": "^2.0.1",
"nanostores": "^0.5.12",
"@nanostores/preact": "^0.1.3"
}
Expand Down
6 changes: 3 additions & 3 deletions examples/with-tailwindcss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^0.15.1",
"@astrojs/tailwind": "^3.0.0",
"@astrojs/mdx": "^0.15.2",
"@astrojs/tailwind": "^3.0.1",
"@types/canvas-confetti": "^1.4.3",
"astro": "^2.0.2",
"astro": "^2.0.3",
"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 @@ -11,7 +11,7 @@
"astro": "astro"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"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 @@ -12,7 +12,7 @@
"test": "vitest"
},
"dependencies": {
"astro": "^2.0.2",
"astro": "^2.0.3",
"vitest": "^0.20.3"
}
}
16 changes: 16 additions & 0 deletions packages/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# astro

## 2.0.3

### Patch Changes

- [#6035](https://github.com/withastro/astro/pull/6035) [`b4432cd6b`](https://github.com/withastro/astro/commit/b4432cd6b65bad685a99fe15867710b0663c13b2) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix: Astro component scripts now load in development when using MDX + Content Collections

- [#6024](https://github.com/withastro/astro/pull/6024) [`98a4a914b`](https://github.com/withastro/astro/commit/98a4a914bc47f3da2764b3bdc01577d25fe2e261) Thanks [@MoustaphaDev](https://github.com/MoustaphaDev)! - Remove `rawContent()` and `compiledContent()` from MDX import types

- [#6034](https://github.com/withastro/astro/pull/6034) [`071e1dee7`](https://github.com/withastro/astro/commit/071e1dee7e1943be67d1ded39a9af1b7a2aafd02) Thanks [@matthewp](https://github.com/matthewp)! - Ensure CSS injections properly when using multiple layouts

- [#5927](https://github.com/withastro/astro/pull/5927) [`322e059d0`](https://github.com/withastro/astro/commit/322e059d0da9ab0d6a546a111fabda755bd5f1b6) Thanks [@izmttk](https://github.com/izmttk)! - Fix undefined `remarkPluginFrontmatter` after calling `render` method

- [#6006](https://github.com/withastro/astro/pull/6006) [`b994f6f35`](https://github.com/withastro/astro/commit/b994f6f35e29b2d93ff8ddc281a69c0af3cc3edf) Thanks [@tony-sull](https://github.com/tony-sull)! - Makes the `AstroCookies` type available as an import from the main "astro" package

- [#5998](https://github.com/withastro/astro/pull/5998) [`12c68343c`](https://github.com/withastro/astro/commit/12c68343c0aa891037d39d3c9b9378b004be6642) Thanks [@andersk](https://github.com/andersk)! - Update `getCollection()` filter to support type guards _or_ unknown values

## 2.0.2

### Patch Changes
Expand Down
Loading

0 comments on commit d9787a6

Please sign in to comment.