summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-06-25 15:14:04 -0400
committerGravatar GitHub <noreply@github.com> 2021-06-25 15:14:04 -0400
commitf3e005de6f35e3e67ec5e513e0de5e1b6c04d664 (patch)
treea60040cbb8229e6077da9f7c246a9a12625b453e
parent8865158f7ff1c24ec27a3c447b57bb49723883b7 (diff)
downloadastro-f3e005de6f35e3e67ec5e513e0de5e1b6c04d664.tar.gz
astro-f3e005de6f35e3e67ec5e513e0de5e1b6c04d664.tar.zst
astro-f3e005de6f35e3e67ec5e513e0de5e1b6c04d664.zip
Version Packages (#548)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/twelve-islands-kneel.md5
-rw-r--r--examples/snowpack/package.json4
-rw-r--r--packages/astro/CHANGELOG.md6
-rw-r--r--packages/astro/package.json2
-rw-r--r--www/package.json2
5 files changed, 10 insertions, 9 deletions
diff --git a/.changeset/twelve-islands-kneel.md b/.changeset/twelve-islands-kneel.md
deleted file mode 100644
index 93bfc45d1..000000000
--- a/.changeset/twelve-islands-kneel.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes postcss bug with the 'from' property
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index 15b96b66b..bbbe2f035 100644
--- a/examples/snowpack/package.json
+++ b/examples/snowpack/package.json
@@ -11,7 +11,7 @@
"lint": "prettier --check \"src/**/*.js\""
},
"dependencies": {
- "astro": "^0.15.0",
+ "astro": "^0.15.1",
"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.15.0",
+ "astro": "^0.15.1",
"eleventy-plugin-nesting-toc": "^1.2.0",
"luxon": "^1.25.0",
"markdown-it": "^12.0.2",
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 87817cc9b..77886815f 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# astro
+## 0.15.1
+
+### Patch Changes
+
+- 8865158: Fixes postcss bug with the 'from' property
+
## 0.15.0
### Minor Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index a2afb0c71..9622a6d79 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.15.0",
+ "version": "0.15.1",
"author": "Skypack",
"license": "MIT",
"type": "module",
diff --git a/www/package.json b/www/package.json
index 297eb9c73..72c7211d2 100644
--- a/www/package.json
+++ b/www/package.json
@@ -7,6 +7,6 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.15.0"
+ "astro": "^0.15.1"
}
}