Skip to content

Commit

Permalink
fix #2028, fix #2029 revert spread value bypass, and guard multi-text
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jan 12, 2024
1 parent 468187a commit 1ec67f1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions .changeset/tall-pugs-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"solid-js": patch
---

fix #2028, fix #2029 revert spread value bypass, and guard multi-text
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"babel-plugin-jsx-dom-expressions": "^0.37.13",
"coveralls": "^3.1.1",
"csstype": "^3.1.0",
"dom-expressions": "0.37.14",
"hyper-dom-expressions": "0.37.14",
"dom-expressions": "0.37.15",
"hyper-dom-expressions": "0.37.15",
"jsdom": "^21.1.1",
"lit-dom-expressions": "0.37.14",
"lit-dom-expressions": "0.37.15",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1ec67f1

Please sign in to comment.