Skip to content

Commit

Permalink
v1.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jan 3, 2024
1 parent 7e5667a commit 3918566
Show file tree
Hide file tree
Showing 13 changed files with 34 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-numbers-itch.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/mighty-queens-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-spiders-do.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/neat-drinks-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-birds-tan.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/weak-wombats-invite.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/babel-preset-solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# babel-preset-solid

## 1.8.8

### Patch Changes

- 968e2cc9: update seroval, fix #1972, fix #1980, fix #2002, support partial ALS

## 1.8.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-solid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-solid",
"version": "1.8.6",
"version": "1.8.8",
"description": "Babel preset to transform JSX for Solid.js",
"author": "Ryan Carniato <[email protected]>",
"homepage": "https://github.com/solidjs/solid/blob/main/packages/babel-preset-solid#readme",
Expand Down
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.2"
},
"peerDependencies": {
"solid-js": "^1.8.7"
"solid-js": "^1.8.8"
},
"devDependencies": {
"solid-js": "workspace:*"
Expand Down
11 changes: 11 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# solid-js

## 1.8.8

### Patch Changes

- 40b5d78d: chore(types): return mapped type for splitProps excluded `other` value
- 968e2cc9: update seroval, fix #1972, fix #1980, fix #2002, support partial ALS
- 292aba41: fix #1982 ErrorBoundary with ExternalSource
- 7e5667ab: fix #1998 Switch relying on order
- 8d2de12f: fix #1850 untrack in external source
- b887587a: fix #1973 array over object reconcile

## 1.8.7

### 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.7",
"version": "1.8.8",
"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.8

### Patch Changes

- Updated dependencies [40b5d78d]
- Updated dependencies [968e2cc9]
- Updated dependencies [292aba41]
- Updated dependencies [7e5667ab]
- Updated dependencies [8d2de12f]
- Updated dependencies [b887587a]
- [email protected]
- [email protected]

## 1.8.7

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

0 comments on commit 3918566

Please sign in to comment.