Skip to content

Commit 04226cd

Browse files
chore: release (#262)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a890f8b commit 04226cd

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/update-deps-chroma-hsluv.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/contrast-colors/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- 35073e8: Upgrade chroma-js from ^2 to ^3 and hsluv from ^0.1 to ^1.0. The hsluv 1.0 class-based API is wrapped internally so the public interface is unchanged. Color output for HSLuv-interpolated scales may differ by a small precision amount due to updated interpolation in the new libraries.
8+
39
## 1.0.0
410

511
### Patch Changes

packages/contrast-colors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@adobe/leonardo-contrast-colors",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Generate colors based on a desired contrast ratio",
55
"repository": "git@github.com:adobe/leonardo.git",
66
"main": "./index.js",

0 commit comments

Comments
 (0)