summaryrefslogtreecommitdiff
path: root/packages/integrations/svelte
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-06-23 09:14:17 -0400
committerGravatar GitHub <noreply@github.com> 2022-06-23 09:14:17 -0400
commit19cd962d0b3433ee305d1d277ca4fc3b93593558 (patch)
treea3d582ee9f61ec2d69cacee1c7362eb5114434de /packages/integrations/svelte
parent16cdfeef81c7c0472c7fccc882fd3c39b0e88bcd (diff)
downloadastro-19cd962d0b3433ee305d1d277ca4fc3b93593558.tar.gz
astro-19cd962d0b3433ee305d1d277ca4fc3b93593558.tar.zst
astro-19cd962d0b3433ee305d1d277ca4fc3b93593558.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/svelte')
-rw-r--r--packages/integrations/svelte/CHANGELOG.md6
-rw-r--r--packages/integrations/svelte/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/svelte/CHANGELOG.md b/packages/integrations/svelte/CHANGELOG.md
index 196ff9b3e..4e84b1fee 100644
--- a/packages/integrations/svelte/CHANGELOG.md
+++ b/packages/integrations/svelte/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/svelte
+## 0.1.5
+
+### Patch Changes
+
+- [#3685](https://github.com/withastro/astro/pull/3685) [`3d554fdb`](https://github.com/withastro/astro/commit/3d554fdbfb49d85d2945b7775825f7d9ace959ce) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix PostCSS config not applied to Svelte component by default
+
## 0.1.4
### Patch Changes
diff --git a/packages/integrations/svelte/package.json b/packages/integrations/svelte/package.json
index ea6a6829c..c25e0eb0a 100644
--- a/packages/integrations/svelte/package.json
+++ b/packages/integrations/svelte/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/svelte",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "Use Svelte components within Astro",
"type": "module",
"types": "./dist/index.d.ts",