Skip to content

Commit

Permalink
chore: release main (#421)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 6, 2024
1 parent 58771ad commit e738e6f
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.15.0",
"packages/catppuccin-vsc": "3.15.1",
"packages/catppuccin-vsc-pack": "1.0.2",
"packages/catppuccin-vscode": "3.15.0"
"packages/catppuccin-vscode": "3.15.1"
}
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.15.1](https://github.com/catppuccin/vscode/compare/catppuccin-vsc-v3.15.0...catppuccin-vsc-v3.15.1) (2024-08-06)


### Bug Fixes

* switch to `esm.sh` for schemas ([#420](https://github.com/catppuccin/vscode/issues/420)) ([58771ad](https://github.com/catppuccin/vscode/commit/58771ad653cc5a987e9334932833b997d3115831))

## [3.15.0](https://github.com/catppuccin/vscode/compare/catppuccin-vsc-v3.14.0...catppuccin-vsc-v3.15.0) (2024-07-06)


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.15.0",
"version": "3.15.1",
"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.15.1](https://github.com/catppuccin/vscode/compare/@catppuccin/vscode-v3.15.0...@catppuccin/vscode-v3.15.1) (2024-08-06)


### Miscellaneous Chores

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

## [3.15.0](https://github.com/catppuccin/vscode/compare/@catppuccin/vscode-v3.14.0...@catppuccin/vscode-v3.15.0) (2024-07-06)


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.15.0",
"version": "3.15.1",
"description": "🦌 Soothing pastel theme for VSCode, NPM version",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit e738e6f

Please sign in to comment.