Skip to content

Commit

Permalink
v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leodr committed Apr 13, 2021
1 parent cee4be5 commit 9f30fcb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-project",
"version": "1.6.1",
"version": "1.6.2",
"private": true,
"description": "An example of using chayns-toolkit.",
"homepage": "https://github.com/TobitSoftware/chayns-toolkit#readme",
Expand All @@ -26,7 +26,7 @@
"@testing-library/user-event": "^13.1.1",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"chayns-toolkit": "^1.6.1",
"chayns-toolkit": "^1.6.2",
"react-devtools": "^4.10.1",
"typescript": "^4.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"packages/eslint-config"
],
"useWorkspaces": true,
"version": "1.6.1"
"version": "1.6.2"
}
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.6.1",
"version": "1.6.2",
"description": "A zero-config toolchain for developing chayns® apps.",
"keywords": [
"chayns",
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": {
"@babel/core": "^7.13.14",
"@chayns-toolkit/babel-preset": "^1.6.1",
"@chayns-toolkit/eslint-config": "^1.6.1",
"@chayns-toolkit/eslint-config": "^1.6.2",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@svgr/webpack": "^5.5.0",
"@testing-library/jest-dom": "^5.11.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chayns-toolkit/eslint-config",
"version": "1.6.1",
"version": "1.6.2",
"description": "The sharable eslint-config for developing chayns® apps. Used in chayns-toolkit.",
"keywords": [
"chayns",
Expand Down

0 comments on commit 9f30fcb

Please sign in to comment.