Ver código fonte

chore: bump to 1.5.1

tags/v1.5.1
Shivam Mishra 5 anos atrás
pai
commit
a02c79c73c
2 arquivos alterados com 2 adições e 2 exclusões
  1. +1
    -1
      package.json
  2. +1
    -1
      src/js/index.js

+ 1
- 1
package.json Ver arquivo

@@ -1,6 +1,6 @@
{ {
"name": "frappe-charts", "name": "frappe-charts",
"version": "1.5.0",
"version": "1.5.1",
"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",


+ 1
- 1
src/js/index.js Ver arquivo

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


frappe.NAME = 'Frappe Charts'; frappe.NAME = 'Frappe Charts';
frappe.VERSION = '1.5.0';
frappe.VERSION = '1.5.1';


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



Carregando…
Cancelar
Salvar