Skip to content

Commit

Permalink
chore(main): release 1.0.2 (#56)
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 Dec 4, 2024
1 parent fc88cfb commit 190cc3c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 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.1"
".": "1.0.2"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [1.0.2](https://github.com/catppuccin/cursors/compare/v1.0.1...v1.0.2) (2024-12-03)


### Bug Fixes

* alias svg-&gt;png generation failing ([#57](https://github.com/catppuccin/cursors/issues/57)) ([42d57f7](https://github.com/catppuccin/cursors/commit/42d57f790c0bac1c9948063fb8b548a67adfe2af))
* build hyprcursor with svgs (again) ([#55](https://github.com/catppuccin/cursors/issues/55)) ([fc88cfb](https://github.com/catppuccin/cursors/commit/fc88cfb1f01d8dc19849d4ccb331e1ade704afa4))
* latte dark/light being inverted ([#60](https://github.com/catppuccin/cursors/issues/60)) ([652fa31](https://github.com/catppuccin/cursors/commit/652fa31e8ef9fcf4c026a41751ceb8ce3977c366))


### Build system & distribution

* batch svgs for inkscape (again) ([#54](https://github.com/catppuccin/cursors/issues/54)) ([cec18c8](https://github.com/catppuccin/cursors/commit/cec18c83ceb51e6aa184af4a666d1e05b1aaf5f8))
* **svgs:** link `fleur` to `all-scroll` ([#58](https://github.com/catppuccin/cursors/issues/58)) ([f3c116b](https://github.com/catppuccin/cursors/commit/f3c116b1fc6a04a25fd22f18746e0de7451b4a3e))

## [1.0.1](https://github.com/catppuccin/cursors/compare/v1.0.0...v1.0.1) (2024-10-25)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This project is a modification of [Volantes Cursors](https://github.com/varlesh/

<!-- x-release-please-start-version -->

1. Download your preferred flavor and accent from the [latest GitHub release](https://github.com/catppuccin/cursors/releases/tag/v1.0.1).
1. Download your preferred flavor and accent from the [latest GitHub release](https://github.com/catppuccin/cursors/releases/tag/v1.0.2).

1. Extract the downloaded zip to one of the following locations:

Expand All @@ -56,7 +56,7 @@ This project is a modification of [Volantes Cursors](https://github.com/varlesh/

```bash
cd $HOME/.icons # or `/usr/share/icons`
curl -LOsS https://github.com/catppuccin/cursors/releases/download/v1.0.1/catppuccin-frappe-blue-cursors.zip
curl -LOsS https://github.com/catppuccin/cursors/releases/download/v1.0.2/catppuccin-frappe-blue-cursors.zip
unzip catppuccin-frappe-blue-cursors.zip
```

Expand Down
2 changes: 1 addition & 1 deletion src/templates/manifest.hl.tera
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ whiskers:
---
name = Catppuccin {{ flavor.name }} {{ accent | capitalize }}
description = based on Volantes Cursors
version = "v1.0.1" # x-release-please-version
version = "v1.0.2" # x-release-please-version
cursors_directory = hyprcursors

0 comments on commit 190cc3c

Please sign in to comment.