Skip to content

Commit b49465d

Browse files
committed
Remove font-size from .about class in Donations.module.scss and bump version to 1.680.0 in package.json
1 parent 5ce7218 commit b49465d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/ui/src/components/editor/panel/Donations/Donations.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
.about {
99
padding: 0 12px;
10-
font-size: 12px;
1110
}
1211

1312
.links {

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat",
44
"description": "CWC, the context-first AI coding",
5-
"version": "1.679.0",
5+
"version": "1.680.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "rimraf out && npm run compile",

0 commit comments

Comments
 (0)