Skip to content

Commit

Permalink
chore: release solid and react packages
Browse files Browse the repository at this point in the history
Signed-off-by: Marc MacLeod <[email protected]>
  • Loading branch information
marbemac committed Feb 7, 2024
1 parent 6bfef8b commit a3ebb2d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changeset/two-falcons-promise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@ssrx/react': patch
'@ssrx/solid': patch
---

Require @ssrx/renderer >= 0.4
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"react-dom": ">=18"
},
"dependencies": {
"@ssrx/renderer": "^0.4.0",
"@ssrx/renderer": "^0.4.1",
"@ssrx/streaming": "^0.2.0",
"@ssrx/vite": "^0.6.0",
"isbot-fast": "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"solid-js": ">=1.8"
},
"dependencies": {
"@ssrx/renderer": "^0.4.0",
"@ssrx/renderer": "^0.4.1",
"@ssrx/streaming": "^0.2.0",
"@ssrx/vite": "^0.6.0"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3507,7 +3507,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ssrx/react@workspace:packages/react"
dependencies:
"@ssrx/renderer": "npm:^0.4.0"
"@ssrx/renderer": "npm:^0.4.1"
"@ssrx/streaming": "npm:^0.2.0"
"@ssrx/vite": "npm:^0.6.0"
esbuild: "npm:0.20.0"
Expand Down Expand Up @@ -3583,7 +3583,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@ssrx/solid@workspace:packages/solid"
dependencies:
"@ssrx/renderer": "npm:^0.4.0"
"@ssrx/renderer": "npm:^0.4.1"
"@ssrx/streaming": "npm:^0.2.0"
"@ssrx/vite": "npm:^0.6.0"
solid-js: "npm:1.8.12"
Expand Down

0 comments on commit a3ebb2d

Please sign in to comment.