summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-08-19 18:03:07 -0600
committerGravatar GitHub <noreply@github.com> 2021-08-19 18:03:07 -0600
commit0c314791c4d19c923f94d61de5858afc9732c00e (patch)
treed06db49d74435569732524dd604002a259be21d6
parentcdbe2e486d56eeeae7a11f51837faa8aaa955d8e (diff)
downloadastro-0c314791c4d19c923f94d61de5858afc9732c00e.tar.gz
astro-0c314791c4d19c923f94d61de5858afc9732c00e.tar.zst
astro-0c314791c4d19c923f94d61de5858afc9732c00e.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/late-moons-wave.md5
-rw-r--r--.changeset/silver-shoes-lie.md5
-rw-r--r--examples/blog-multiple-authors/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/framework-lit/package.json2
-rw-r--r--examples/framework-multiple/package.json2
-rw-r--r--examples/framework-preact/package.json2
-rw-r--r--examples/framework-react/package.json2
-rw-r--r--examples/framework-solid/package.json2
-rw-r--r--examples/framework-svelte/package.json2
-rw-r--r--examples/framework-vue/package.json2
-rw-r--r--examples/minimal/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/snowpack/package.json2
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/with-markdown-plugins/package.json2
-rw-r--r--examples/with-markdown/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
-rw-r--r--packages/astro/CHANGELOG.md8
-rw-r--r--packages/astro/package.json4
-rw-r--r--packages/markdown-support/CHANGELOG.md6
-rw-r--r--packages/markdown-support/package.json2
-rw-r--r--tools/language-server/package.json2
-rw-r--r--www/package.json2
26 files changed, 37 insertions, 33 deletions
diff --git a/.changeset/late-moons-wave.md b/.changeset/late-moons-wave.md
deleted file mode 100644
index 6d85e89f4..000000000
--- a/.changeset/late-moons-wave.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix CSS :global() selector bug
diff --git a/.changeset/silver-shoes-lie.md b/.changeset/silver-shoes-lie.md
deleted file mode 100644
index 654105109..000000000
--- a/.changeset/silver-shoes-lie.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/markdown-support': patch
----
-
-Fix the left-brace issue
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 208218778..f631cff5e 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 4f8e7c6d5..0a944b2da 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 30bc998d3..023f21040 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index 97f93435a..831622420 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -9,7 +9,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.0",
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 40c499fa1..cc8d13585 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 1632c1828..876e0e7b3 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 71800e064..cd37feef8 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index fc1abcf7c..9ccc5049a 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0",
+ "astro": "^0.19.1",
"@astrojs/renderer-solid": "0.1.0"
},
"snowpack": {
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index f17b7b7e9..aebdf932d 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index dc1f679a2..52c13fed8 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 3bf628479..e52e7b4d5 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -8,6 +8,6 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index dfcc876ec..848813b2f 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index 2d6121895..1d6253c5c 100644
--- a/examples/snowpack/package.json
+++ b/examples/snowpack/package.json
@@ -18,7 +18,7 @@
"devDependencies": {
"@contentful/rich-text-html-renderer": "^14.1.2",
"@contentful/rich-text-types": "^14.1.2",
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 37ac86b85..90b4ee337 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 209bb14d6..46f4ba307 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0",
+ "astro": "^0.19.1",
"rehype-add-classes": "^1.0.0",
"rehype-toc": "^3.0.2",
"remark-autolink-headings": "^6.0.1",
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 2b50f5600..4ef4ae4f7 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index 01883bfac..3ac8bdc2a 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -8,7 +8,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"dependencies": {
"nanostores": "^0.3.3"
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 1f34b28e1..3315375e1 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
},
"devDependencies": {
"tailwindcss": "^2.1.2",
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index f12430a6f..551c88b8d 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,13 @@
# astro
+## 0.19.1
+
+### Patch Changes
+
+- ece0953a: Fix CSS :global() selector bug
+- Updated dependencies [a421329f]
+ - @astrojs/markdown-support@0.2.4
+
## 0.19.0
### Minor Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index aced2e9e8..215e20cd0 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.19.0",
+ "version": "0.19.1",
"author": "Skypack",
"license": "MIT",
"type": "module",
@@ -43,7 +43,7 @@
"test": "uvu test -i fixtures -i benchmark -i test-utils.js"
},
"dependencies": {
- "@astrojs/markdown-support": "0.2.3",
+ "@astrojs/markdown-support": "0.2.4",
"@astrojs/parser": "0.18.6",
"@astrojs/prism": "0.2.2",
"@astrojs/renderer-preact": "0.2.1",
diff --git a/packages/markdown-support/CHANGELOG.md b/packages/markdown-support/CHANGELOG.md
index 746b537cc..b8547f962 100644
--- a/packages/markdown-support/CHANGELOG.md
+++ b/packages/markdown-support/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/markdown-support
+## 0.2.4
+
+### Patch Changes
+
+- a421329f: Fix the left-brace issue
+
## 0.2.3
### Patch Changes
diff --git a/packages/markdown-support/package.json b/packages/markdown-support/package.json
index 19e1526c7..b927c2a9d 100644
--- a/packages/markdown-support/package.json
+++ b/packages/markdown-support/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/markdown-support",
- "version": "0.2.3",
+ "version": "0.2.4",
"main": "./dist/index.js",
"type": "module",
"repository": {
diff --git a/tools/language-server/package.json b/tools/language-server/package.json
index fd225bbab..07543d9ca 100644
--- a/tools/language-server/package.json
+++ b/tools/language-server/package.json
@@ -29,7 +29,7 @@
"vscode-languageserver-textdocument": "^1.0.1"
},
"devDependencies": {
- "astro": "0.19.0",
+ "astro": "0.19.1",
"astro-scripts": "0.0.1"
}
}
diff --git a/www/package.json b/www/package.json
index 89a69e6ac..7533227bc 100644
--- a/www/package.json
+++ b/www/package.json
@@ -8,6 +8,6 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.19.0"
+ "astro": "^0.19.1"
}
}