chore: bump to 1.5.0
This commit is contained in:
parent
a35c765858
commit
40a7214b2e
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "frappe-charts",
|
"name": "frappe-charts",
|
||||||
"version": "1.4.1",
|
"version": "1.5.0",
|
||||||
"description": "https://frappe.github.io/charts",
|
"description": "https://frappe.github.io/charts",
|
||||||
"main": "dist/frappe-charts.min.cjs.js",
|
"main": "dist/frappe-charts.min.cjs.js",
|
||||||
"module": "dist/frappe-charts.min.esm.js",
|
"module": "dist/frappe-charts.min.esm.js",
|
||||||
|
|||||||
@ -3,7 +3,7 @@ import * as Charts from './chart';
|
|||||||
let frappe = { };
|
let frappe = { };
|
||||||
|
|
||||||
frappe.NAME = 'Frappe Charts';
|
frappe.NAME = 'Frappe Charts';
|
||||||
frappe.VERSION = '1.4.1';
|
frappe.VERSION = '1.5.0';
|
||||||
|
|
||||||
frappe = Object.assign({ }, frappe, Charts);
|
frappe = Object.assign({ }, frappe, Charts);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user