From 84193e3ea18ac93b52f64f59062ea3ad88780d2e Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Thu, 28 Jul 2022 12:53:57 -0700 Subject: [PATCH] [ci] release (#4081) Co-authored-by: github-actions[bot] --- .changeset/large-rivers-enjoy.md | 5 ----- .changeset/silent-files-promise.md | 5 ----- examples/with-mdx/package.json | 2 +- packages/create-astro/CHANGELOG.md | 6 ++++++ packages/create-astro/package.json | 2 +- packages/integrations/mdx/CHANGELOG.md | 6 ++++++ packages/integrations/mdx/package.json | 2 +- pnpm-lock.yaml | 2 +- 8 files changed, 16 insertions(+), 14 deletions(-) delete mode 100644 .changeset/large-rivers-enjoy.md delete mode 100644 .changeset/silent-files-promise.md diff --git a/.changeset/large-rivers-enjoy.md b/.changeset/large-rivers-enjoy.md deleted file mode 100644 index b4c51c594..000000000 --- a/.changeset/large-rivers-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Added better error handling when cancelling operations, providing bad templates and when there's a degit cache issue diff --git a/.changeset/silent-files-promise.md b/.changeset/silent-files-promise.md deleted file mode 100644 index 7264be8cf..000000000 --- a/.changeset/silent-files-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@astrojs/mdx': patch ---- - -Ensure file and url are always present in MDX for Astro.glob diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index ae3082e54..159e4bf1e 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "@astrojs/mdx": "^0.3.0", + "@astrojs/mdx": "^0.3.1", "@astrojs/preact": "^0.5.2", "astro": "^1.0.0-rc.2", "preact": "^10.6.5" diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index e0fcaab49..7ea3f2b74 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.14.3 + +### Patch Changes + +- [#4075](https://github.com/withastro/astro/pull/4075) [`cc10a5c8e`](https://github.com/withastro/astro/commit/cc10a5c8e03683e64514de75e535169c187ab847) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Added better error handling when cancelling operations, providing bad templates and when there's a degit cache issue + ## 0.14.2 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index aaec6d2aa..476d9b5ca 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.14.2", + "version": "0.14.3", "type": "module", "author": "withastro", "license": "MIT", diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 8521e92f2..8a79226ce 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrojs/mdx +## 0.3.1 + +### Patch Changes + +- [#4076](https://github.com/withastro/astro/pull/4076) [`6120a71e5`](https://github.com/withastro/astro/commit/6120a71e5425ad55a17ddac800d64a3f50273bce) Thanks [@matthewp](https://github.com/matthewp)! - Ensure file and url are always present in MDX for Astro.glob + ## 0.3.0 ### Minor Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 8f9a1357a..cbda6997f 100644 --- a/packages/integrations/mdx/package.json +++ b/packages/integrations/mdx/package.json @@ -1,7 +1,7 @@ { "name": "@astrojs/mdx", "description": "Use MDX within Astro", - "version": "0.3.0", + "version": "0.3.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 881cc0da5..447cc045c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -385,7 +385,7 @@ importers: examples/with-mdx: specifiers: - '@astrojs/mdx': ^0.3.0 + '@astrojs/mdx': ^0.3.1 '@astrojs/preact': ^0.5.2 astro: ^1.0.0-rc.2 preact: ^10.6.5