chore: release (#2171)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
5af24efb34
commit
c16e7f3433
3 changed files with 7 additions and 6 deletions
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@astrojs/renderer-preact': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix preact 10.6 regression by pinning to preact 10.5
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @astrojs/renderer-preact
|
# @astrojs/renderer-preact
|
||||||
|
|
||||||
|
## 0.3.2
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#2170](https://github.com/withastro/astro/pull/2170) [`5af24efb`](https://github.com/withastro/astro/commit/5af24efb3493b8f5b6a8f980c792455c7dc34eb5) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix preact 10.6 regression by pinning to preact 10.5
|
||||||
|
|
||||||
## 0.3.1
|
## 0.3.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@astrojs/renderer-preact",
|
"name": "@astrojs/renderer-preact",
|
||||||
"description": "Use Preact components within Astro",
|
"description": "Use Preact components within Astro",
|
||||||
"version": "0.3.1",
|
"version": "0.3.2",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/withastro/astro.git",
|
"url": "https://github.com/withastro/astro.git",
|
||||||
|
|
Loading…
Reference in a new issue