summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-01-05 11:20:39 -0500
committerGravatar GitHub <noreply@github.com> 2022-01-05 11:20:39 -0500
commitfa396750efb628942cfa6f35195bc12642e12e4d (patch)
treef6a4bc4a71e60feaf9ef5cb6f723a9a76d72607a
parent52c06d23fa632fb1b39c113560c92b5c3d2e3e6e (diff)
downloadastro-fa396750efb628942cfa6f35195bc12642e12e4d.tar.gz
astro-fa396750efb628942cfa6f35195bc12642e12e4d.tar.zst
astro-fa396750efb628942cfa6f35195bc12642e12e4d.zip
[ci] release (#2307)astro@0.22.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r--.changeset/dry-brooms-care.md5
-rw-r--r--.changeset/sixty-shoes-taste.md5
-rw-r--r--examples/blog-multiple-authors/package.json2
-rw-r--r--examples/blog/package.json2
-rw-r--r--examples/component/demo/package.json2
-rw-r--r--examples/component/package.json2
-rw-r--r--examples/docs/package.json2
-rw-r--r--examples/fast-build/package.json2
-rw-r--r--examples/framework-alpine/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-svelte/package.json2
-rw-r--r--examples/portfolio/package.json2
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/subpath/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--examples/with-vite-plugin-pwa/package.json2
-rw-r--r--packages/astro/CHANGELOG.md24
-rw-r--r--packages/astro/package.json2
-rw-r--r--www/package.json2
29 files changed, 42 insertions, 44 deletions
diff --git a/.changeset/dry-brooms-care.md b/.changeset/dry-brooms-care.md
deleted file mode 100644
index 8318eba39..000000000
--- a/.changeset/dry-brooms-care.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Fix dynamic routes for sites with subpath
diff --git a/.changeset/sixty-shoes-taste.md b/.changeset/sixty-shoes-taste.md
deleted file mode 100644
index bc8ad9a12..000000000
--- a/.changeset/sixty-shoes-taste.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'astro': patch
----
-
-Update the Astro compiler, fixing a number of bugs
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json
index a7a83edb0..305543fbf 100644
--- a/examples/blog-multiple-authors/package.json
+++ b/examples/blog-multiple-authors/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/blog/package.json b/examples/blog/package.json
index 0d60ddb5f..111286e80 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/component/demo/package.json b/examples/component/demo/package.json
index 5590c7a92..b16ec87b6 100644
--- a/examples/component/demo/package.json
+++ b/examples/component/demo/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/component/package.json b/examples/component/package.json
index 973c9e342..116bff109 100644
--- a/examples/component/package.json
+++ b/examples/component/package.json
@@ -12,6 +12,6 @@
"serve": "astro --project-root demo preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 1d149a949..f8acff60e 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -12,6 +12,6 @@
"@docsearch/react": "^1.0.0-alpha.28"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/fast-build/package.json b/examples/fast-build/package.json
index ca0bc745e..53ed139d9 100644
--- a/examples/fast-build/package.json
+++ b/examples/fast-build/package.json
@@ -10,7 +10,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5",
+ "astro": "^0.22.6",
"unocss": "^0.15.5",
"vite-imagetools": "^4.0.1"
}
diff --git a/examples/framework-alpine/package.json b/examples/framework-alpine/package.json
index 9e805caf0..fa625f2a0 100644
--- a/examples/framework-alpine/package.json
+++ b/examples/framework-alpine/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/framework-lit/package.json b/examples/framework-lit/package.json
index d8787d1c7..3cccf1cfd 100644
--- a/examples/framework-lit/package.json
+++ b/examples/framework-lit/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-lit": "^0.3.0",
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index 386a189f1..b375957d6 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.3.0",
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index 5c904704f..41912fe45 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index fcb6066b4..207613803 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/framework-solid/package.json b/examples/framework-solid/package.json
index 16a12bf7f..ca3165309 100644
--- a/examples/framework-solid/package.json
+++ b/examples/framework-solid/package.json
@@ -10,6 +10,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.3.0",
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index c5b1b6824..6bf3d433c 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index 69c34661c..fa7007062 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/minimal/package.json b/examples/minimal/package.json
index 74069fba7..e08b2c328 100644
--- a/examples/minimal/package.json
+++ b/examples/minimal/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/portfolio-svelte/package.json b/examples/portfolio-svelte/package.json
index 1cd05017a..d653aba88 100644
--- a/examples/portfolio-svelte/package.json
+++ b/examples/portfolio-svelte/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index 125ea6256..f26a2dde9 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 60a337c94..6428d34aa 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/subpath/package.json b/examples/subpath/package.json
index 27a8cbe6f..fccdf0409 100644
--- a/examples/subpath/package.json
+++ b/examples/subpath/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json
index ab779217b..c8f68ee46 100644
--- a/examples/with-markdown-plugins/package.json
+++ b/examples/with-markdown-plugins/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5",
+ "astro": "^0.22.6",
"hast-util-select": "5.0.1",
"rehype-autolink-headings": "^6.1.0",
"rehype-slug": "^5.0.0",
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index 05919e044..bf79a1bfa 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index ffd77976f..d0f5f0b0c 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -17,6 +17,6 @@
},
"devDependencies": {
"@astrojs/renderer-solid": "^0.3.0",
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 3ffed8417..262d3f6a7 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5",
+ "astro": "^0.22.6",
"autoprefixer": "^10.4.0",
"tailwindcss": "^3.0.5"
}
diff --git a/examples/with-vite-plugin-pwa/package.json b/examples/with-vite-plugin-pwa/package.json
index ca2c7886a..91b0cdd20 100644
--- a/examples/with-vite-plugin-pwa/package.json
+++ b/examples/with-vite-plugin-pwa/package.json
@@ -9,7 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5",
+ "astro": "^0.22.6",
"vite-plugin-pwa": "0.11.5"
}
}
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 206ab84bd..f854801c2 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,13 @@
# astro
+## 0.22.6
+
+### Patch Changes
+
+- [#2299](https://github.com/withastro/astro/pull/2299) [`5fbdd56f`](https://github.com/withastro/astro/commit/5fbdd56f157f58d9d768f9d5388340aaa316da81) Thanks [@tadeuzagallo](https://github.com/tadeuzagallo)! - Fix dynamic routes for sites with subpath
+
+* [#2308](https://github.com/withastro/astro/pull/2308) [`e98659b7`](https://github.com/withastro/astro/commit/e98659b7d65c02e4e60a3621d0ce13ca5f9878f5) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Update the Astro compiler, fixing a number of bugs
+
## 0.22.5
### Patch Changes
@@ -1062,10 +1070,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
```js
export default {
- markdownOptions: {
- remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
- rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
- },
+ markdownOptions: {
+ remarkPlugins: ['remark-slug', ['remark-autolink-headings', { behavior: 'prepend' }]],
+ rehypePlugins: ['rehype-slug', ['rehype-autolink-headings', { behavior: 'prepend' }]],
+ },
};
```
@@ -1085,10 +1093,10 @@ For convenience, you may now also move your `astro.config.js` file to a top-leve
```js
export default {
- name: '@matthewp/my-renderer',
- server: './server.js',
- client: './client.js',
- hydrationPolyfills: ['./my-polyfill.js'],
+ name: '@matthewp/my-renderer',
+ server: './server.js',
+ client: './client.js',
+ hydrationPolyfills: ['./my-polyfill.js'],
};
```
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 2b4d37fb5..7a0a5a60d 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.22.5",
+ "version": "0.22.6",
"description": "Astro is a modern site builder with web best practices, performance, and DX front-of-mind.",
"type": "module",
"author": "withastro",
diff --git a/www/package.json b/www/package.json
index 70afff800..16b429423 100644
--- a/www/package.json
+++ b/www/package.json
@@ -9,6 +9,6 @@
"preview": "astro preview"
},
"devDependencies": {
- "astro": "^0.22.5"
+ "astro": "^0.22.6"
}
}