From 67ad33debfccc2c6cc873109cfb88e5043c5a98b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 13:42:18 -0400 Subject: [ci] release (#3488) Co-authored-by: github-actions[bot] --- packages/integrations/solid/CHANGELOG.md | 6 ++++++ packages/integrations/solid/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'packages/integrations') 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", -- cgit v1.2.3