Skip to content

Commit

Permalink
fix attr in ssr spread, fix static undefined classList values, fix #1666
Browse files Browse the repository at this point in the history
 directives in TTLs
  • Loading branch information
ryansolid committed Apr 7, 2023
1 parent 8ce2c47 commit 655f0b7
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 25 deletions.
6 changes: 6 additions & 0 deletions .changeset/bright-taxis-vanish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"babel-preset-solid": patch
"solid-js": patch
---

fix attr in ssr spread, fix static undefined classList values, fix #1666 directives in TTLs
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"@rollup/plugin-replace": "^5.0.2",
"@types/node": "^18.11.19",
"@vitest/coverage-c8": "^0.29.7",
"babel-plugin-jsx-dom-expressions": "^0.36.7",
"babel-plugin-jsx-dom-expressions": "^0.36.9",
"coveralls": "^3.1.1",
"csstype": "^3.1.0",
"dom-expressions": "0.36.6",
"dom-expressions": "0.36.9",
"fast-glob": "^3.2.11",
"hyper-dom-expressions": "0.36.6",
"hyper-dom-expressions": "0.36.9",
"jsdom": "^21.1.1",
"lit-dom-expressions": "0.36.6",
"lit-dom-expressions": "0.36.9",
"ncp": "^2.0.0",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test": "node test.js"
},
"dependencies": {
"babel-plugin-jsx-dom-expressions": "^0.36.7"
"babel-plugin-jsx-dom-expressions": "^0.36.9"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
Expand Down
40 changes: 20 additions & 20 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 655f0b7

Please sign in to comment.