Skip to content

Commit

Permalink
v1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed May 6, 2023
1 parent 5288cfa commit 1593dd6
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fifty-bears-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-camels-compare.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.2"
},
"peerDependencies": {
"solid-js": "^1.7.4"
"solid-js": "^1.7.5"
},
"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.7.5

### Patch Changes

- 5288cfa8: fix #1713, fix non-option jsx types
- 8852c199: test: add tests to `splitProps` and `mergeProps`

## 1.7.4

### 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.7.4",
"version": "1.7.5",
"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.7.5

### Patch Changes

- Updated dependencies [5288cfa8]
- Updated dependencies [8852c199]
- solid-js@1.7.5

## 1.7.4

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

0 comments on commit 1593dd6

Please sign in to comment.