Skip to content

Commit 2f36a3f

Browse files
committed
v1.5.1
1 parent be200b1 commit 2f36a3f

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

lerna.json

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

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.5.0",
3+
"version": "1.5.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chayns-toolkit",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "A zero-config toolchain for developing chayns® apps.",
55
"keywords": [
66
"chayns",
@@ -38,9 +38,9 @@
3838
},
3939
"dependencies": {
4040
"@babel/core": "^7.12.3",
41-
"@chayns-toolkit/babel-preset": "^1.5.0",
42-
"@chayns-toolkit/eslint-config": "^1.5.0",
43-
"@chayns-toolkit/utilities": "^1.4.0",
41+
"@chayns-toolkit/babel-preset": "^1.5.1",
42+
"@chayns-toolkit/eslint-config": "^1.5.1",
43+
"@chayns-toolkit/utilities": "^1.5.1",
4444
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.2",
4545
"@svgr/webpack": "^5.4.0",
4646
"babel-loader": "^8.1.0",

packages/eslint-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chayns-toolkit/eslint-config",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "The sharable eslint-config for developing chayns® apps. Used in chayns-toolkit.",
55
"keywords": [
66
"chayns",
@@ -25,7 +25,7 @@
2525
},
2626
"main": "index.js",
2727
"dependencies": {
28-
"@chayns-toolkit/utilities": "^1.4.0",
28+
"@chayns-toolkit/utilities": "^1.5.1",
2929
"@typescript-eslint/eslint-plugin": "^4.6.0",
3030
"babel-eslint": "^10.1.0",
3131
"eslint-config-airbnb": "^18.2.0",

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.5.0",
3+
"version": "1.5.1",
44
"private": true,
55
"description": "An example of using chayns-toolkit.",
66
"homepage": "https://github.com/TobitSoftware/chayns-toolkit#readme",
@@ -24,7 +24,7 @@
2424
"@babel/plugin-proposal-pipeline-operator": "^7.12.1",
2525
"@types/react": "^16.9.53",
2626
"@types/react-dom": "^16.9.8",
27-
"chayns-toolkit": "^1.5.0",
27+
"chayns-toolkit": "^1.5.1",
2828
"react-devtools": "^4.9.0",
2929
"typescript": "^4.0.5"
3030
}

packages/utilities/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/utilities",
3-
"version": "1.4.0",
3+
"version": "1.5.1",
44
"description": "Contains different utilities used in chayns-toolkit.",
55
"homepage": "https://github.com/TobitSoftware/chayns-toolkit#readme",
66
"bugs": {

0 commit comments

Comments
 (0)