Skip to content

Commit

Permalink
chore: release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
subframe7536 committed Oct 19, 2024
1 parent 6835286 commit 7f73662
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 172 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"publisher": "subframe7536",
"name": "custom-ui-style",
"displayName": "Custom UI Style",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"description": "Custom ui css style in both editor and webview, unify global font family, setup background image",
"author": "subframe7536 <[email protected]>",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"res/*"
],
"engines": {
"vscode": "^1.82.0"
"vscode": "^1.89.0"
},
"activationEvents": [
"onStartupFinished"
Expand Down Expand Up @@ -146,15 +146,15 @@
"devDependencies": {
"@subframe7536/eslint-config": "^0.9.4",
"@subframe7536/type-utils": "^0.1.6",
"@types/node": "^20.16.11",
"@types/vscode": "^1.82.0",
"@vscode/vsce": "^3.1.1",
"@types/node": "^20.16.12",
"@types/vscode": "1.89.0",
"@vscode/vsce": "^3.2.0",
"atomically": "^2.0.3",
"bumpp": "^9.7.1",
"eslint": "^9.12.0",
"eslint": "^9.13.0",
"reactive-vscode": "^0.2.5",
"tsup": "^8.3.0",
"typescript": "^5.6.3",
"vscode-ext-gen": "^0.4.3"
"vscode-ext-gen": "^0.4.4"
}
}
Loading

0 comments on commit 7f73662

Please sign in to comment.