chore(main): release 1.0.3 (#68)

This commit is contained in:
github-actions[bot] 2024-01-02 23:37:38 +01:00 committed by GitHub
parent 7c73188ac7
commit 7f103c3e11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
".": "1.0.2"
".": "1.0.3"
}

View File

@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [1.0.3](https://github.com/catppuccin/palette/compare/v1.0.2...v1.0.3) (2024-01-02)
### Bug Fixes
* **types:** use singular for color name types ([#67](https://github.com/catppuccin/palette/issues/67)) ([7c73188](https://github.com/catppuccin/palette/commit/7c73188ac7a9ce1415520669be35db50008b9c1c))
## [1.0.2](https://github.com/catppuccin/palette/compare/v1.0.1...v1.0.2) (2024-01-02)

View File

@ -14,5 +14,5 @@
"build": "deno task build:npm & deno task build:palettes",
"generate": "deno run -A ./scripts/gen_palette.ts"
},
"version": "1.0.2"
"version": "1.0.3"
}