diff options
author | 2021-09-09 10:53:52 -0700 | |
---|---|---|
committer | 2021-09-09 10:53:52 -0700 | |
commit | b03f8771020f0784472d5d8898dcd360e8e13f45 (patch) | |
tree | 13f331dd61afd7920bec481e54cf50e163b940b2 /packages/markdown-support | |
parent | dcf94bc3524cacb4e4ebae458d0631bd6d58cd02 (diff) | |
download | astro-b03f8771020f0784472d5d8898dcd360e8e13f45.tar.gz astro-b03f8771020f0784472d5d8898dcd360e8e13f45.tar.zst astro-b03f8771020f0784472d5d8898dcd360e8e13f45.zip |
Revert "Version Packages (#1303)"
This reverts commit 1a88cfde7d2b3854e279c1bf3e12adf5d2155801.
Diffstat (limited to 'packages/markdown-support')
-rw-r--r-- | packages/markdown-support/CHANGELOG.md | 7 | ||||
-rw-r--r-- | packages/markdown-support/package.json | 2 |
2 files changed, 1 insertions, 8 deletions
diff --git a/packages/markdown-support/CHANGELOG.md b/packages/markdown-support/CHANGELOG.md index 90457471a..d08ed3e4e 100644 --- a/packages/markdown-support/CHANGELOG.md +++ b/packages/markdown-support/CHANGELOG.md @@ -1,12 +1,5 @@ # @astrojs/markdown-support -## 0.3.1 - -### Patch Changes - -- 00fd7ca4: Fix parsing of an empty `<pre></pre>` tag in markdown files, which expected the pre tag to have a child -- 7cb31c6e: Fix the importing of `unified` `Plugin` and `UnifiedPlugin` types - ## 0.3.0 ### Minor Changes diff --git a/packages/markdown-support/package.json b/packages/markdown-support/package.json index 3c2714ec6..8eb6dca25 100644 --- a/packages/markdown-support/package.json +++ b/packages/markdown-support/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/markdown-support", - "version": "0.3.1", + "version": "0.3.0", "main": "./dist/index.js", "type": "module", "repository": { |