Skip to content

Commit

Permalink
v0.24.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Feb 4, 2021
1 parent 2722157 commit ed6c23d
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.24.0-beta.3"
"version": "0.24.0-beta.4"
}
2 changes: 1 addition & 1 deletion packages/react-solid-state/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/react-solid-state/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-solid-state",
"description": "Auto tracking state management for modern React",
"version": "0.24.0-beta.2",
"version": "0.24.0-beta.4",
"author": "Ryan Carniato",
"license": "MIT",
"homepage": "https://github.com/ryansolid/solid/blob/master/packages/react-solid-state#readme",
Expand All @@ -17,7 +17,7 @@
"test:coverage": "jest --coverage"
},
"dependencies": {
"solid-js": "^0.24.0-beta.2"
"solid-js": "^0.24.0-beta.4"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/solid-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Webcomponents wrapper for Solid",
"author": "Ryan Carniato",
"license": "MIT",
"version": "0.24.0-beta.2",
"version": "0.24.0-beta.4",
"homepage": "https://github.com/ryansolid/solid/blob/master/packages/solid-element#readme",
"type": "module",
"main": "dist/index.js",
Expand All @@ -23,6 +23,6 @@
"solid-js": "^0.23.0"
},
"devDependencies": {
"solid-js": "^0.24.0-beta.2"
"solid-js": "^0.24.0-beta.4"
}
}
4 changes: 2 additions & 2 deletions packages/solid-meta/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solid-meta",
"description": "Solid wrapper for Styled JSX",
"version": "0.24.0-beta.2",
"version": "0.24.0-beta.4",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -30,6 +30,6 @@
"solid-js": "^0.23.0"
},
"devDependencies": {
"solid-js": "^0.24.0-beta.2"
"solid-js": "^0.24.0-beta.4"
}
}
4 changes: 2 additions & 2 deletions packages/solid-rx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solid-rx",
"version": "0.24.0-beta.2",
"version": "0.24.0-beta.4",
"description": "Functionally reactive extensions for Solid.js",
"author": "Ryan Carniato <ryansolid@gmail.com>",
"homepage": "https://github.com/ryansolid/solid/blob/master/packages/solid-rx#readme",
Expand Down Expand Up @@ -29,6 +29,6 @@
"solid-js": "^0.23.0"
},
"devDependencies": {
"solid-js": "^0.24.0-beta.2"
"solid-js": "^0.24.0-beta.4"
}
}
6 changes: 3 additions & 3 deletions packages/solid-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solid-ssr",
"description": "Patches node to work with Solid's SSR",
"version": "0.24.0-beta.3",
"version": "0.24.0-beta.4",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand All @@ -26,8 +26,8 @@
"devDependencies": {
"babel-preset-solid": "^0.24.0-beta.3",
"express": "^4.17.1",
"solid-js": "^0.24.0-beta.2",
"solid-styled-components": "^0.24.0-beta.2"
"solid-js": "^0.24.0-beta.4",
"solid-styled-components": "^0.24.0-beta.4"
},
"peerDependencies": {
"solid-js": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/solid-styled-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solid-styled-components",
"description": "Styled Components for Solid",
"version": "0.24.0-beta.2",
"version": "0.24.0-beta.4",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand All @@ -28,6 +28,6 @@
"solid-js": "^0.23.0"
},
"devDependencies": {
"solid-js": "^0.24.0-beta.2"
"solid-js": "^0.24.0-beta.4"
}
}
4 changes: 2 additions & 2 deletions packages/solid-styled-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solid-styled-jsx",
"description": "Solid wrapper for Styled JSX",
"version": "0.24.0-beta.2",
"version": "0.24.0-beta.4",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand All @@ -23,6 +23,6 @@
"styled-jsx": "^3.2.5"
},
"devDependencies": {
"solid-js": "^0.24.0-beta.2"
"solid-js": "^0.24.0-beta.4"
}
}
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": "0.24.0-beta.2",
"version": "0.24.0-beta.4",
"author": "Ryan Carniato",
"license": "MIT",
"homepage": "https://github.com/ryansolid/solid#readme",
Expand Down

0 comments on commit ed6c23d

Please sign in to comment.