From b736f3343798acc8e9a24cb2bb83a8df84a9a4b2 Mon Sep 17 00:00:00 2001 From: S Anand Date: Tue, 28 Sep 2021 21:24:54 +0530 Subject: [PATCH] BLD: Release 1.20.0 --- README.md | 5 +++-- docs/network-chart.md | 4 ++-- docs/quickstart/README.md | 4 ++-- docs/svg-chart.md | 2 +- package.json | 2 +- src/uifactory.js | 2 +- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0f22617..4f8b8ec 100644 --- a/README.md +++ b/README.md @@ -1296,13 +1296,14 @@ Then run: ```bash git commit . -m"BLD: Release x.x.x" -git push --tags +git tag -m"" -a vx.x.x +git push --follow-tags npm publish ``` ## Change log -- 1.20.0 (WIP): +- 1.20.0 (28 Sep 2021): - ` + + + ``` [See on CodePen](https://codepen.io/sanand0/pen/QWgaXmg?editors=1000) @@ -340,7 +340,7 @@ convention. This component is saved at [`kpi-dashboard.html`](kpi-dashboard.html To use it in your application, add: ```html - + ``` Note the `import="kpi-dashboard.html"` in the 2nd line. That makes `` available to diff --git a/docs/svg-chart.md b/docs/svg-chart.md index e874ee7..852983b 100644 --- a/docs/svg-chart.md +++ b/docs/svg-chart.md @@ -18,7 +18,7 @@ This is useful when creating: Add this code anywhere in your HTML page: ```html - +