Skip to content

Commit

Permalink
v1.8.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Sep 23, 2024
1 parent bc20a4c commit 8103fe0
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 38 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-icons-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pretty-hornets-cough.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-mirrors-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-drinks-reply.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/use-transition-doc-comment.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-fishes-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-rings-report.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.22"
"solid-js": "^1.8.23"
},
"devDependencies": {
"solid-js": "workspace:*"
Expand Down
12 changes: 12 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# solid-js

## 1.8.23

### Patch Changes

- bc20a4ce: update types, fix hydration cancel timing error, sync ssr script appending
- 9697c94b: jsdoc: Fix incorrect links of reactive utility `on`
- 9e192d7e: fix #2282: Add Check for Proxy support
- 379293d9: use correct hydration id in server lazy
- 73c00927: Fix missing code block end in `useTransition`'s jsdoc comment
- e4b2c668: fix missing disposal of nested transition nodes
- 94929afa: fix wrapping of object with `null` prototype

## 1.8.22

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

## 1.8.23

### Patch Changes

- Updated dependencies [bc20a4ce]
- Updated dependencies [9697c94b]
- Updated dependencies [9e192d7e]
- Updated dependencies [379293d9]
- Updated dependencies [73c00927]
- Updated dependencies [e4b2c668]
- Updated dependencies [94929afa]
- [email protected]

## 1.8.22

### 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.22"
"version": "1.8.23"
}

0 comments on commit 8103fe0

Please sign in to comment.