ソースを参照

chore: bump to 1.4.1

tags/v1.5.0
Shivam Mishra 5年前
コミット
809bc2c43c
2個のファイルの変更2行の追加2行の削除
  1. +1
    -1
      package.json
  2. +1
    -1
      src/js/index.js

+ 1
- 1
package.json ファイルの表示

@@ -1,6 +1,6 @@
{
"name": "frappe-charts",
"version": "1.4.0",
"version": "1.4.1",
"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 ファイルの表示

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

frappe.NAME = 'Frappe Charts';
frappe.VERSION = '1.4.0';
frappe.VERSION = '1.4.1';

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


読み込み中…
キャンセル
保存