Skip to content

Commit

Permalink
v1.8.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Aug 8, 2024
1 parent 80dd276 commit 0c93397
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilled-walls-collect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hip-pumas-smile.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/solid-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"component-register": "~0.8.5"
},
"peerDependencies": {
"solid-js": "^1.8.19"
"solid-js": "^1.8.20"
},
"devDependencies": {
"solid-js": "workspace:*"
Expand Down
7 changes: 7 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# solid-js

## 1.8.20

### Patch Changes

- c8fe58e9: fix #2250 hydration error, fix lazy component loading, better hydration cancelation
- 80dd2769: fix #2236 improper shortcircuit in resource hydration

## 1.8.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solid-js",
"description": "A declarative JavaScript library for building user interfaces.",
"version": "1.8.19",
"version": "1.8.20",
"author": "Ryan Carniato",
"license": "MIT",
"homepage": "https://solidjs.com",
Expand Down
8 changes: 8 additions & 0 deletions packages/test-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# test-integration

## 1.8.20

### Patch Changes

- Updated dependencies [c8fe58e9]
- Updated dependencies [80dd2769]
- solid-js@1.8.20

## 1.8.19

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/test-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"gitly": "^2.2.1",
"shelljs": "^0.8.5"
},
"version": "1.8.19"
"version": "1.8.20"
}

0 comments on commit 0c93397

Please sign in to comment.