Ver a proveniência

chore: bump to rc19

pull/347/head
Shivam Mishra há 4 anos
committed by GitHub
ascendente
cometimento
c18c076adc
2 ficheiros alterados com 2 adições e 2 eliminações
  1. +1
    -1
      package.json
  2. +1
    -1
      src/js/index.js

+ 1
- 1
package.json Ver ficheiro

@@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "2.0.0-rc18",
"version": "2.0.0-rc19",
"main": "dist/frappe-charts.esm.js",
"module": "dist/frappe-charts.esm.js",
"browser": "dist/frappe-charts.umd.js",


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

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

frappe.NAME = 'Frappe Charts';
frappe.VERSION = '2.0.0-rc18';
frappe.VERSION = '2.0.0-rc19';

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


Carregando…
Cancelar
Guardar