Skip to content

Commit

Permalink
feat: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
pomelo-nwu committed Oct 8, 2023
1 parent 5e7e45e commit c5f3012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gi-site/.umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const GI_THEME_ANTD_VERSION = GI_THEME_ANTD.version;
export const isDev = process.env.NODE_ENV === 'development';
//@ts-ignore
export const { BUILD_MODE } = process.env;
const G6_VERSION = '5.0.0-beta.3';
const G6_VERSION = '5.0.0-beta.11';

export const externals = deps_externals.reduce((acc, curr) => {
return {
Expand Down

0 comments on commit c5f3012

Please sign in to comment.