summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2021-08-03 15:17:37 -0400
committerGravatar GitHub <noreply@github.com> 2021-08-03 15:17:37 -0400
commit57b736211aa2707c674025643175f360ab3de514 (patch)
treed4149457f72b1e9b2b87bb49bb6fcea60cb0cbc3
parentf7e86150e05e777e05f9f3ac0662bbc327d1edf9 (diff)
downloadastro-57b736211aa2707c674025643175f360ab3de514.tar.gz
astro-57b736211aa2707c674025643175f360ab3de514.tar.zst
astro-57b736211aa2707c674025643175f360ab3de514.zip
Version Packages (#999)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/angry-hairs-return.md5
-rw-r--r--.changeset/cold-lies-move.md5
-rw-r--r--.changeset/wet-garlics-beam.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/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.md9
-rw-r--r--packages/astro/package.json4
-rw-r--r--packages/renderers/renderer-preact/CHANGELOG.md6
-rw-r--r--packages/renderers/renderer-preact/package.json2
-rw-r--r--www/package.json2
25 files changed, 36 insertions, 36 deletions
diff --git a/.changeset/angry-hairs-return.md b/.changeset/angry-hairs-return.md
deleted file mode 100644
index 3a960d9a9..000000000
--- a/.changeset/angry-hairs-return.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fixes issue with head content being rendered in the wrong place
diff --git a/.changeset/cold-lies-move.md b/.changeset/cold-lies-move.md
deleted file mode 100644
index 5eac2137d..000000000
--- a/.changeset/cold-lies-move.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'@astrojs/renderer-preact': patch
----
-
-Fix an issue where preact component UI wouldn't update on hydrate
diff --git a/.changeset/wet-garlics-beam.md b/.changeset/wet-garlics-beam.md
deleted file mode 100644
index 30773e3bc..000000000
--- a/.changeset/wet-garlics-beam.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Makes `fetch` available in all framework components
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index 532513579..2f4d9b66f 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 56b193e5d..271764972 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 1ef9c19be..629a29506 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index c798597c3..39166d6af 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -8,7 +8,7 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.1.0",
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 5377db1a7..fa576d3da 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index dfadbf0fa..42f7c26de 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index 16516c35f..d9eaff38b 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 03a69dd55..6618ba8e3 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6",
+ "astro": "^0.18.7",
"@astrojs/renderer-solid": "0.1.0"
},
"snowpack": {
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index dc5d6392d..1e964c0cb 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 756d44e1a..bf38d7182 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 68be3a2bb..2765bb091 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index 367159eac..92d618df4 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.18.6"
+ "astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 6992c9dcd..902870920 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index 867690a46..f2d2cc489 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6",
+ "astro": "^0.18.7",
"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 a1476305e..ab1fb4793 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index d2b3a553a..e7e152cd6 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -7,7 +7,7 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
},
"dependencies": {
"nanostores": "^0.3.3"
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 3f40f0b19..4aea78b5b 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -8,7 +8,7 @@
},
"devDependencies": {
"tailwindcss": "^2.1.2",
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
},
"snowpack": {
"workspaceRoot": "../.."
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 71566894b..fb4d12331 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,14 @@
# astro
+## 0.18.7
+
+### Patch Changes
+
+- 268a36f3: Fixes issue with head content being rendered in the wrong place
+- 39df7952: Makes `fetch` available in all framework components
+- Updated dependencies [f7e86150]
+ - @astrojs/renderer-preact@0.2.1
+
## 0.18.6
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 16ca4cee2..70375d003 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.18.6",
+ "version": "0.18.7",
"author": "Skypack",
"license": "MIT",
"type": "module",
@@ -46,7 +46,7 @@
"@astrojs/markdown-support": "0.2.3",
"@astrojs/parser": "0.18.5",
"@astrojs/prism": "0.2.2",
- "@astrojs/renderer-preact": "0.2.0",
+ "@astrojs/renderer-preact": "0.2.1",
"@astrojs/renderer-react": "0.2.0",
"@astrojs/renderer-svelte": "0.1.1",
"@astrojs/renderer-vue": "0.1.6",
diff --git a/packages/renderers/renderer-preact/CHANGELOG.md b/packages/renderers/renderer-preact/CHANGELOG.md
index 29e20ad78..e954f89b9 100644
--- a/packages/renderers/renderer-preact/CHANGELOG.md
+++ b/packages/renderers/renderer-preact/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/renderer-preact
+## 0.2.1
+
+### Patch Changes
+
+- f7e86150: Fix an issue where preact component UI wouldn't update on hydrate
+
## 0.2.0
### Minor Changes
diff --git a/packages/renderers/renderer-preact/package.json b/packages/renderers/renderer-preact/package.json
index 5b33941fe..6c42ef327 100644
--- a/packages/renderers/renderer-preact/package.json
+++ b/packages/renderers/renderer-preact/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/renderer-preact",
- "version": "0.2.0",
+ "version": "0.2.1",
"type": "module",
"exports": {
".": "./index.js",
diff --git a/www/package.json b/www/package.json
index c550aacdc..e499f2eca 100644
--- a/www/package.json
+++ b/www/package.json
@@ -7,6 +7,6 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "^0.18.6"
+ "astro": "^0.18.7"
}
}