File tree Expand file tree Collapse file tree 23 files changed +95
-49
lines changed
Expand file tree Collapse file tree 23 files changed +95
-49
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.5.18] ( https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check-axe-scenario@0.5.17...@d-zero/a11y-check-axe-scenario@0.5.18 ) (2026-03-30)
7+
8+ ** Note:** Version bump only for package @d-zero/a11y-check-axe-scenario
9+
610## [ 0.5.17] ( https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check-axe-scenario@0.5.16...@d-zero/a11y-check-axe-scenario@0.5.17 ) (2026-03-30)
711
812** Note:** Version bump only for package @d-zero/a11y-check-axe-scenario
Original file line number Diff line number Diff line change 11{
22 "name" : " @d-zero/a11y-check-axe-scenario" ,
3- "version" : " 0.5.17 " ,
3+ "version" : " 0.5.18 " ,
44 "description" : " Accessibility Checker Axe Scenario" ,
55 "author" : " D-ZERO" ,
66 "license" : " MIT" ,
2424 },
2525 "dependencies" : {
2626 "@axe-core/puppeteer" : " 4.11.0" ,
27- "@d-zero/a11y-check-core" : " 0.6.17 " ,
27+ "@d-zero/a11y-check-core" : " 0.6.18 " ,
2828 "@d-zero/db-wcag" : " 1.0.0-alpha.1" ,
2929 "@d-zero/shared" : " 0.21.1"
3030 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.6.18] ( https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check-core@0.6.17...@d-zero/a11y-check-core@0.6.18 ) (2026-03-30)
7+
8+ ** Note:** Version bump only for package @d-zero/a11y-check-core
9+
610## [ 0.6.17] ( https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check-core@0.6.16...@d-zero/a11y-check-core@0.6.17 ) (2026-03-30)
711
812** Note:** Version bump only for package @d-zero/a11y-check-core
Original file line number Diff line number Diff line change 11{
22 "name" : " @d-zero/a11y-check-core" ,
3- "version" : " 0.6.17 " ,
3+ "version" : " 0.6.18 " ,
44 "description" : " Accessibility Checker (Core Module)" ,
55 "author" : " D-ZERO" ,
66 "license" : " MIT" ,
3131 },
3232 "devDependencies" : {
3333 "@d-zero/dealer" : " 1.7.2" ,
34- "@d-zero/puppeteer-page-scan" : " 4.4.7 "
34+ "@d-zero/puppeteer-page-scan" : " 4.4.8 "
3535 }
3636}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.4.32] ( https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check-scenarios@0.4.31...@d-zero/a11y-check-scenarios@0.4.32 ) (2026-03-30)
7+
8+ ** Note:** Version bump only for package @d-zero/a11y-check-scenarios
9+
610## [ 0.4.31] ( https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check-scenarios@0.4.30...@d-zero/a11y-check-scenarios@0.4.31 ) (2026-03-30)
711
812** Note:** Version bump only for package @d-zero/a11y-check-scenarios
Original file line number Diff line number Diff line change 11{
22 "name" : " @d-zero/a11y-check-scenarios" ,
3- "version" : " 0.4.31 " ,
3+ "version" : " 0.4.32 " ,
44 "description" : " Accessibility Checker Scenario Collection" ,
55 "author" : " D-ZERO" ,
66 "license" : " MIT" ,
2323 "clean" : " tsc --build --clean"
2424 },
2525 "dependencies" : {
26- "@d-zero/a11y-check-core" : " 0.6.17 " ,
26+ "@d-zero/a11y-check-core" : " 0.6.18 " ,
2727 "@d-zero/shared" : " 0.21.1" ,
2828 "ansi-colors" : " 4.1.3"
2929 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 0.9.5] ( https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check@0.9.4...@d-zero/a11y-check@0.9.5 ) (2026-03-30)
7+
8+ ** Note:** Version bump only for package @d-zero/a11y-check
9+
610## [ 0.9.4] ( https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check@0.9.3...@d-zero/a11y-check@0.9.4 ) (2026-03-30)
711
812** Note:** Version bump only for package @d-zero/a11y-check
Original file line number Diff line number Diff line change 11{
22 "name" : " @d-zero/a11y-check" ,
3- "version" : " 0.9.4 " ,
3+ "version" : " 0.9.5 " ,
44 "description" : " Accessibility Checker CLI" ,
55 "author" : " D-ZERO" ,
66 "license" : " MIT" ,
2424 "clean" : " tsc --build --clean"
2525 },
2626 "dependencies" : {
27- "@d-zero/a11y-check-axe-scenario" : " 0.5.17 " ,
28- "@d-zero/a11y-check-core" : " 0.6.17 " ,
29- "@d-zero/a11y-check-scenarios" : " 0.4.31 " ,
27+ "@d-zero/a11y-check-axe-scenario" : " 0.5.18 " ,
28+ "@d-zero/a11y-check-core" : " 0.6.18 " ,
29+ "@d-zero/a11y-check-scenarios" : " 0.4.32 " ,
3030 "@d-zero/cli-core" : " 1.3.6" ,
3131 "@d-zero/google-auth" : " 0.7.0" ,
3232 "@d-zero/google-sheets" : " 0.7.0" ,
33- "@d-zero/puppeteer-page-scan" : " 4.4.7 " ,
33+ "@d-zero/puppeteer-page-scan" : " 4.4.8 " ,
3434 "@d-zero/readtext" : " 1.1.20" ,
3535 "@d-zero/shared" : " 0.21.1" ,
3636 "ansi-colors" : " 4.1.3" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 3.6.1] ( https://github.com/d-zero-dev/tools/compare/@d-zero/archaeologist@3.6.0...@d-zero/archaeologist@3.6.1 ) (2026-03-30)
7+
8+ ** Note:** Version bump only for package @d-zero/archaeologist
9+
610# [ 3.6.0] ( https://github.com/d-zero-dev/tools/compare/@d-zero/archaeologist@3.5.10...@d-zero/archaeologist@3.6.0 ) (2026-03-24)
711
812### Bug Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @d-zero/archaeologist" ,
3- "version" : " 3.6.0 " ,
3+ "version" : " 3.6.1 " ,
44 "description" : " Uncover visual and HTML differences in web pages with precision" ,
55 "author" : " D-ZERO" ,
66 "license" : " MIT" ,
2828 "@d-zero/fs" : " 0.2.2" ,
2929 "@d-zero/html-distiller" : " 2.0.4" ,
3030 "@d-zero/puppeteer-dealer" : " 0.7.8" ,
31- "@d-zero/puppeteer-page-scan" : " 4.4.7 " ,
32- "@d-zero/puppeteer-screenshot" : " 3.3.7 " ,
31+ "@d-zero/puppeteer-page-scan" : " 4.4.8 " ,
32+ "@d-zero/puppeteer-screenshot" : " 3.3.8 " ,
3333 "@d-zero/readtext" : " 1.1.20" ,
3434 "@d-zero/shared" : " 0.21.1" ,
3535 "ansi-colors" : " 4.1.3" ,
You can’t perform that action at this time.
0 commit comments