Skip to content

Commit 339f61f

Browse files
chore: release main
1 parent 328b952 commit 339f61f

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

.release-please-manifest.json

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

packages/catppuccin-vsc/CHANGELOG.md

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

3+
## [3.16.1](https://github.com/catppuccin/vscode/compare/catppuccin-vsc-v3.16.0...catppuccin-vsc-v3.16.1) (2025-02-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **tokens/markdown:** match headings 5 & 6 to style guide ([#474](https://github.com/catppuccin/vscode/issues/474)) ([328b952](https://github.com/catppuccin/vscode/commit/328b952ef9a1b2568f1ac80ed702dd3599e37e1d))
9+
* **tokens:** change comments from `overlay0` to `overlay2` ([#435](https://github.com/catppuccin/vscode/issues/435)) ([35b72d7](https://github.com/catppuccin/vscode/commit/35b72d7f39d24b8af0ccc512b9417e1115865df6))
10+
311
## [3.16.0](https://github.com/catppuccin/vscode/compare/catppuccin-vsc-v3.15.2...catppuccin-vsc-v3.16.0) (2024-11-08)
412

513

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

0 commit comments

Comments
 (0)