Skip to content

Commit

Permalink
chore: release main (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 5, 2024
1 parent 9449c7c commit 7a6de50
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/catppuccin-vsc": "3.10.0",
"packages/catppuccin-vsc-pack": "1.0.0",
"packages/catppuccin-vscode": "3.10.0"
"packages/catppuccin-vsc": "3.10.1",
"packages/catppuccin-vsc-pack": "1.0.1",
"packages/catppuccin-vscode": "3.10.1"
}
7 changes: 7 additions & 0 deletions packages/catppuccin-vsc-pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/catppuccin/vscode/compare/catppuccin-vsc-pack-v1.0.0...catppuccin-vsc-pack-v1.0.1) (2024-01-05)


### Documentation

* fix URLs in title ([9449c7c](https://github.com/catppuccin/vscode/commit/9449c7c13c37aff544bee2bb97d69d97438623e3))

## [1.0.0](https://github.com/catppuccin/vscode/compare/catppuccin-vsc-pack-v0.1.0...catppuccin-vsc-pack-v1.0.0) (2024-01-04)


Expand Down
2 changes: 1 addition & 1 deletion packages/catppuccin-vsc-pack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "catppuccin-vsc-pack",
"description": "Soothing pastel theme pack for VSCode",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "Catppuccin Pack",
"publisher": "catppuccin",
"icon": "icon.png",
Expand Down
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.10.1](https://github.com/catppuccin/vscode/compare/catppuccin-vsc-v3.10.0...catppuccin-vsc-v3.10.1) (2024-01-05)


### Bug Fixes

* settings json schema URL typo ([#272](https://github.com/catppuccin/vscode/issues/272)) ([acc33aa](https://github.com/catppuccin/vscode/commit/acc33aaefd0041028202cbe8ab3d02c0c6a9436d))

## [3.10.0](https://github.com/catppuccin/vscode/compare/catppuccin-vsc-v3.9.0...catppuccin-vsc-v3.10.0) (2024-01-04)


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.10.0",
"version": "3.10.1",
"engines": {
"vscode": "^1.80.0",
"node": ">=18.0.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.10.1](https://github.com/catppuccin/vscode/compare/@catppuccin/vscode-v3.10.0...@catppuccin/vscode-v3.10.1) (2024-01-05)


### Miscellaneous Chores

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

## [3.10.0](https://github.com/catppuccin/vscode/compare/@catppuccin/vscode-v3.9.0...@catppuccin/vscode-v3.10.0) (2024-01-04)


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.10.0",
"version": "3.10.1",
"description": "🦌 Soothing pastel theme for VSCode, precompiled JSON version",
"files": [
"themes/*"
Expand Down

0 comments on commit 7a6de50

Please sign in to comment.