summaryrefslogtreecommitdiff
path: root/packages/integrations
diff options
context:
space:
mode:
authorGravatar github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> 2022-06-02 13:42:18 -0400
committerGravatar GitHub <noreply@github.com> 2022-06-02 13:42:18 -0400
commit67ad33debfccc2c6cc873109cfb88e5043c5a98b (patch)
treef900ae5bfa7b53c414c077d2e160280665cbeabb /packages/integrations
parentb6b045c3f15434f6875961dcb4a054797374908a (diff)
downloadastro-d63a16bec063d1afa0f7e319849c2d9517d0e70c.tar.gz
astro-d63a16bec063d1afa0f7e319849c2d9517d0e70c.tar.zst
astro-d63a16bec063d1afa0f7e319849c2d9517d0e70c.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations')
-rw-r--r--packages/integrations/solid/CHANGELOG.md6
-rw-r--r--packages/integrations/solid/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md
index fa4e4bafa..d936a6e04 100644
--- a/packages/integrations/solid/CHANGELOG.md
+++ b/packages/integrations/solid/CHANGELOG.md
@@ -1,5 +1,11 @@
# @astrojs/solid-js
+## 0.1.4
+
+### Patch Changes
+
+- [#3505](https://github.com/withastro/astro/pull/3505) [`2b35650b`](https://github.com/withastro/astro/commit/2b35650b5dca28b5cd5dd7c9bb689d0eee6a2ddf) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix newline characters in SolidJS JSX attributes (ex: multiline CSS classes)
+
## 0.1.3
### Patch Changes
diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json
index 15896af28..e60677d3a 100644
--- a/packages/integrations/solid/package.json
+++ b/packages/integrations/solid/package.json
@@ -1,6 +1,6 @@
{
"name": "@astrojs/solid-js",
- "version": "0.1.3",
+ "version": "0.1.4",
"description": "Use Solid components within Astro",
"type": "module",
"types": "./dist/index.d.ts",