summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-06-08 09:00:07 -0400
committerGravatar GitHub <noreply@github.com> 2021-06-08 09:00:07 -0400
commit2db08436e684201569d2c65533b5720535ea1fee (patch)
tree6720412a0c8b6dc5c4c7fe8a02c4bad9fb0d0e90
parent9461ad4252ec4f3edf9558a3898161727467aa14 (diff)
downloadastro-2db08436e684201569d2c65533b5720535ea1fee.tar.gz
astro-2db08436e684201569d2c65533b5720535ea1fee.tar.zst
astro-2db08436e684201569d2c65533b5720535ea1fee.zip
Version Packages (#325)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/gold-carrots-bow.md5
-rw-r--r--.changeset/hot-laws-allow.md5
-rw-r--r--.changeset/olive-radios-swim.md5
-rw-r--r--examples/astro-markdown/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/doc/package.json2
-rw-r--r--examples/kitchen-sink/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/snowpack/package.json4
-rw-r--r--examples/tailwindcss/package.json2
-rw-r--r--packages/astro/CHANGELOG.md8
-rw-r--r--packages/astro/package.json2
-rw-r--r--www/package.json2
13 files changed, 18 insertions, 25 deletions
diff --git a/.changeset/gold-carrots-bow.md b/.changeset/gold-carrots-bow.md
deleted file mode 100644
index 62c60f640..000000000
--- a/.changeset/gold-carrots-bow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixed a bug where recursive markdown was not working properly
diff --git a/.changeset/hot-laws-allow.md b/.changeset/hot-laws-allow.md
deleted file mode 100644
index 2afb3148d..000000000
--- a/.changeset/hot-laws-allow.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes logging to default to the info level
diff --git a/.changeset/olive-radios-swim.md b/.changeset/olive-radios-swim.md
deleted file mode 100644
index 8c85eb7a8..000000000
--- a/.changeset/olive-radios-swim.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-improve build output
diff --git a/examples/astro-markdown/package.json b/examples/astro-markdown/package.json
index bbbe11858..99ed13390 100644
--- a/examples/astro-markdown/package.json
+++ b/examples/astro-markdown/package.json
@@ -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": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 09c59aafd..b25dc355c 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -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": {
diff --git a/examples/doc/package.json b/examples/doc/package.json
index 849fea4cf..3ac6765bf 100644
--- a/examples/doc/package.json
+++ b/examples/doc/package.json
@@ -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": {
diff --git a/examples/kitchen-sink/package.json b/examples/kitchen-sink/package.json
index f151ec9d6..5321728b8 100644
--- a/examples/kitchen-sink/package.json
+++ b/examples/kitchen-sink/package.json
@@ -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": {
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 17f65d7af..4a7c8f210 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -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": "../.."
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index c3a8603ee..d177164da 100644
--- a/examples/snowpack/package.json
+++ b/examples/snowpack/package.json
@@ -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",
diff --git a/examples/tailwindcss/package.json b/examples/tailwindcss/package.json
index f2b07678d..57fcd5b5e 100644
--- a/examples/tailwindcss/package.json
+++ b/examples/tailwindcss/package.json
@@ -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": {
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 2cfae654c..145600aca 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -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
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 4a68f8a1a..3488bab4e 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.12.6",
+ "version": "0.12.7",
"author": "Skypack",
"license": "MIT",
"type": "module",
diff --git a/www/package.json b/www/package.json
index ece26621e..f6c78447c 100644
--- a/www/package.json
+++ b/www/package.json
@@ -6,6 +6,6 @@
"build": "astro build ."
},
"devDependencies": {
- "astro": "^0.12.6"
+ "astro": "^0.12.7"
}
}