Version Packages (#325)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-06-08 09:00:07 -04:00 committed by GitHub
parent 9461ad4252
commit 2db08436e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 18 additions and 25 deletions

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixed a bug where recursive markdown was not working properly

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
Fixes logging to default to the info level

View file

@ -1,5 +0,0 @@
---
'astro': patch
---
improve build output

View file

@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "0.12.6",
"astro": "0.12.7",
"nodemon": "^2.0.7"
},
"snowpack": {

View file

@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.6",
"astro": "^0.12.7",
"nodemon": "^2.0.7"
},
"snowpack": {

View file

@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.6",
"astro": "^0.12.7",
"nodemon": "^2.0.7"
},
"snowpack": {

View file

@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.6",
"astro": "^0.12.7",
"nodemon": "^2.0.7"
},
"snowpack": {

View file

@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.6"
"astro": "^0.12.7"
},
"snowpack": {
"workspaceRoot": "../.."

View file

@ -11,7 +11,7 @@
"lint": "prettier --check \"src/**/*.js\""
},
"dependencies": {
"astro": "^0.12.6",
"astro": "^0.12.7",
"date-fns": "^2.19.0",
"deepmerge": "^4.2.2",
"docsearch.js": "^2.6.3",
@ -25,7 +25,7 @@
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.4",
"@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
"astro": "^0.12.6",
"astro": "^0.12.7",
"eleventy-plugin-nesting-toc": "^1.2.0",
"luxon": "^1.25.0",
"markdown-it": "^12.0.2",

View file

@ -8,7 +8,7 @@
"astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'"
},
"devDependencies": {
"astro": "^0.12.6",
"astro": "^0.12.7",
"tailwindcss": "^2.1.2"
},
"snowpack": {

View file

@ -1,5 +1,13 @@
# astro
## 0.12.7
### Patch Changes
- f6ef53b: Fixed a bug where recursive markdown was not working properly
- 5a871f3: Fixes logging to default to the info level
- f4a747f: improve build output
## 0.12.6
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "astro",
"version": "0.12.6",
"version": "0.12.7",
"author": "Skypack",
"license": "MIT",
"type": "module",

View file

@ -6,6 +6,6 @@
"build": "astro build ."
},
"devDependencies": {
"astro": "^0.12.6"
"astro": "^0.12.7"
}
}