chore(main): release 1.0.1 (#5)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2025-05-02 17:43:31 +03:00 committed by GitHub
parent f0ae5901a9
commit fecaa6faab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 11 additions and 3 deletions

View File

@ -1,5 +1,13 @@
# Changelog # Changelog
## [1.0.1](https://github.com/husa/catppuccin-keybr/compare/v1.0.0...v1.0.1) (2025-05-02)
### Bug Fixes
* update button and keys colors ([2134354](https://github.com/husa/catppuccin-keybr/commit/2134354d2daf4b6b94dc9aff0b45a50233440419))
* use "catppuccin" prefix for generated files ([8d2b183](https://github.com/husa/catppuccin-keybr/commit/8d2b18316395ea39cfabf3c2a3ab9e69abc97422))
## 1.0.0 (2025-04-25) ## 1.0.0 (2025-04-25)

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "catppuccin-keybr", "name": "catppuccin-keybr",
"version": "1.0.0", "version": "1.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "catppuccin-keybr", "name": "catppuccin-keybr",
"version": "1.0.0", "version": "1.0.1",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@catppuccin/palette": "^1.7.1", "@catppuccin/palette": "^1.7.1",

View File

@ -1,7 +1,7 @@
{ {
"name": "catppuccin-keybr", "name": "catppuccin-keybr",
"private": true, "private": true,
"version": "1.0.0", "version": "1.0.1",
"main": "index.js", "main": "index.js",
"type": "module", "type": "module",
"scripts": { "scripts": {