Skip to content

Commit ed980a1

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

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/colorSpace-deprecation-alias.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.1.0
4+
5+
### Minor Changes
6+
7+
- 7385295: Add `colorSpace` as the canonical property name and deprecate `colorspace` (non-breaking). The constructor, `Theme.updateColor`, and `createScale()` accept both names; `colorSpace` takes precedence. The old `colorspace` getter/setter remain as deprecated aliases and emit a console warning. TypeScript types include `colorSpace` and mark `colorspace` as `@deprecated`. Existing code continues to work.
8+
39
## 1.0.1
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.1",
3+
"version": "1.1.0",
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)