Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#50)
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 Oct 25, 2024
1 parent 571d2b6 commit 2a08ad5
Show file tree
Hide file tree
Showing 4 changed files with 16 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.0"
".": "1.0.1"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Bug Fixes

* pointer & corner hotspots ([#47](https://github.com/catppuccin/cursors/issues/47)) ([5a5a4a9](https://github.com/catppuccin/cursors/commit/5a5a4a9d5d3159ff51170e2107732f77aff12607))


### Build system & distribution

* maintain symlinks in built zips ([#51](https://github.com/catppuccin/cursors/issues/51)) ([571d2b6](https://github.com/catppuccin/cursors/commit/571d2b6321b47ad3f0646399d77a896d3f990a02))

## [1.0.0](https://github.com/catppuccin/cursors/compare/v0.4.0...v1.0.0) (2024-10-20)


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.0).
1. Download your preferred flavor and accent from the [latest GitHub release](https://github.com/catppuccin/cursors/releases/tag/v1.0.1).

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.0/catppuccin-frappe-blue-cursors.zip
curl -LOsS https://github.com/catppuccin/cursors/releases/download/v1.0.1/catppuccin-frappe-blue-cursors.zip
unzip catppuccin-frappe-blue-cursors.zip
```

Expand Down
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ compile_hyprcursors() {
cat >"$out_dir"/manifest.hl <<-EOM
name = ${theme_name%-cursors}
description = ${theme_comment#Comment=}
version = "v1.0.0" # x-release-please-version
version = "v1.0.1" # x-release-please-version
cursors_directory = hyprcursors
EOM
}
Expand Down

0 comments on commit 2a08ad5

Please sign in to comment.