Skip to content

Commit ce01b50

Browse files
chore: release main
1 parent 44925dd commit ce01b50

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
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.16.1",
2+
"packages/catppuccin-vsc": "3.16.2",
33
"packages/catppuccin-vsc-pack": "1.0.2",
4-
"packages/catppuccin-vscode": "3.16.1"
4+
"packages/catppuccin-vscode": "3.16.2"
55
}

packages/catppuccin-vsc/CHANGELOG.md

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

3+
## [3.16.2](https://github.com/catppuccin/vscode/compare/catppuccin-vsc-v3.16.1...catppuccin-vsc-v3.16.2) (2025-03-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **tokens/python:** mauve builtin types, peach language constants ([#477](https://github.com/catppuccin/vscode/issues/477)) ([b8e5951](https://github.com/catppuccin/vscode/commit/b8e5951a8ad03268854ef29780ce93fe9ea14294))
9+
* **tokens:** consistently style typst headings ([#506](https://github.com/catppuccin/vscode/issues/506)) ([44925dd](https://github.com/catppuccin/vscode/commit/44925dd1405673da973e49020ce0228a450ea93c))
10+
* **ui:** increase diff contrast ([406ac5b](https://github.com/catppuccin/vscode/commit/406ac5b7b4bcdb449d5e7f1e23b85ab78bfc5753))
11+
* **ui:** use `mantle` for codeblock backgrounds ([#495](https://github.com/catppuccin/vscode/issues/495)) ([ea796fd](https://github.com/catppuccin/vscode/commit/ea796fdd9ed77c62c894b2216b948c905248a553))
12+
* update JSON schema for `customUIColors` ([#485](https://github.com/catppuccin/vscode/issues/485)) ([9bcff9e](https://github.com/catppuccin/vscode/commit/9bcff9eba7ab54a842e60ab7b68f3ee6f5bae34c))
13+
314
## [3.16.1](https://github.com/catppuccin/vscode/compare/catppuccin-vsc-v3.16.0...catppuccin-vsc-v3.16.1) (2025-02-11)
415

516

packages/catppuccin-vsc/package.json

Lines changed: 1 addition & 1 deletion
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.16.1",
8+
"version": "3.16.2",
99
"type": "module",
1010
"engines": {
1111
"vscode": "^1.80.0",

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.16.2](https://github.com/catppuccin/vscode/compare/@catppuccin/vscode-v3.16.1...@catppuccin/vscode-v3.16.2) (2025-03-28)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **@catppuccin/vscode:** Synchronize theme versions
9+
310
## [3.16.1](https://github.com/catppuccin/vscode/compare/@catppuccin/vscode-v3.16.0...@catppuccin/vscode-v3.16.1) (2025-02-11)
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.16.1",
3+
"version": "3.16.2",
44
"description": "🦌 Soothing pastel theme for VSCode, NPM version",
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)