-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @adobe/[email protected] - @adobe/[email protected]
- Loading branch information
1 parent
1dba2c5
commit 1fb08b8
Showing
6 changed files
with
21 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [1.0.0-alpha.9](https://github.com/adobe/leonardo/compare/@adobe/[email protected]...@adobe/[email protected]) (2021-08-20) | ||
|
||
**Note:** Version bump only for package @adobe/leonardo-contrast-colors | ||
|
||
|
||
|
||
|
||
|
||
# [1.0.0-alpha.8](https://github.com/adobe/leonardo/compare/@adobe/[email protected]...@adobe/[email protected]) (2020-09-08) | ||
|
||
**Note:** Version bump only for package @adobe/leonardo-contrast-colors | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@adobe/leonardo-contrast-colors", | ||
"version": "1.0.0-alpha.8", | ||
"version": "1.0.0-alpha.9", | ||
"description": "Generate colors based on a desired contrast ratio", | ||
"repository": "[email protected]:adobe/leonardo.git", | ||
"main": "./index.js", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [1.3.3](https://github.com/adobe/leonardo/compare/@adobe/[email protected]...@adobe/[email protected]) (2021-08-20) | ||
|
||
**Note:** Version bump only for package @adobe/leonardo-ui | ||
|
||
|
||
|
||
|
||
|
||
## [1.3.2](https://github.com/adobe/leonardo/compare/@adobe/[email protected]...@adobe/[email protected]) (2020-09-08) | ||
|
||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@adobe/leonardo-ui", | ||
"private": true, | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Demonstration UI for Leonardo", | ||
"repository": "[email protected]:adobe/leonardo.git", | ||
"author": "Nate Baldwin <[email protected]>", | ||
|
@@ -43,7 +43,7 @@ | |
}, | ||
"dependencies": { | ||
"@adobe/focus-ring-polyfill": "^0.1.5", | ||
"@adobe/leonardo-contrast-colors": "^1.0.0-alpha.8", | ||
"@adobe/leonardo-contrast-colors": "^1.0.0-alpha.9", | ||
"@adobe/spectrum-css-workflow-icons": "^1.0.0", | ||
"@spectrum-css/alert": "^2.0.2", | ||
"@spectrum-css/button": "^2.0.2", | ||
|