Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansolid committed Jul 15, 2021
1 parent 50fb34a commit badf493
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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": "1.0.2"
"version": "1.0.3"
}
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": "1.0.2",
"version": "1.0.3",
"homepage": "https://github.com/solidjs/solid/blob/main/packages/solid-element#readme",
"type": "module",
"main": "dist/index.js",
Expand All @@ -25,6 +25,6 @@
"solid-js": "^1.0.0"
},
"devDependencies": {
"solid-js": "^1.0.2"
"solid-js": "^1.0.3"
}
}
2 changes: 1 addition & 1 deletion packages/solid-ssr/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/solid-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "solid-ssr",
"description": "Utilities to help with SSR",
"version": "1.0.2",
"version": "1.0.3",
"author": "Ryan Carniato",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -38,7 +38,7 @@
"rollup": "^2.51.1",
"rollup-plugin-copy": "^3.4.0",
"shx": "^0.3.3",
"solid-js": "^1.0.2",
"solid-js": "^1.0.3",
"solid-styled-components": "^0.26.3"
}
}
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": "1.0.2",
"version": "1.0.3",
"author": "Ryan Carniato",
"license": "MIT",
"homepage": "https://github.com/solidjs/solid#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-integration/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/test-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"babel-preset-solid": "^1.0.1",
"solid-js": "^1.0.2"
"solid-js": "^1.0.3"
},
"version": "1.0.2"
"version": "1.0.3"
}

0 comments on commit badf493

Please sign in to comment.