Skip to content

Commit

Permalink
v0.5.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Delhoume committed Apr 9, 2024
1 parent 1fd7bbf commit b82f100
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.5.29",
"version": "0.5.30",
"command": {
"publish": {
"gitReset": false,
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/ibm-gantt-chart-dev/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions packages/ibm-gantt-chart-docs/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/ibm-gantt-chart-react/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -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",
Expand All @@ -42,5 +42,5 @@
"react": "16.8.6",
"react-dom": "16.8.6"
},
"gitHead": "acc8b0c35c09bc3ce5bd210a8157537080d125c4"
"gitHead": "48b4d429f5378e24fb4fe9155d2c3bf1e534ef63"
}
4 changes: 2 additions & 2 deletions packages/ibm-gantt-chart/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -44,5 +44,5 @@
"karma-mocha": "^1.3.0",
"mocha": "^5.0.4"
},
"gitHead": "acc8b0c35c09bc3ce5bd210a8157537080d125c4"
"gitHead": "48b4d429f5378e24fb4fe9155d2c3bf1e534ef63"
}

0 comments on commit b82f100

Please sign in to comment.