Skip to content

Commit

Permalink
chore: 修复 ci 问题,版本升级
Browse files Browse the repository at this point in the history
  • Loading branch information
visiky committed Feb 10, 2021
1 parent 746500f commit fb28a46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/g-base/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ export { isAllowCapture } from './util/util';
export { multiplyVec2, invert } from './util/matrix';
export { getOffScreenContext } from './util/offscreen';

export const version = '0.5.5';
export const version = '0.5.6';
2 changes: 1 addition & 1 deletion packages/g-canvas/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export { default as Group } from './group';
export { Shape };
export { default as getArcParams } from './util/arc-params';

export const version = '0.5.6';
export const version = '0.5.7';

0 comments on commit fb28a46

Please sign in to comment.