parent
dcf94bc352
commit
b03f877102
29 changed files with 53 additions and 42 deletions
5
.changeset/cuddly-feet-hug.md
Normal file
5
.changeset/cuddly-feet-hug.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Add human readable config verification errors
|
5
.changeset/few-lies-march.md
Normal file
5
.changeset/few-lies-march.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Sitemaps will not create entries for 404.html pages
|
6
.changeset/four-plums-train.md
Normal file
6
.changeset/four-plums-train.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
'astro': patch
|
||||
'@astrojs/markdown-support': patch
|
||||
---
|
||||
|
||||
Fix parsing of an empty `<pre></pre>` tag in markdown files, which expected the pre tag to have a child
|
5
.changeset/perfect-emus-hear.md
Normal file
5
.changeset/perfect-emus-hear.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Add new `<Code>` component, powered by the more modern shiki syntax highlighter.
|
5
.changeset/serious-icons-invent.md
Normal file
5
.changeset/serious-icons-invent.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@astrojs/markdown-support': patch
|
||||
---
|
||||
|
||||
Fix the importing of `unified` `Plugin` and `UnifiedPlugin` types
|
5
.changeset/silver-icons-hope.md
Normal file
5
.changeset/silver-icons-hope.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Fix astro bin bug in some pre-ESM versions of Node v14.x
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
},
|
||||
"snowpack": {
|
||||
"workspaceRoot": "../.."
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
},
|
||||
"snowpack": {
|
||||
"workspaceRoot": "../.."
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"@docsearch/react": "^1.0.0-alpha.27"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5",
|
||||
"astro": "^0.20.4",
|
||||
"@snowpack/plugin-dotenv": "^2.1.0"
|
||||
},
|
||||
"snowpack": {
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@astrojs/renderer-lit": "^0.1.0",
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
},
|
||||
"snowpack": {
|
||||
"workspaceRoot": "../.."
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5",
|
||||
"astro": "^0.20.4",
|
||||
"@astrojs/renderer-solid": "^0.1.0"
|
||||
},
|
||||
"snowpack": {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
},
|
||||
"snowpack": {
|
||||
"workspaceRoot": "../.."
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
},
|
||||
"snowpack": {
|
||||
"workspaceRoot": "../.."
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5",
|
||||
"astro": "^0.20.4",
|
||||
"@astrojs/renderer-solid": "0.1.0"
|
||||
},
|
||||
"snowpack": {
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
},
|
||||
"snowpack": {
|
||||
"workspaceRoot": "../.."
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
},
|
||||
"snowpack": {
|
||||
"workspaceRoot": "../.."
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
},
|
||||
"snowpack": {
|
||||
"workspaceRoot": "../.."
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
},
|
||||
"snowpack": {
|
||||
"workspaceRoot": "../.."
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"devDependencies": {
|
||||
"@contentful/rich-text-html-renderer": "^14.1.2",
|
||||
"@contentful/rich-text-types": "^14.1.2",
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
},
|
||||
"snowpack": {
|
||||
"workspaceRoot": "../.."
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
},
|
||||
"snowpack": {
|
||||
"workspaceRoot": "../.."
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5",
|
||||
"astro": "^0.20.4",
|
||||
"rehype-add-classes": "^1.0.0",
|
||||
"rehype-autolink-headings": "^6.1.0",
|
||||
"rehype-toc": "^3.0.2",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
},
|
||||
"snowpack": {
|
||||
"workspaceRoot": "../.."
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"nanostores": "^0.3.3"
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"tailwindcss": "^2.1.2",
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
},
|
||||
"snowpack": {
|
||||
"workspaceRoot": "../.."
|
||||
|
|
|
@ -1,18 +1,5 @@
|
|||
# astro
|
||||
|
||||
## 0.20.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 3b4bbdc9: Add human readable config verification errors
|
||||
- b668117c: Sitemaps will not create entries for 404.html pages
|
||||
- 00fd7ca4: Fix parsing of an empty `<pre></pre>` tag in markdown files, which expected the pre tag to have a child
|
||||
- e282e8e4: Add new `<Code>` component, powered by the more modern shiki syntax highlighter.
|
||||
- ac2c00e9: Fix astro bin bug in some pre-ESM versions of Node v14.x
|
||||
- Updated dependencies [00fd7ca4]
|
||||
- Updated dependencies [7cb31c6e]
|
||||
- @astrojs/markdown-support@0.3.1
|
||||
|
||||
## 0.20.4
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "astro",
|
||||
"version": "0.20.5",
|
||||
"version": "0.20.4",
|
||||
"author": "Skypack",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"test": "uvu test -i fixtures -i benchmark -i test-utils.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/markdown-support": "0.3.1",
|
||||
"@astrojs/markdown-support": "0.3.0",
|
||||
"@astrojs/parser": "0.20.2",
|
||||
"@astrojs/prism": "0.2.2",
|
||||
"@astrojs/renderer-preact": "0.2.1",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@astrojs/markdown-support",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.0",
|
||||
"main": "./dist/index.js",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
"preview": "astro preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.20.5"
|
||||
"astro": "^0.20.4"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue