-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### [4.45.1](v4.45.0...v4.45.1) (2021-09-07) ### Bug Fixes * **progress:** non visual alternative ([8b03370](8b03370)), closes [#721](#721) * **progress:** non visual alternative to step text ([2eea70b](2eea70b)), closes [#721](#721) * **progress bar:** non visual alternative ([aa0bc38](aa0bc38)), closes [#721](#721) * **progress bar:** removed aria role ([2ccb326](2ccb326)), closes [#721](#721) * **progress bar:** rewrote snapshots ([16c24f5](16c24f5)), closes [#721](#721) * **progress-bar:** non visual alternative ([4dc5142](4dc5142)), closes [#721](#721)
- Loading branch information
1 parent
547bc8f
commit e724d96
Showing
2 changed files
with
13 additions
and
1 deletion.
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
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "@zopauk/react-components", | ||
"sideEffects": false, | ||
"description": "Shared react styled components for all the Zopa projects.", | ||
"version": "4.45.0", | ||
"version": "4.45.1", | ||
"license": "MIT", | ||
"author": "Zopa Ltd <[email protected]> (https://zopa.com)", | ||
"main": "cjs/src/index.js", | ||
|