Skip to content

Commit

Permalink
v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leodr committed Dec 7, 2020
1 parent 096d298 commit 882b78f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.5.2",
"version": "1.5.3",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/chayns-toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chayns-toolkit",
"version": "1.5.2",
"version": "1.5.3",
"description": "A zero-config toolchain for developing chayns® apps.",
"keywords": [
"chayns",
Expand Down
4 changes: 2 additions & 2 deletions packages/example-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-project",
"version": "1.5.2",
"version": "1.5.3",
"private": true,
"description": "An example of using chayns-toolkit.",
"homepage": "https://github.com/TobitSoftware/chayns-toolkit#readme",
Expand All @@ -24,7 +24,7 @@
"@babel/plugin-proposal-pipeline-operator": "^7.12.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"chayns-toolkit": "^1.5.2",
"chayns-toolkit": "^1.5.3",
"react-devtools": "^4.10.0",
"typescript": "^4.1.2"
}
Expand Down

0 comments on commit 882b78f

Please sign in to comment.