Skip to content

Commit

Permalink
chore: release main (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 15, 2024
1 parent 54f5685 commit d7b96cc
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/catppuccin-vsc": "3.12.0",
"packages/catppuccin-vsc": "3.13.0",
"packages/catppuccin-vsc-pack": "1.0.2",
"packages/catppuccin-vscode": "3.12.0"
"packages/catppuccin-vscode": "3.13.0"
}
7 changes: 7 additions & 0 deletions packages/catppuccin-vsc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.13.0](https://github.com/catppuccin/vscode/compare/catppuccin-vsc-v3.12.0...catppuccin-vsc-v3.13.0) (2024-03-15)


### Features

* **options:** add option to disable icon pack sync ([#348](https://github.com/catppuccin/vscode/issues/348)) ([54f5685](https://github.com/catppuccin/vscode/commit/54f5685f28ece588e9939f2ad02f903260f4d1c7))

## [3.12.0](https://github.com/catppuccin/vscode/compare/catppuccin-vsc-v3.11.2...catppuccin-vsc-v3.12.0) (2024-03-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/catppuccin-vsc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"displayName": "Catppuccin for VSCode",
"publisher": "Catppuccin",
"description": "🦌 Soothing pastel theme for VSCode",
"version": "3.12.0",
"version": "3.13.0",
"type": "module",
"engines": {
"vscode": "^1.80.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/catppuccin-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.13.0](https://github.com/catppuccin/vscode/compare/@catppuccin/vscode-v3.12.0...@catppuccin/vscode-v3.13.0) (2024-03-15)


### Miscellaneous Chores

* **@catppuccin/vscode:** Synchronize theme versions

## [3.12.0](https://github.com/catppuccin/vscode/compare/@catppuccin/vscode-v3.11.2...@catppuccin/vscode-v3.12.0) (2024-03-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/catppuccin-vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@catppuccin/vscode",
"version": "3.12.0",
"version": "3.13.0",
"description": "🦌 Soothing pastel theme for VSCode, NPM version",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit d7b96cc

Please sign in to comment.