Skip to content

Commit

Permalink
v1.8.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jul 24, 2024
1 parent 816a5c6 commit ffda9d0
Show file tree
Hide file tree
Showing 11 changed files with 31 additions and 26 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-grapes-sell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-paws-notice.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/popular-cooks-worry.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-pugs-join.md

This file was deleted.

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

## 1.8.19

### Patch Changes

- 816a5c61: fix #2209 processing parent before child value binding in select
- 424a31a3: optimize hydration keys

## 1.8.18

### 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.18",
"version": "1.8.19",
"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.5"
},
"peerDependencies": {
"solid-js": "^1.8.18"
"solid-js": "^1.8.19"
},
"devDependencies": {
"solid-js": "workspace:*"
Expand Down
9 changes: 9 additions & 0 deletions packages/solid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# solid-js

## 1.8.19

### Patch Changes

- 3fc015c2: track length in array helpers, fix mobx external source
- f909c1c1: fix #2228 - chained resources with initial values
- 816a5c61: fix #2209 processing parent before child value binding in select
- 424a31a3: optimize hydration keys

## 1.8.18

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

## 1.8.19

### Patch Changes

- Updated dependencies [3fc015c2]
- Updated dependencies [f909c1c1]
- Updated dependencies [816a5c61]
- Updated dependencies [424a31a3]
- [email protected]
- [email protected]

## 1.8.18

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

0 comments on commit ffda9d0

Please sign in to comment.