Skip to content

Commit

Permalink
chore(main): release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 11, 2024
1 parent 79e71fd commit 849ab63
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [1.0.1](https://github.com/catppuccin/fleet/compare/v1.0.0...v1.0.1) (2024-08-11)


### Bug Fixes

* colour default listItem background ([#29](https://github.com/catppuccin/fleet/issues/29)) ([b82e98e](https://github.com/catppuccin/fleet/commit/b82e98e5772355bdb5ad5557c32d8ace8c82a3bf))
* make problems widget error easier on the eyes ([#31](https://github.com/catppuccin/fleet/issues/31)) ([d55213c](https://github.com/catppuccin/fleet/commit/d55213c06577077807df43c55876a2c562fd2230))
2 changes: 1 addition & 1 deletion catppuccin-theme/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
alias(libs.plugins.fleet.plugin)
}

version = "1.0.0" // x-release-please-version
version = "1.0.1" // x-release-please-version

fleetPlugin {
id = "com.github.catppuccin.fleet"
Expand Down

0 comments on commit 849ab63

Please sign in to comment.