From b82f1008d47c796b6a52437d3bf223209c768b64 Mon Sep 17 00:00:00 2001 From: Frederic Delhoume Date: Tue, 9 Apr 2024 14:52:34 +0200 Subject: [PATCH] v0.5.30 --- lerna.json | 2 +- package.json | 3 +-- packages/ibm-gantt-chart-dev/package.json | 4 ++-- packages/ibm-gantt-chart-docs/package.json | 4 ++-- packages/ibm-gantt-chart-react/package.json | 6 +++--- packages/ibm-gantt-chart/package.json | 4 ++-- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/lerna.json b/lerna.json index 4347a5e..da9b804 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ ], "npmClient": "yarn", "useWorkspaces": true, - "version": "0.5.29", + "version": "0.5.30", "command": { "publish": { "gitReset": false, diff --git a/package.json b/package.json index 1dd2654..12b4655 100644 --- a/package.json +++ b/package.json @@ -52,10 +52,9 @@ ] }, "devDependencies": { - "all-contributors-cli": "^6.6.1", + "all-contributors-cli": "^6.26.1", "gda-scripts": "^0.3.6", "husky": "^2.4.0", - "lerna": "^3.14.1", "lint-staged": "^8.2.0", "rimraf": "^2.6.3" } diff --git a/packages/ibm-gantt-chart-dev/package.json b/packages/ibm-gantt-chart-dev/package.json index 01ed277..2382e10 100644 --- a/packages/ibm-gantt-chart-dev/package.json +++ b/packages/ibm-gantt-chart-dev/package.json @@ -1,6 +1,6 @@ { "name": "ibm-gantt-chart-dev", - "version": "0.5.29", + "version": "0.5.30", "private": true, "description": "IBM Gantt Chart Dev", "license": "Apache-2.0", @@ -16,7 +16,7 @@ }, "dependencies": { "@babel/polyfill": "^7.4.4", - "ibm-gantt-chart": "^0.5.29" + "ibm-gantt-chart": "^0.5.30" }, "devDependencies": { "gda-scripts": "^0.3.0" diff --git a/packages/ibm-gantt-chart-docs/package.json b/packages/ibm-gantt-chart-docs/package.json index ac72fef..4f68dfe 100644 --- a/packages/ibm-gantt-chart-docs/package.json +++ b/packages/ibm-gantt-chart-docs/package.json @@ -1,6 +1,6 @@ { "name": "ibm-gantt-chart-docs", - "version": "0.5.29", + "version": "0.5.30", "private": true, "description": "IBM Gantt Chart, docs and examples.", "keywords": [ @@ -19,7 +19,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "ibm-gantt-chart": "^0.5.29" + "ibm-gantt-chart": "^0.5.30" }, "devDependencies": { "gda-scripts": "^0.3.0" diff --git a/packages/ibm-gantt-chart-react/package.json b/packages/ibm-gantt-chart-react/package.json index 46596e8..12692f4 100644 --- a/packages/ibm-gantt-chart-react/package.json +++ b/packages/ibm-gantt-chart-react/package.json @@ -1,6 +1,6 @@ { "name": "ibm-gantt-chart-react", - "version": "0.5.29", + "version": "0.5.30", "description": "IBM Gantt Chart React Component.", "repository": "https://github.com/ibm/gantt-chart", "keywords": [ @@ -27,7 +27,7 @@ "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { - "ibm-gantt-chart": "^0.5.29" + "ibm-gantt-chart": "^0.5.30" }, "devDependencies": { "@hot-loader/react-dom": "^16.8.6", @@ -42,5 +42,5 @@ "react": "16.8.6", "react-dom": "16.8.6" }, - "gitHead": "acc8b0c35c09bc3ce5bd210a8157537080d125c4" + "gitHead": "48b4d429f5378e24fb4fe9155d2c3bf1e534ef63" } diff --git a/packages/ibm-gantt-chart/package.json b/packages/ibm-gantt-chart/package.json index 9c77a01..282a05d 100644 --- a/packages/ibm-gantt-chart/package.json +++ b/packages/ibm-gantt-chart/package.json @@ -1,6 +1,6 @@ { "name": "ibm-gantt-chart", - "version": "0.5.29", + "version": "0.5.30", "description": "IBM Gantt Chart Component, integrable in Vanilla, jQuery, or React Framework.", "repository": "https://github.com/ibm/gantt-chart", "keywords": [ @@ -44,5 +44,5 @@ "karma-mocha": "^1.3.0", "mocha": "^5.0.4" }, - "gitHead": "acc8b0c35c09bc3ce5bd210a8157537080d125c4" + "gitHead": "48b4d429f5378e24fb4fe9155d2c3bf1e534ef63" }