Skip to content

Commit

Permalink
bump to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHcodes committed Apr 22, 2024
1 parent 0e8b3c1 commit 51e8546
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 215 deletions.
2 changes: 1 addition & 1 deletion codegen/src/catppuccin.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ type Colors {
}
pub opaque type Color {
Color(name: String, order: Int, accent: Bool, colour: colour.Colour)
Color(name: String, order: Int, accent: Bool, colour: Result(colour.Colour, Nil))
}
pub fn flavour_name(flavour: Flavour) -> String {
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "catppuccin"
version = "2.0.0"
version = "2.0.1"

description = "⭐️ Soothing pastel library for Gleam"
licences = ["MIT"]
Expand Down
Loading

0 comments on commit 51e8546

Please sign in to comment.