Przeglądaj źródła

chore: bump to 1.6.2

tags/v1.6.3
Shivam Mishra 4 lat temu
committed by GitHub
rodzic
commit
3e63b1a2b4
2 zmienionych plików z 2 dodań i 2 usunięć
  1. +1
    -1
      package.json
  2. +1
    -1
      src/js/index.js

+ 1
- 1
package.json Wyświetl plik

@@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "1.6.1",
"version": "1.6.2",
"description": "https://frappe.github.io/charts",
"main": "dist/frappe-charts.min.cjs.js",
"module": "dist/frappe-charts.min.esm.js",


+ 1
- 1
src/js/index.js Wyświetl plik

@@ -3,7 +3,7 @@ import * as Charts from './chart';
let frappe = { };

frappe.NAME = 'Frappe Charts';
frappe.VERSION = '1.5.8';
frappe.VERSION = '1.6.2';

frappe = Object.assign({ }, frappe, Charts);


Ładowanie…
Anuluj
Zapisz