Skip to content

Commit

Permalink
chore: release main (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 4, 2024
1 parent 9c21895 commit 1a11f68
Show file tree
Hide file tree
Showing 6 changed files with 47 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.9.0",
"packages/catppuccin-vsc-pack": "0.1.0",
"packages/catppuccin-vscode": "3.9.0"
"packages/catppuccin-vsc": "3.10.0",
"packages/catppuccin-vsc-pack": "1.0.0",
"packages/catppuccin-vscode": "3.10.0"
}
13 changes: 13 additions & 0 deletions packages/catppuccin-vsc-pack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

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


### Features

* add extension pack icon ([#268](https://github.com/catppuccin/vscode/issues/268)) ([b657b8a](https://github.com/catppuccin/vscode/commit/b657b8a100e8bffc26481b380c4005feca7edca1))


### Continuous Integration

* add extension pack to release please ([#258](https://github.com/catppuccin/vscode/issues/258)) ([c356e5a](https://github.com/catppuccin/vscode/commit/c356e5a1c62445f61dc78b0c662b4bbb99198313))
13 changes: 13 additions & 0 deletions packages/catppuccin-vsc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### Features

* **syntax:** add dedicated highlighting for regex ([db58ea2](https://github.com/catppuccin/vscode/commit/db58ea28d502d8f27c8989526502efed921408b5))


### Bug Fixes

* **syntax:** JSDoc params color, `typeof` as keyword ([c6d63be](https://github.com/catppuccin/vscode/commit/c6d63be0421cd7548c3b87bea5e8bb73f1a93d1c))
* **ui:** command center appearance, de-emphasize borders ([#267](https://github.com/catppuccin/vscode/issues/267)) ([a822dfd](https://github.com/catppuccin/vscode/commit/a822dfdee0ee26067ac2a4d0de5aacd079d9d567))

## [3.9.0](https://github.com/catppuccin/vscode/compare/v3.8.2...v3.9.0) (2024-01-01)

This is our first update of 2024, and we just reached **200.000 downloads**!\
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.9.0",
"version": "3.10.0",
"engines": {
"vscode": "^1.80.0",
"node": ">=18.0.0"
Expand Down
15 changes: 15 additions & 0 deletions packages/catppuccin-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Changelog

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


### Miscellaneous Chores

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


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* catppuccin-vsc bumped to 3.10.0
4 changes: 2 additions & 2 deletions packages/catppuccin-vscode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@catppuccin/vscode",
"version": "3.9.0",
"version": "3.10.0",
"description": "🦌 Soothing pastel theme for VSCode, precompiled JSON version",
"files": [
"themes/*"
Expand All @@ -9,7 +9,7 @@
"access": "public"
},
"devDependencies": {
"catppuccin-vsc": "workspace:*",
"catppuccin-vsc": "3.10.0",
"tsx": "^4.7.0"
},
"scripts": {
Expand Down

0 comments on commit 1a11f68

Please sign in to comment.