diff options
author | 2023-10-05 03:10:06 -0700 | |
---|---|---|
committer | 2023-10-05 11:10:06 +0100 | |
commit | 584d6f068003c5f1d3cb6c04a69c7a33db0b4f11 (patch) | |
tree | be38c6880862c4304c885fc7a88c0640ab34383e /packages/integrations/mdx | |
parent | 78adbc4433208458291e36713909762e148e1e5d (diff) | |
download | astro-584d6f068003c5f1d3cb6c04a69c7a33db0b4f11.tar.gz astro-584d6f068003c5f1d3cb6c04a69c7a33db0b4f11.tar.zst astro-584d6f068003c5f1d3cb6c04a69c7a33db0b4f11.zip |
[ci] release (#8738)
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.md | 10 | ||||
-rw-r--r-- | packages/integrations/mdx/package.json | 4 |
2 files changed, 12 insertions, 2 deletions
diff --git a/packages/integrations/mdx/CHANGELOG.md b/packages/integrations/mdx/CHANGELOG.md index 85a4409c7..c5fca62c6 100644 --- a/packages/integrations/mdx/CHANGELOG.md +++ b/packages/integrations/mdx/CHANGELOG.md @@ -1,5 +1,15 @@ # @astrojs/mdx +## 1.1.1 + +### Patch Changes + +- [#8737](https://github.com/withastro/astro/pull/8737) [`6f60da805`](https://github.com/withastro/astro/commit/6f60da805e0014bc50dd07bef972e91c73560c3c) Thanks [@ematipico](https://github.com/ematipico)! - Add provenance statement when publishing the library from CI + +- Updated dependencies [[`21f482657`](https://github.com/withastro/astro/commit/21f4826576c2c812a1604e18717799da3470decd), [`6f60da805`](https://github.com/withastro/astro/commit/6f60da805e0014bc50dd07bef972e91c73560c3c), [`d78806dfe`](https://github.com/withastro/astro/commit/d78806dfe0301ea7ffe6c7c1f783bd415ac7cda9), [`d1c75fe15`](https://github.com/withastro/astro/commit/d1c75fe158839699c59728cf3a83888e8c72a459), [`aa265d730`](https://github.com/withastro/astro/commit/aa265d73024422967c1b1c68ad268c419c6c798f), [`78adbc443`](https://github.com/withastro/astro/commit/78adbc4433208458291e36713909762e148e1e5d), [`21e0757ea`](https://github.com/withastro/astro/commit/21e0757ea22a57d344c934045ca19db93b684436), [`357270f2a`](https://github.com/withastro/astro/commit/357270f2a3d0bf2aa634ba7e52e9d17618eff4a7)]: + - @astrojs/markdown-remark@3.2.1 + - astro@3.2.3 + ## 1.1.0 ### Minor Changes diff --git a/packages/integrations/mdx/package.json b/packages/integrations/mdx/package.json index 8bd9c4c39..2e90eda93 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.1.0", + "version": "1.1.1", "type": "module", "types": "./dist/index.d.ts", "author": "withastro", @@ -51,7 +51,7 @@ "vfile": "^5.3.7" }, "peerDependencies": { - "astro": "workspace:^3.2.2" + "astro": "workspace:^3.2.3" }, "devDependencies": { "@types/chai": "^4.3.5", |