summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-07-28 12:53:57 -0700
committerGravatar GitHub <noreply@github.com> 2022-07-28 15:53:57 -0400
commit84193e3ea18ac93b52f64f59062ea3ad88780d2e (patch)
tree879b229ae369bbe0ca603e6cdb817f3bd7409857
parent8efe43ffe1a924f66a8c477c8bfe02843f9785d1 (diff)
downloadastro-84193e3ea18ac93b52f64f59062ea3ad88780d2e.tar.gz
astro-84193e3ea18ac93b52f64f59062ea3ad88780d2e.tar.zst
astro-84193e3ea18ac93b52f64f59062ea3ad88780d2e.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/large-rivers-enjoy.md5
-rw-r--r--.changeset/silent-files-promise.md5
-rw-r--r--examples/with-mdx/package.json2
-rw-r--r--packages/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
-rw-r--r--packages/integrations/mdx/CHANGELOG.md6
-rw-r--r--packages/integrations/mdx/package.json2
-rw-r--r--pnpm-lock.yaml2
8 files changed, 16 insertions, 14 deletions
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