Skip to content

Commit 67a8f71

Browse files
committed
v1.6.1
1 parent 385dd4e commit 67a8f71

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"npmClient": "yarn",
33
"packages": ["packages/*"],
44
"useWorkspaces": true,
5-
"version": "1.6.0"
5+
"version": "1.6.1"
66
}

packages/babel-preset/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chayns-toolkit/babel-preset",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"private": false,
55
"description": "The sharable babel-preset for developing chayns® apps. Used in chayns-toolkit.",
66
"keywords": [

packages/chayns-toolkit/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chayns-toolkit",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "A zero-config toolchain for developing chayns® apps.",
55
"keywords": [
66
"chayns",
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@babel/core": "^7.13.14",
42-
"@chayns-toolkit/babel-preset": "^1.6.0",
43-
"@chayns-toolkit/eslint-config": "^1.6.0",
42+
"@chayns-toolkit/babel-preset": "^1.6.1",
43+
"@chayns-toolkit/eslint-config": "^1.6.1",
4444
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
4545
"@svgr/webpack": "^5.5.0",
4646
"@testing-library/jest-dom": "^5.11.10",

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chayns-toolkit/eslint-config",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "The sharable eslint-config for developing chayns® apps. Used in chayns-toolkit.",
55
"keywords": [
66
"chayns",

packages/example-project/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-project",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"private": true,
55
"description": "An example of using chayns-toolkit.",
66
"homepage": "https://github.com/TobitSoftware/chayns-toolkit#readme",
@@ -26,7 +26,7 @@
2626
"@testing-library/user-event": "^13.1.1",
2727
"@types/react": "^17.0.3",
2828
"@types/react-dom": "^17.0.3",
29-
"chayns-toolkit": "^1.6.0",
29+
"chayns-toolkit": "^1.6.1",
3030
"react-devtools": "^4.10.1",
3131
"typescript": "^4.2.3"
3232
}

0 commit comments

Comments
 (0)