Skip to content

Commit

Permalink
chore: fix version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
zamhown committed Nov 29, 2023
1 parent 2f8c6c9 commit 8a4e1ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/vchart-semi-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-semi-theme",
"version": "1.7.2",
"version": "1.7.1",
"description": "Extended themes for VChart",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
3 changes: 1 addition & 2 deletions packages/vchart-theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vchart-theme",
"version": "1.7.2",
"version": "1.7.1",
"description": "Extended themes for VChart",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down Expand Up @@ -34,7 +34,6 @@
"@rushstack/eslint-patch": "~1.1.4",
"@visactor/vchart": "~1.7.2",
"@visactor/vchart-types": "~1.7.2",
"@visactor/vchart-semi-theme": "workspace:1.7.2",
"eslint": "~8.18.0",
"vite": "^4.5.0",
"typescript": "4.9.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/vchart-theme/scripts/export-theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import fs from 'fs';
import path from 'path';
import { ThemeManager } from '@visactor/vchart';
import { allThemeMap } from '../src';
import { allThemeMap as semiAllThemeMap } from '@visactor/vchart-semi-theme';
import { allThemeMap as semiAllThemeMap } from '../../vchart-semi-theme/src';

const VCHART_THEME_PROJECT_ROOT = process.cwd();
const targetPaths = [path.resolve(VCHART_THEME_PROJECT_ROOT, './public')];
Expand Down

0 comments on commit 8a4e1ea

Please sign in to comment.