Version Packages (#1344)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-09-09 10:57:16 -07:00 committed by GitHub
parent b03f877102
commit 2847ff5382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 42 additions and 53 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Add human readable config verification errors

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Sitemaps will not create entries for 404.html pages

View file

@ -1,6 +0,0 @@
---
'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

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Add new `<Code>` component, powered by the more modern shiki syntax highlighter.

View file

@ -1,5 +0,0 @@
---
'@astrojs/markdown-support': patch
---
Fix the importing of `unified` `Plugin` and `UnifiedPlugin` types

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fix astro bin bug in some pre-ESM versions of Node v14.x

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4"
"astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4"
"astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -12,7 +12,7 @@
"@docsearch/react": "^1.0.0-alpha.27"
},
"devDependencies": {
"astro": "^0.20.4",
"astro": "^0.20.5",
"@snowpack/plugin-dotenv": "^2.1.0"
},
"snowpack": {

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.0",
"astro": "^0.20.4"
"astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4",
"astro": "^0.20.5",
"@astrojs/renderer-solid": "^0.1.0"
},
"snowpack": {

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4"
"astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4"
"astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4",
"astro": "^0.20.5",
"@astrojs/renderer-solid": "0.1.0"
},
"snowpack": {

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4"
"astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4"
"astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4"
"astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4"
"astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -19,7 +19,7 @@
"devDependencies": {
"@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
"astro": "^0.20.4"
"astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4"
"astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4",
"astro": "^0.20.5",
"rehype-add-classes": "^1.0.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-toc": "^3.0.2",

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4"
"astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4"
"astro": "^0.20.5"
},
"dependencies": {
"nanostores": "^0.3.3"

View file

@ -10,7 +10,7 @@
},
"devDependencies": {
"tailwindcss": "^2.1.2",
"astro": "^0.20.4"
"astro": "^0.20.5"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -1,5 +1,18 @@
# astro
## 0.20.5
### Patch Changes
- b03f8771: Add human readable config verification errors
- b03f8771: Sitemaps will not create entries for 404.html pages
- b03f8771: Fix parsing of an empty `<pre></pre>` tag in markdown files, which expected the pre tag to have a child
- b03f8771: Add new `<Code>` component, powered by the more modern shiki syntax highlighter.
- b03f8771: Fix astro bin bug in some pre-ESM versions of Node v14.x
- Updated dependencies [b03f8771]
- Updated dependencies [b03f8771]
- @astrojs/markdown-support@0.3.1
## 0.20.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.20.4",
"version": "0.20.5",
"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.0",
"@astrojs/markdown-support": "0.3.1",
"@astrojs/parser": "0.20.2",
"@astrojs/prism": "0.2.2",
"@astrojs/renderer-preact": "0.2.1",

View file

@ -1,5 +1,12 @@
# @astrojs/markdown-support
## 0.3.1
### Patch Changes
- b03f8771: Fix parsing of an empty `<pre></pre>` tag in markdown files, which expected the pre tag to have a child
- b03f8771: Fix the importing of `unified` `Plugin` and `UnifiedPlugin` types
## 0.3.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-support",
"version": "0.3.0",
"version": "0.3.1",
"main": "./dist/index.js",
"type": "module",
"repository": {

View file

@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
"astro": "^0.20.4"
"astro": "^0.20.5"
}
}