Skip to content

Commit

Permalink
updates v3.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cormullion committed May 9, 2024
1 parent cc7ec1d commit 5c89da4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Changelog

## [v3.25.0] - 2024-05-09 10:20:34
## [v3.25.0] - 2024-05-09

### Added

- mpetroff's accessible-color-cycles (https://github.com/mpetroff/accessible-color-cycles)
- mpetroff's accessible-color-cycles (https://github.com/mpetroff/accessible-color-cycles) (thanks @moelf!)

- Studio Ghibli palettes (https://github.com/ewenme/ghibli)
- ibm_cvd (Color Blind Safe Palette of IBM Design Language v1 Color Names: Ultramarine 40, Indigo 50, Magenta 50 , Orange 40, Gold 20, Black 100) (thanks @ValentinKaisermayer
)

- ibm_cvd (Color Blind Safe Palette of IBM Design Language v1 Color Names: Ultramarine 40, Indigo 50, Magenta 50 , Orange 40, Gold 20, Black 100)
- Studio Ghibli palettes (https://github.com/ewenme/ghibli) (thanks @tecosaur!)

### Removed

Expand Down
18 changes: 1 addition & 17 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"

[compat]
ColorTypes = "0.9, 0.10, 0.11"
Colors = "0.9, 0.10, 0.11, 0.12"
ColorVectorSpace = "0.9, 0.10"
Documenter = "1"
FixedPointNumbers = "0.6, 0.7, 0.8"
Luxor = "3, 4"
julia = "1"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test"]

0 comments on commit 5c89da4

Please sign in to comment.