Skip to content

Commit

Permalink
v0.23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jan 14, 2021
1 parent 2fe6903 commit 1bbe6d6
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "0.23.10"
"version": "0.23.11"
}
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
@@ -1,7 +1,7 @@
{
"name": "react-solid-state",
"description": "Auto tracking state management for modern React",
"version": "0.23.10",
"version": "0.23.11",
"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.23.10"
"solid-js": "^0.23.11"
},
"peerDependencies": {
"react": "*",
Expand Down
4 changes: 2 additions & 2 deletions packages/solid-element/package.json
Expand Up @@ -3,7 +3,7 @@
"description": "Webcomponents wrapper for Solid",
"author": "Ryan Carniato",
"license": "MIT",
"version": "0.23.10",
"version": "0.23.11",
"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.23.10"
"solid-js": "^0.23.11"
}
}
4 changes: 2 additions & 2 deletions packages/solid-meta/package.json
@@ -1,7 +1,7 @@
{
"name": "solid-meta",
"description": "Solid wrapper for Styled JSX",
"version": "0.23.10",
"version": "0.23.11",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand All @@ -25,6 +25,6 @@
"solid-js": "^0.23.0"
},
"devDependencies": {
"solid-js": "^0.23.10"
"solid-js": "^0.23.11"
}
}
4 changes: 2 additions & 2 deletions packages/solid-rx/package.json
@@ -1,6 +1,6 @@
{
"name": "solid-rx",
"version": "0.23.10",
"version": "0.23.11",
"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.23.10"
"solid-js": "^0.23.11"
}
}
6 changes: 3 additions & 3 deletions packages/solid-ssr/package.json
@@ -1,7 +1,7 @@
{
"name": "solid-ssr",
"description": "Patches node to work with Solid's SSR",
"version": "0.23.10",
"version": "0.23.11",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand All @@ -26,8 +26,8 @@
"devDependencies": {
"babel-preset-solid": "^0.23.8",
"express": "^4.17.1",
"solid-js": "^0.23.10",
"solid-styled-components": "^0.23.10"
"solid-js": "^0.23.11",
"solid-styled-components": "^0.23.11"
},
"peerDependencies": {
"solid-js": "*"
Expand Down
4 changes: 2 additions & 2 deletions packages/solid-styled-components/package.json
@@ -1,7 +1,7 @@
{
"name": "solid-styled-components",
"description": "Styled Components for Solid",
"version": "0.23.10",
"version": "0.23.11",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand All @@ -28,6 +28,6 @@
"solid-js": "^0.23.0"
},
"devDependencies": {
"solid-js": "^0.23.10"
"solid-js": "^0.23.11"
}
}
4 changes: 2 additions & 2 deletions packages/solid-styled-jsx/package.json
@@ -1,7 +1,7 @@
{
"name": "solid-styled-jsx",
"description": "Solid wrapper for Styled JSX",
"version": "0.23.10",
"version": "0.23.11",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand All @@ -23,6 +23,6 @@
"styled-jsx": "^3.2.5"
},
"devDependencies": {
"solid-js": "^0.23.10"
"solid-js": "^0.23.11"
}
}
2 changes: 1 addition & 1 deletion packages/solid/package.json
@@ -1,7 +1,7 @@
{
"name": "solid-js",
"description": "A declarative JavaScript library for building user interfaces.",
"version": "0.23.10",
"version": "0.23.11",
"author": "Ryan Carniato",
"license": "MIT",
"homepage": "https://github.com/ryansolid/solid#readme",
Expand Down

0 comments on commit 1bbe6d6

Please sign in to comment.