Skip to content

Commit

Permalink
v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
leodr committed Jan 11, 2021
1 parent e55ea93 commit c4c92db
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.4",
"version": "1.5.5",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chayns-toolkit/babel-preset",
"version": "1.5.4",
"version": "1.5.5",
"private": false,
"description": "The sharable babel-preset for developing chayns® apps. Used in chayns-toolkit.",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "1.5.5",
"description": "A zero-config toolchain for developing chayns® apps.",
"keywords": [
"chayns",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@babel/core": "^7.12.10",
"@chayns-toolkit/babel-preset": "^1.5.4",
"@chayns-toolkit/babel-preset": "^1.5.5",
"@chayns-toolkit/eslint-config": "^1.5.4",
"@chayns-toolkit/utilities": "^1.5.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
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.4",
"version": "1.5.5",
"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.4",
"chayns-toolkit": "^1.5.5",
"react-devtools": "^4.10.1",
"typescript": "^4.1.3"
}
Expand Down

0 comments on commit c4c92db

Please sign in to comment.