Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leodr committed Apr 6, 2021
1 parent 44ce99d commit cfdefaf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"packages": ["packages/*"],
"version": "1.5.6",
"packages": [
"packages/*"
],
"version": "1.6.0",
"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.6",
"version": "1.6.0",
"private": false,
"description": "The sharable babel-preset for developing chayns® apps. Used in chayns-toolkit.",
"keywords": [
Expand Down
6 changes: 3 additions & 3 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.6",
"version": "1.6.0",
"description": "A zero-config toolchain for developing chayns® apps.",
"keywords": [
"chayns",
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@babel/core": "^7.13.14",
"@chayns-toolkit/babel-preset": "^1.5.6",
"@chayns-toolkit/eslint-config": "^1.5.6",
"@chayns-toolkit/babel-preset": "^1.6.0",
"@chayns-toolkit/eslint-config": "^1.6.0",
"@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.5.6",
"version": "1.6.0",
"description": "The sharable eslint-config for developing chayns® apps. Used in chayns-toolkit.",
"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.6",
"version": "1.6.0",
"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/react": "^11.2.6",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"chayns-toolkit": "^1.5.6",
"chayns-toolkit": "^1.6.0",
"react-devtools": "^4.10.1",
"typescript": "^4.2.3"
}
Expand Down

0 comments on commit cfdefaf

Please sign in to comment.