File tree Expand file tree Collapse file tree 3 files changed +348
-16
lines changed
Expand file tree Collapse file tree 3 files changed +348
-16
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 4.1.1] - 2022-08-10
10+ ### Changed
11+ - Updated dependency versions
12+
913## [ 4.1.0] - 2022-08-09
1014### Added
1115- A new configurable rule that informs users to not use H1 headings
Original file line number Diff line number Diff line change 11{
22 "name" : " tinymce-a11y-checker" ,
3- "version" : " 4.1.0 " ,
3+ "version" : " 4.1.1 " ,
44 "description" : " An accessibility checker plugin for TinyMCE." ,
55 "main" : " lib/plugin.js" ,
66 "module" : " lib/modules/plugin.js" ,
6262 "dependencies" : {
6363 "@instructure/canvas-theme" : " ^7.6.0" ,
6464 "@instructure/ui-a11y-content" : " ^7.6.0" ,
65- "@instructure/ui-alerts" : " 7.6.0" ,
65+ "@instructure/ui-alerts" : " ^ 7.6.0" ,
6666 "@instructure/ui-buttons" : " ^7.6.0" ,
6767 "@instructure/ui-checkbox" : " ^7.6.0" ,
6868 "@instructure/ui-grid" : " ^7.6.0" ,
You can’t perform that action at this time.
0 commit comments