Skip to content

Commit 155479e

Browse files
chore: release main (#599)
1 parent 41793ef commit 155479e

File tree

5 files changed

+20
-6
lines changed

5 files changed

+20
-6
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packages/catppuccin-vsc": "3.18.0",
2+
"packages/catppuccin-vsc": "3.18.1",
33
"packages/catppuccin-vsc-pack": "1.0.2",
4-
"packages/catppuccin-vscode": "3.18.0"
4+
"packages/catppuccin-vscode": "3.18.1"
55
}

packages/catppuccin-vsc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.18.1](https://github.com/catppuccin/vscode/compare/catppuccin-vsc-v3.18.0...catppuccin-vsc-v3.18.1) (2025-10-12)
4+
5+
6+
### Bug Fixes
7+
8+
* leave window border colours as default ([#598](https://github.com/catppuccin/vscode/issues/598)) ([41793ef](https://github.com/catppuccin/vscode/commit/41793ef72dc7cc50c051cdb975f14d4c1a39a449))
9+
310
## [3.18.0](https://github.com/catppuccin/vscode/compare/catppuccin-vsc-v3.17.0...catppuccin-vsc-v3.18.0) (2025-08-27)
411

512

packages/catppuccin-vsc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"displayName": "Catppuccin for VSCode",
66
"publisher": "Catppuccin",
77
"description": "🦌 Soothing pastel theme for VSCode",
8-
"version": "3.18.0",
8+
"version": "3.18.1",
99
"type": "module",
1010
"engines": {
1111
"vscode": "^1.80.0",
@@ -78,14 +78,14 @@
7878
"type": "object",
7979
"default": {},
8080
"markdownDescription": "Custom color overrides. Assign your own hex codes to palette colors. See [the docs](https://github.com/catppuccin/vscode#override-palette-colors) for reference.",
81-
"$ref": "https://esm.sh/gh/catppuccin/[email protected].0/packages/catppuccin-vsc/schemas/colorOverrides.schema.json"
81+
"$ref": "https://esm.sh/gh/catppuccin/[email protected].1/packages/catppuccin-vsc/schemas/colorOverrides.schema.json"
8282
},
8383
"catppuccin.customUIColors": {
8484
"scope": "application",
8585
"type": "object",
8686
"default": {},
8787
"markdownDescription": "Customize UI colors. Map `workbench.colorCustomizations` to palette colors. See [the docs](https://github.com/catppuccin/vscode#use-palette-colors-on-workbench-elements-ui) for reference.",
88-
"$ref": "https://esm.sh/gh/catppuccin/[email protected].0/packages/catppuccin-vsc/schemas/customUIColors.schema.json"
88+
"$ref": "https://esm.sh/gh/catppuccin/[email protected].1/packages/catppuccin-vsc/schemas/customUIColors.schema.json"
8989
},
9090
"catppuccin.accentColor": {
9191
"scope": "application",

packages/catppuccin-vscode/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [3.18.1](https://github.com/catppuccin/vscode/compare/@catppuccin/vscode-v3.18.0...@catppuccin/vscode-v3.18.1) (2025-10-12)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@catppuccin/vscode:** Synchronize theme versions
9+
310
## [3.18.0](https://github.com/catppuccin/vscode/compare/@catppuccin/vscode-v3.17.0...@catppuccin/vscode-v3.18.0) (2025-08-27)
411

512

packages/catppuccin-vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@catppuccin/vscode",
3-
"version": "3.18.0",
3+
"version": "3.18.1",
44
"description": "🦌 Soothing pastel theme for VSCode, NPM version",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)