summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-06-08 09:46:48 -0400
committerGravatar GitHub <noreply@github.com> 2021-06-08 09:46:48 -0400
commit6018769c5c61cd18c5eb8bcfe4e0046f650cb512 (patch)
treeb25bb664c0f97c686db918a40e2a6e1f9fe6545c
parentec5587e62631ce54aec118c8a2524689ae86fedc (diff)
downloadastro-6018769c5c61cd18c5eb8bcfe4e0046f650cb512.tar.gz
astro-6018769c5c61cd18c5eb8bcfe4e0046f650cb512.tar.zst
astro-6018769c5c61cd18c5eb8bcfe4e0046f650cb512.zip
Version Packages (#330)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/clever-balloons-learn.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.md6
-rw-r--r--packages/astro/package.json2
-rw-r--r--www/package.json2
11 files changed, 16 insertions, 15 deletions
diff --git a/.changeset/clever-balloons-learn.md b/.changeset/clever-balloons-learn.md
deleted file mode 100644
index 37153ad16..000000000
--- a/.changeset/clever-balloons-learn.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Removes some warnings that are internal to Astro
diff --git a/examples/astro-markdown/package.json b/examples/astro-markdown/package.json
index f4578df4d..fe5cebb05 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.8",
+ "astro": "0.12.9",
"nodemon": "^2.0.7"
},
"snowpack": {
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 8d432a826..5d8d17115 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.8",
+ "astro": "^0.12.9",
"nodemon": "^2.0.7"
},
"snowpack": {
diff --git a/examples/doc/package.json b/examples/doc/package.json
index e08c9c4b2..61d247ff8 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.8",
+ "astro": "^0.12.9",
"nodemon": "^2.0.7"
},
"snowpack": {
diff --git a/examples/kitchen-sink/package.json b/examples/kitchen-sink/package.json
index 474a34790..630007124 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.8",
+ "astro": "^0.12.9",
"nodemon": "^2.0.7"
},
"snowpack": {
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 925fa46d4..6e2ecfac6 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.8"
+ "astro": "^0.12.9"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index 30176dd1b..3aa8b3ca6 100644
--- a/examples/snowpack/package.json
+++ b/examples/snowpack/package.json
@@ -11,7 +11,7 @@
"lint": "prettier --check \"src/**/*.js\""
},
"dependencies": {
- "astro": "^0.12.8",
+ "astro": "^0.12.9",
"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.8",
+ "astro": "^0.12.9",
"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 3ff382a96..2bea3a777 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.8",
+ "astro": "^0.12.9",
"tailwindcss": "^2.1.2"
},
"snowpack": {
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 65453aec3..5ce81a8a9 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# astro
+## 0.12.9
+
+### Patch Changes
+
+- 21b0c73: Removes some warnings that are internal to Astro
+
## 0.12.8
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index a729ebabb..403425973 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.12.8",
+ "version": "0.12.9",
"author": "Skypack",
"license": "MIT",
"type": "module",
diff --git a/www/package.json b/www/package.json
index 667a6ffe9..6b991c1d4 100644
--- a/www/package.json
+++ b/www/package.json
@@ -6,6 +6,6 @@
"build": "astro build ."
},
"devDependencies": {
- "astro": "^0.12.8"
+ "astro": "^0.12.9"
}
}