Skip to content

Commit c4c92db

Browse files
committed
v1.5.5
1 parent e55ea93 commit c4c92db

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.4",
5+
"version": "1.5.5",
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.4",
3+
"version": "1.5.5",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chayns-toolkit",
3-
"version": "1.5.4",
3+
"version": "1.5.5",
44
"description": "A zero-config toolchain for developing chayns® apps.",
55
"keywords": [
66
"chayns",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@babel/core": "^7.12.10",
41-
"@chayns-toolkit/babel-preset": "^1.5.4",
41+
"@chayns-toolkit/babel-preset": "^1.5.5",
4242
"@chayns-toolkit/eslint-config": "^1.5.4",
4343
"@chayns-toolkit/utilities": "^1.5.4",
4444
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",

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.4",
3+
"version": "1.5.5",
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": "^17.0.0",
2626
"@types/react-dom": "^17.0.0",
27-
"chayns-toolkit": "^1.5.4",
27+
"chayns-toolkit": "^1.5.5",
2828
"react-devtools": "^4.10.1",
2929
"typescript": "^4.1.3"
3030
}

0 commit comments

Comments
 (0)