summaryrefslogtreecommitdiff
path: root/packages/integrations/mdx
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-09-06 14:35:56 -0700
committerGravatar GitHub <noreply@github.com> 2023-09-06 16:35:56 -0500
commit88c76a9a424722b527f7b6f463f8ccf6d9c1622f (patch)
tree55ef6852fe26021186b4f0acbf4882d8e90947ae /packages/integrations/mdx
parent0b8fbe20629fb0849bb94c2fb92dba193b96fbd7 (diff)
downloadastro-88c76a9a424722b527f7b6f463f8ccf6d9c1622f.tar.gz
astro-88c76a9a424722b527f7b6f463f8ccf6d9c1622f.tar.zst
astro-88c76a9a424722b527f7b6f463f8ccf6d9c1622f.zip
[ci] release (#8439)astro@3.0.10@astrojs/mdx@1.0.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/mdx')
-rw-r--r--packages/integrations/mdx/CHANGELOG.md9
-rw-r--r--packages/integrations/mdx/package.json4
2 files changed, 11 insertions, 2 deletions
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md
index 67031990b..61144df43 100644
--- a/packages/integrations/mdx/CHANGELOG.md
+++ b/packages/integrations/mdx/CHANGELOG.md
@@ -1,5 +1,14 @@
# @astrojs/mdx
+## 1.0.2
+
+### Patch Changes
+
+- [#8438](https://github.com/withastro/astro/pull/8438) [`6df4f3bd9`](https://github.com/withastro/astro/commit/6df4f3bd9d74de47dc8732e7f3b42bef42d2facf) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Fix errors not having a stacktrace
+
+- Updated dependencies [[`b3cf1b327`](https://github.com/withastro/astro/commit/b3cf1b32765c76cfc90e497a68280ad52f02cb1f), [`b92d066b7`](https://github.com/withastro/astro/commit/b92d066b737f64f08a9cf293bd07c9263ef8f32d)]:
+ - astro@3.0.10
+
## 1.0.1
### Patch Changes
diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json
index ddd2925fd..4d99fed67 100644
--- a/packages/integrations/mdx/package.json
+++ b/packages/integrations/mdx/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/mdx",
"description": "Add support for MDX pages in your Astro site",
- "version": "1.0.1",
+ "version": "1.0.2",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",
@@ -54,7 +54,7 @@
"vfile": "^5.3.7"
},
"peerDependencies": {
- "astro": "workspace:^3.0.9"
+ "astro": "workspace:^3.0.10"
},
"devDependencies": {
"@types/chai": "^4.3.5",