Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leodr committed Oct 27, 2020
1 parent be200b1 commit 2f36a3f
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.0",
"version": "1.5.1",
"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.0",
"version": "1.5.1",
"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.0",
"version": "1.5.1",
"description": "A zero-config toolchain for developing chayns® apps.",
"keywords": [
"chayns",
Expand Down Expand Up @@ -38,9 +38,9 @@
},
"dependencies": {
"@babel/core": "^7.12.3",
"@chayns-toolkit/babel-preset": "^1.5.0",
"@chayns-toolkit/eslint-config": "^1.5.0",
"@chayns-toolkit/utilities": "^1.4.0",
"@chayns-toolkit/babel-preset": "^1.5.1",
"@chayns-toolkit/eslint-config": "^1.5.1",
"@chayns-toolkit/utilities": "^1.5.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.2",
"@svgr/webpack": "^5.4.0",
"babel-loader": "^8.1.0",
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.0",
"version": "1.5.1",
"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.4.0",
"@chayns-toolkit/utilities": "^1.5.1",
"@typescript-eslint/eslint-plugin": "^4.6.0",
"babel-eslint": "^10.1.0",
"eslint-config-airbnb": "^18.2.0",
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.0",
"version": "1.5.1",
"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": "^16.9.53",
"@types/react-dom": "^16.9.8",
"chayns-toolkit": "^1.5.0",
"chayns-toolkit": "^1.5.1",
"react-devtools": "^4.9.0",
"typescript": "^4.0.5"
}
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.4.0",
"version": "1.5.1",
"description": "Contains different utilities used in chayns-toolkit.",
"homepage": "https://github.com/TobitSoftware/chayns-toolkit#readme",
"bugs": {
Expand Down

0 comments on commit 2f36a3f

Please sign in to comment.