Skip to content

Commit

Permalink
v0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
delhoume committed Mar 2, 2021
1 parent bae301c commit 46c7163
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.10",
"version": "0.5.11",
"command": {
"publish": {
"gitReset": false,
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.10",
"version": "0.5.11",
"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.10"
"ibm-gantt-chart": "^0.5.11"
},
"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.10",
"version": "0.5.11",
"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.10"
"ibm-gantt-chart": "^0.5.11"
},
"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.10",
"version": "0.5.11",
"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.10"
"ibm-gantt-chart": "^0.5.11"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.8.6",
Expand All @@ -42,5 +42,5 @@
"react": "16.8.6",
"react-dom": "16.8.6"
},
"gitHead": "af8f866de0cbfa313f6abdb0b60889919d212029"
"gitHead": "fc21f8ff2e545a1215bf6d1b5c78c73534c32a26"
}
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.10",
"version": "0.5.11",
"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": "af8f866de0cbfa313f6abdb0b60889919d212029"
"gitHead": "fc21f8ff2e545a1215bf6d1b5c78c73534c32a26"
}

0 comments on commit 46c7163

Please sign in to comment.