diff options
author | 2022-10-06 10:47:10 -0700 | |
---|---|---|
committer | 2022-10-06 13:47:10 -0400 | |
commit | 778b9155258a508f1273a85748f1fac86f266cb7 (patch) | |
tree | accc271cc076695a59728628dd3a92076e38faf7 /packages/integrations/solid | |
parent | e71fc8b5fcefdddbffeaf8b5d383ef067116b29c (diff) | |
download | astro-@astrojs/cloudflare@3.0.0.tar.gz astro-@astrojs/cloudflare@3.0.0.tar.zst astro-@astrojs/cloudflare@3.0.0.zip |
[ci] release (#4976)astro@1.4.5@astrojs/solid-js@1.1.1@astrojs/partytown@1.0.1@astrojs/image@0.9.2@astrojs/cloudflare@3.0.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/integrations/solid')
-rw-r--r-- | packages/integrations/solid/CHANGELOG.md | 7 | ||||
-rw-r--r-- | packages/integrations/solid/package.json | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index 5f7b998de..123c84b29 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrojs/solid-js +## 1.1.1 + +### Patch Changes + +- [#4888](https://github.com/withastro/astro/pull/4888) [`2dc582ac5`](https://github.com/withastro/astro/commit/2dc582ac5e2d6e1d434ccfe21616182e453feec3) Thanks [@AirBorne04](https://github.com/AirBorne04)! - adjusting the build settings for cloudflare (reverting back to platform browser over neutral) + adjusting the ssr settings for solidjs (to build for node) + ## 1.1.0 ### Minor Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 970d53421..edb58cbae 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "1.1.0", + "version": "1.1.1", "description": "Use Solid components within Astro", "type": "module", "types": "./dist/index.d.ts", |