summaryrefslogtreecommitdiff
path: root/packages/integrations/preact
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-09-29 08:20:00 -0700
committerGravatar GitHub <noreply@github.com> 2022-09-29 11:20:00 -0400
commitd08093f7d4f9762c0edc71e14c796d7ea8038cda (patch)
treefae95330db4aeaf16841e16bd24c24e61c11c107 /packages/integrations/preact
parent10317c65feefd34a2b4b6142a4bdd1f1cc19f58e (diff)
downloadastro-@astrojs/deno@1.1.0.tar.gz
astro-@astrojs/deno@1.1.0.tar.zst
astro-@astrojs/deno@1.1.0.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/preact')
-rw-r--r--packages/integrations/preact/CHANGELOG.md6
-rw-r--r--packages/integrations/preact/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/preact/CHANGELOG.md b/packages/integrations/preact/CHANGELOG.md
index f0050cab6..adc14708e 100644
--- a/packages/integrations/preact/CHANGELOG.md
+++ b/packages/integrations/preact/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/preact
+## 1.1.1
+
+### Patch Changes
+
+- [#4842](https://github.com/withastro/astro/pull/4842) [`812658ad2`](https://github.com/withastro/astro/commit/812658ad2ab3732a99e35c4fd903e302e723db46) Thanks [@bluwy](https://github.com/bluwy)! - Add missing dependencies, support strict dependency installation (e.g. pnpm)
+
## 1.1.0
### Minor Changes
diff --git a/packages/integrations/preact/package.json b/packages/integrations/preact/package.json
index 2aa24cac9..7c6e5a3f6 100644
--- a/packages/integrations/preact/package.json
+++ b/packages/integrations/preact/package.json
@@ -1,7 +1,7 @@
{
"name": "@astrojs/preact",
"description": "Use Preact components within Astro",
- "version": "1.1.0",
+ "version": "1.1.1",
"type": "module",
"types": "./dist/index.d.ts",
"author": "withastro",