Skip to content

Commit 5c89da4

Browse files
committed
updates v3.25.0
1 parent cc7ec1d commit 5c89da4

File tree

2 files changed

+6
-21
lines changed

2 files changed

+6
-21
lines changed

CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Changelog
22

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

55
### Added
66

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

9-
- Studio Ghibli palettes (https://github.com/ewenme/ghibli)
9+
- 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
10+
)
1011

11-
- 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)
12+
- Studio Ghibli palettes (https://github.com/ewenme/ghibli) (thanks @tecosaur!)
1213

1314
### Removed
1415

docs/Project.toml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
11
[deps]
2-
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
32
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
3+
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
44
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
55
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
66
FixedPointNumbers = "53c48c17-4a7d-5ca2-90c5-79b7896eea93"
77
Luxor = "ae8d54c2-7ccd-5906-9d76-62fc9837b5bc"
8-
ColorVectorSpace = "c3611d14-8923-5661-9e6a-0046d554d3a4"
9-
10-
[compat]
11-
ColorTypes = "0.9, 0.10, 0.11"
12-
Colors = "0.9, 0.10, 0.11, 0.12"
13-
ColorVectorSpace = "0.9, 0.10"
14-
Documenter = "1"
15-
FixedPointNumbers = "0.6, 0.7, 0.8"
16-
Luxor = "3, 4"
17-
julia = "1"
18-
19-
[extras]
20-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
21-
22-
[targets]
23-
test = ["Test"]

0 commit comments

Comments
 (0)