diff options
author | 2022-04-10 20:11:34 -0700 | |
---|---|---|
committer | 2022-04-10 20:11:34 -0700 | |
commit | 2bb6a06ebb449aa3fec6414754c8a248ca4721ef (patch) | |
tree | bf6bd25d7612b08b2c823f05195dec1ac3b7d95b /packages/integrations/solid | |
parent | 35346c118d9483dc1a838f8babd4bfaa1a27b3a6 (diff) | |
download | astro-2bb6a06ebb449aa3fec6414754c8a248ca4721ef.tar.gz astro-2bb6a06ebb449aa3fec6414754c8a248ca4721ef.tar.zst astro-2bb6a06ebb449aa3fec6414754c8a248ca4721ef.zip |
revert release
Diffstat (limited to 'packages/integrations/solid')
-rw-r--r-- | packages/integrations/solid/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/integrations/solid/package.json | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/packages/integrations/solid/CHANGELOG.md b/packages/integrations/solid/CHANGELOG.md index aa9196021..65d96f51d 100644 --- a/packages/integrations/solid/CHANGELOG.md +++ b/packages/integrations/solid/CHANGELOG.md @@ -1,13 +1,5 @@ # @astrojs/solid-js -## 0.1.0 - -### Minor Changes - -- [#2979](https://github.com/withastro/astro/pull/2979) [`9d7a4b59`](https://github.com/withastro/astro/commit/9d7a4b59b53f8cb274266f5036d1cef841750252) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Welcome to the Astro v1.0.0 Beta! Read the [official announcement](https://astro.build/blog/astro-1-beta-release/) for more details. - -* [#3003](https://github.com/withastro/astro/pull/3003) [`13b782f4`](https://github.com/withastro/astro/commit/13b782f421871af36978f29154c715c66739d475) Thanks [@ryansolid](https://github.com/ryansolid)! - Improve nested hydration with Solid - ## 0.0.4-beta.0 ### Patch Changes diff --git a/packages/integrations/solid/package.json b/packages/integrations/solid/package.json index 47eac2e8b..474c22695 100644 --- a/packages/integrations/solid/package.json +++ b/packages/integrations/solid/package.json @@ -1,6 +1,6 @@ { "name": "@astrojs/solid-js", - "version": "0.1.0", + "version": "0.0.4-beta.0", "description": "Use Solid components within Astro", "type": "module", "types": "./dist/index.d.ts", |