Skip to content

Commit

Permalink
v1.8.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Aug 13, 2024
1 parent a036a63 commit 6230545
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/thick-coats-play.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.20"
"solid-js": "^1.8.21"
},
"devDependencies": {
"solid-js": "workspace:*"
Expand Down
6 changes: 6 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# solid-js

## 1.8.21

### Patch Changes

- a036a63a: shortcut hydrate call when hydration is done

## 1.8.20

### 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.20",
"version": "1.8.21",
"author": "Ryan Carniato",
"license": "MIT",
"homepage": "https://solidjs.com",
Expand Down
7 changes: 7 additions & 0 deletions packages/test-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# test-integration

## 1.8.21

### Patch Changes

- Updated dependencies [a036a63a]
- solid-js@1.8.21

## 1.8.20

### 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.20"
"version": "1.8.21"
}

0 comments on commit 6230545

Please sign in to comment.