chore: build rc1 for v2

This commit is contained in:
Shivam Mishra 2020-12-14 16:36:40 +05:30
parent 8101b1822e
commit d386d21e2f
3 changed files with 763 additions and 706 deletions

View File

@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "1.5.2",
"version": "2.0.0-rc1",
"main": "src/js/chart.js",
"module": "dist/frappe-charts.esm.js",
"browser": "dist/frappe-charts.umd.js",

View File

@ -3,7 +3,7 @@ import * as Charts from './chart';
let frappe = { };
frappe.NAME = 'Frappe Charts';
frappe.VERSION = '1.5.5';
frappe.VERSION = '2.0.0-rc1';
frappe = Object.assign({ }, frappe, Charts);

1465
yarn.lock

File diff suppressed because it is too large Load Diff