Skip to content

Commit 2028fc2

Browse files
committed
chore: release v0.5.2
1 parent 10e5d67 commit 2028fc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"publisher": "subframe7536",
33
"name": "custom-ui-style",
44
"displayName": "Custom UI Style",
5-
"version": "0.5.1",
5+
"version": "0.5.2",
66
"private": true,
77
"packageManager": "[email protected]",
88
"description": "Custom ui css style in both editor and webview, unify global font family, setup background image",
@@ -197,7 +197,7 @@
197197
"publish": "vsce publish --no-dependencies",
198198
"pack": "vsce package --no-dependencies",
199199
"typecheck": "tsc --noEmit",
200-
"release": "bumpp --all",
200+
"release": "pnpm run format && pnpm run build && bumpp --all",
201201
"vscode:uninstall": "node ./dist/uninstall.js"
202202
},
203203
"devDependencies": {

src/manager/webview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { createHash } from 'node:crypto'
22
import { config, getFamilies } from '../config'
3+
import { log } from '../logger'
34
import { webviewHTMLBakPath, webviewHTMLPath } from '../path'
45
import { escapeQuote, generateStyleFromObject } from '../utils'
5-
import { log } from '../logger'
66
import { BaseFileManager } from './base'
77

88
const entry = `'<!DOCTYPE html>\\n' + newDocument.documentElement.outerHTML`

0 commit comments

Comments
 (0)