Skip to content

Commit

Permalink
v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
leodr committed Feb 25, 2021
1 parent d982f0a commit e4236af
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.5.5",
"version": "1.5.6",
"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.5",
"version": "1.5.6",
"private": false,
"description": "The sharable babel-preset for developing chayns® apps. Used in chayns-toolkit.",
"keywords": [
Expand Down
8 changes: 4 additions & 4 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.5",
"version": "1.5.6",
"description": "A zero-config toolchain for developing chayns® apps.",
"keywords": [
"chayns",
Expand Down Expand Up @@ -38,9 +38,9 @@
},
"dependencies": {
"@babel/core": "^7.13.1",
"@chayns-toolkit/babel-preset": "^1.5.5",
"@chayns-toolkit/eslint-config": "^1.5.4",
"@chayns-toolkit/utilities": "^1.5.4",
"@chayns-toolkit/babel-preset": "^1.5.6",
"@chayns-toolkit/eslint-config": "^1.5.6",
"@chayns-toolkit/utilities": "^1.5.6",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@svgr/webpack": "^5.5.0",
"babel-loader": "^8.2.2",
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "1.5.6",
"description": "The sharable eslint-config for developing chayns® apps. Used in chayns-toolkit.",
"keywords": [
"chayns",
Expand All @@ -25,7 +25,7 @@
},
"main": "index.js",
"dependencies": {
"@chayns-toolkit/utilities": "^1.5.4",
"@chayns-toolkit/utilities": "^1.5.6",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"babel-eslint": "^10.1.0",
"eslint-config-airbnb": "^18.2.1",
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.5",
"version": "1.5.6",
"private": true,
"description": "An example of using chayns-toolkit.",
"homepage": "https://github.com/TobitSoftware/chayns-toolkit#readme",
Expand All @@ -24,7 +24,7 @@
"@babel/plugin-proposal-pipeline-operator": "^7.12.13",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"chayns-toolkit": "^1.5.5",
"chayns-toolkit": "^1.5.6",
"react-devtools": "^4.10.1",
"typescript": "^4.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chayns-toolkit/utilities",
"version": "1.5.4",
"version": "1.5.6",
"description": "Contains different utilities used in chayns-toolkit.",
"homepage": "https://github.com/TobitSoftware/chayns-toolkit#readme",
"bugs": {
Expand Down

0 comments on commit e4236af

Please sign in to comment.