Skip to content

Commit

Permalink
v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
leodr committed Jan 7, 2021
1 parent 20f083e commit 0b66c9c
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.3",
"version": "1.5.4",
"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.2",
"version": "1.5.4",
"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.3",
"version": "1.5.4",
"description": "A zero-config toolchain for developing chayns® apps.",
"keywords": [
"chayns",
Expand Down Expand Up @@ -38,9 +38,9 @@
},
"dependencies": {
"@babel/core": "^7.12.10",
"@chayns-toolkit/babel-preset": "^1.5.2",
"@chayns-toolkit/eslint-config": "^1.5.2",
"@chayns-toolkit/utilities": "^1.5.2",
"@chayns-toolkit/babel-preset": "^1.5.4",
"@chayns-toolkit/eslint-config": "^1.5.4",
"@chayns-toolkit/utilities": "^1.5.4",
"@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.2",
"version": "1.5.4",
"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.2",
"@chayns-toolkit/utilities": "^1.5.4",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"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.3",
"version": "1.5.4",
"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.1",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"chayns-toolkit": "^1.5.3",
"chayns-toolkit": "^1.5.4",
"react-devtools": "^4.10.1",
"typescript": "^4.1.3"
}
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.2",
"version": "1.5.4",
"description": "Contains different utilities used in chayns-toolkit.",
"homepage": "https://github.com/TobitSoftware/chayns-toolkit#readme",
"bugs": {
Expand Down

0 comments on commit 0b66c9c

Please sign in to comment.