Skip to content

Commit

Permalink
slight package adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Nov 14, 2020
1 parent 11fc3df commit 8f383c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## 0.22.0 - 2020-11-
## 0.22.0 - 2020-11-14

### Unified Exports
### Unified Exports (Deprecation `solid-js/dom`)

Solid now has streamlined exports for isomorphic development. This means from now on using `solid-js/web` instead of `solid-js/dom`. Based on compiler options it will swap out the appropriate packages for web. You should only ever import `solid-js`, `solid-js/h`, `solid-js/html`, and `solid-js/web` directly in your code.

Expand Down
2 changes: 1 addition & 1 deletion packages/solid-rx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"url": "https://github.com/ryansolid/solid/issues"
},
"peerDependencies": {
"solid-js": "^0.21.0"
"solid-js": "^0.22.0"
},
"devDependencies": {
"solid-js": "^0.22.0-beta.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/solid-styled-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
},
"dependencies": {
"csstype": "^3.0.3",
"goober": "2.0.13"
"goober": "^2.0.15"
},
"peerDependencies": {
"solid-js": "^0.21.0"
"solid-js": "^0.22.0"
},
"devDependencies": {
"solid-js": "^0.22.0-beta.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-styled-jsx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"babel-plugin-transform-rename-import": "^2.3.0"
},
"peerDependencies": {
"solid-js": "^0.21.0",
"solid-js": "^0.22.0",
"styled-jsx": "^3.2.5"
},
"devDependencies": {
Expand Down

0 comments on commit 8f383c6

Please sign in to comment.