Skip to content

Commit

Permalink
Revert "Bumped version"
Browse files Browse the repository at this point in the history
This reverts commit 23c8ad9.
  • Loading branch information
delhoume committed May 19, 2020
1 parent 04940e5 commit 8145815
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 25 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.8",
"version": "0.5.7",
"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.8",
"version": "0.5.7",
"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.8"
"ibm-gantt-chart": "^0.5.7"
},
"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.8",
"version": "0.5.7",
"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.8"
"ibm-gantt-chart": "^0.5.7"
},
"devDependencies": {
"gda-scripts": "^0.3.0"
Expand Down

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/ibm-gantt-chart-docs/storybook/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@
} catch (e) {
// eslint-disable-next-line no-console
console.warn('unable to connect to parent frame for connecting dev tools');
}</script><link href="ibm-gantt-chart-docs-vendors~main.css" rel="stylesheet"><link href="ibm-gantt-chart-docs-main.css" rel="stylesheet"></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><div id="error-message" class="sb-heading"></div><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><script src="runtime~main.dfa5e888620ade8ef297.bundle.js"></script><script src="vendors~main.dfa5e888620ade8ef297.bundle.js"></script><script src="main.dfa5e888620ade8ef297.bundle.js"></script></body></html>
}</script><link href="ibm-gantt-chart-docs-vendors~main.css" rel="stylesheet"><link href="ibm-gantt-chart-docs-main.css" rel="stylesheet"></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><div id="error-message" class="sb-heading"></div><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><script src="runtime~main.ac159a25b138771e2380.bundle.js"></script><script src="vendors~main.ac159a25b138771e2380.bundle.js"></script><script src="main.ac159a25b138771e2380.bundle.js"></script></body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 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.8",
"version": "0.5.7",
"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.8"
"ibm-gantt-chart": "^0.5.7"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion 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.8",
"version": "0.5.7",
"description": "IBM Gantt Chart Component, integrable in Vanilla, jQuery, or React Framework.",
"repository": "https://github.com/ibm/gantt-chart",
"keywords": [
Expand Down

0 comments on commit 8145815

Please sign in to comment.