소스 검색

chore: bump version

v2-beta
Suraj Shetty 2 년 전
부모
커밋
f2d2eb1e9e
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": "2.0.0-rc20",
"version": "2.0.0-rc21",
"main": "dist/frappe-charts.esm.js",
"module": "dist/frappe-charts.esm.js",
"browser": "dist/frappe-charts.umd.js",


+ 1
- 1
src/js/index.js 파일 보기

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

frappe.NAME = 'Frappe Charts';
frappe.VERSION = '2.0.0-rc20';
frappe.VERSION = '2.0.0-rc21';

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


불러오는 중...
취소
저장