Skip to content

Commit

Permalink
chore(main): release 1.0.0 (#43)
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 20, 2024
1 parent 3c9b12e commit 7cf6d05
Show file tree
Hide file tree
Showing 4 changed files with 25 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 @@
{
".": "0.4.0"
".": "1.0.0"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* generate all sizes of cursors from 16px -> 96px

### Features

* use breeze scripts to build xcursors & plasma scalable SVGs ([3c9b12e](https://github.com/catppuccin/cursors/commit/3c9b12e9f209689aba221053d8e5d9f6bfa26872))


### Bug Fixes

* generate all sizes of cursors from 16px -&gt; 96px ([3c9b12e](https://github.com/catppuccin/cursors/commit/3c9b12e9f209689aba221053d8e5d9f6bfa26872))


### Build system & distribution

* generate SVGs at runtime with catppuccin/whiskers ([56d43e4](https://github.com/catppuccin/cursors/commit/56d43e48faadbda5d3d2429a720a9b34d81f8175))

## [0.4.0](https://github.com/catppuccin/cursors/compare/v0.3.1...v0.4.0) (2024-10-14)


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

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/v0.4.0/catppuccin-frappe-blue-cursors.zip
curl -LOsS https://github.com/catppuccin/cursors/releases/download/v1.0.0/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 = "v0.4.0" # x-release-please-version
version = "v1.0.0" # x-release-please-version
cursors_directory = hyprcursors
EOM
}
Expand Down

0 comments on commit 7cf6d05

Please sign in to comment.