Skip to content

Commit 4084eda

Browse files
committed
chore(release): publish
- @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected]
1 parent ef533a7 commit 4084eda

File tree

45 files changed

+238
-138
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+238
-138
lines changed

packages/@d-zero/a11y-check-axe-scenario/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-11-20)
7+
8+
### Features
9+
10+
- **a11y-check:** add severity detection for violations ([3ebf708](https://github.com/d-zero-dev/tools/commit/3ebf7087969d5fa43a266acfe5db9a2467cb7ba0))
11+
612
## [0.4.13](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-31)
713

814
**Note:** Version bump only for package @d-zero/a11y-check-axe-scenario

packages/@d-zero/a11y-check-axe-scenario/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d-zero/a11y-check-axe-scenario",
3-
"version": "0.4.13",
3+
"version": "0.5.0",
44
"description": "Accessibility Checker Axe Scenario",
55
"author": "D-ZERO",
66
"license": "MIT",
@@ -24,9 +24,9 @@
2424
},
2525
"dependencies": {
2626
"@axe-core/puppeteer": "4.11.0",
27-
"@d-zero/a11y-check-core": "0.5.13",
27+
"@d-zero/a11y-check-core": "0.6.0",
2828
"@d-zero/db-wcag": "1.0.0-alpha.1",
29-
"@d-zero/shared": "0.15.0"
29+
"@d-zero/shared": "0.15.1"
3030
},
3131
"devDependencies": {
3232
"axe-core": "4.11.0",

packages/@d-zero/a11y-check-core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-11-20)
7+
8+
### Features
9+
10+
- **a11y-check:** add severity detection for violations ([3ebf708](https://github.com/d-zero-dev/tools/commit/3ebf7087969d5fa43a266acfe5db9a2467cb7ba0))
11+
612
## [0.5.13](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-31)
713

814
**Note:** Version bump only for package @d-zero/a11y-check-core

packages/@d-zero/a11y-check-core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d-zero/a11y-check-core",
3-
"version": "0.5.13",
3+
"version": "0.6.0",
44
"description": "Accessibility Checker (Core Module)",
55
"author": "D-ZERO",
66
"license": "MIT",
@@ -23,14 +23,14 @@
2323
"clean": "tsc --build --clean"
2424
},
2525
"dependencies": {
26-
"@d-zero/puppeteer-dealer": "0.5.12",
27-
"@d-zero/shared": "0.15.0",
26+
"@d-zero/puppeteer-dealer": "0.6.0",
27+
"@d-zero/shared": "0.15.1",
2828
"ansi-colors": "4.1.3",
2929
"color-contrast-checker": "2.1.0",
3030
"puppeteer": "24.30.0"
3131
},
3232
"devDependencies": {
33-
"@d-zero/dealer": "1.4.2",
34-
"@d-zero/puppeteer-page-scan": "4.2.8"
33+
"@d-zero/dealer": "1.5.0",
34+
"@d-zero/puppeteer-page-scan": "4.3.0"
3535
}
3636
}

packages/@d-zero/a11y-check-scenarios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.4.14](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-11-20)
7+
8+
**Note:** Version bump only for package @d-zero/a11y-check-scenarios
9+
610
## [0.4.13](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-31)
711

812
**Note:** Version bump only for package @d-zero/a11y-check-scenarios

packages/@d-zero/a11y-check-scenarios/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d-zero/a11y-check-scenarios",
3-
"version": "0.4.13",
3+
"version": "0.4.14",
44
"description": "Accessibility Checker Scenario Collection",
55
"author": "D-ZERO",
66
"license": "MIT",
@@ -23,8 +23,8 @@
2323
"clean": "tsc --build --clean"
2424
},
2525
"dependencies": {
26-
"@d-zero/a11y-check-core": "0.5.13",
27-
"@d-zero/shared": "0.15.0",
26+
"@d-zero/a11y-check-core": "0.6.0",
27+
"@d-zero/shared": "0.15.1",
2828
"ansi-colors": "4.1.3"
2929
},
3030
"devDependencies": {

packages/@d-zero/a11y-check/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.6.0](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-11-20)
7+
8+
### Features
9+
10+
- **a11y-check:** add severity detection for violations ([3ebf708](https://github.com/d-zero-dev/tools/commit/3ebf7087969d5fa43a266acfe5db9a2467cb7ba0))
11+
612
## [0.5.2](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-31)
713

814
**Note:** Version bump only for package @d-zero/a11y-check

packages/@d-zero/a11y-check/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d-zero/a11y-check",
3-
"version": "0.5.2",
3+
"version": "0.6.0",
44
"description": "Accessibility Checker CLI",
55
"author": "D-ZERO",
66
"license": "MIT",
@@ -24,15 +24,15 @@
2424
"clean": "tsc --build --clean"
2525
},
2626
"dependencies": {
27-
"@d-zero/a11y-check-axe-scenario": "0.4.13",
28-
"@d-zero/a11y-check-core": "0.5.13",
29-
"@d-zero/a11y-check-scenarios": "0.4.13",
30-
"@d-zero/cli-core": "1.2.2",
27+
"@d-zero/a11y-check-axe-scenario": "0.5.0",
28+
"@d-zero/a11y-check-core": "0.6.0",
29+
"@d-zero/a11y-check-scenarios": "0.4.14",
30+
"@d-zero/cli-core": "1.2.3",
3131
"@d-zero/google-auth": "0.5.0",
32-
"@d-zero/google-sheets": "0.5.4",
33-
"@d-zero/puppeteer-page-scan": "4.2.8",
34-
"@d-zero/readtext": "1.1.12",
35-
"@d-zero/shared": "0.15.0",
32+
"@d-zero/google-sheets": "0.5.5",
33+
"@d-zero/puppeteer-page-scan": "4.3.0",
34+
"@d-zero/readtext": "1.1.13",
35+
"@d-zero/shared": "0.15.1",
3636
"ansi-colors": "4.1.3",
3737
"dayjs": "1.11.19",
3838
"dotenv": "17.2.3",

packages/@d-zero/archaeologist/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.3.3](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-11-20)
7+
8+
**Note:** Version bump only for package @d-zero/archaeologist
9+
610
## [3.3.2](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-31)
711

812
**Note:** Version bump only for package @d-zero/archaeologist

packages/@d-zero/archaeologist/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d-zero/archaeologist",
3-
"version": "3.3.2",
3+
"version": "3.3.3",
44
"description": "Uncover visual and HTML differences in web pages with precision",
55
"author": "D-ZERO",
66
"license": "MIT",
@@ -24,14 +24,14 @@
2424
"clean": "tsc --build --clean"
2525
},
2626
"dependencies": {
27-
"@d-zero/cli-core": "1.2.2",
27+
"@d-zero/cli-core": "1.2.3",
2828
"@d-zero/fs": "0.2.2",
2929
"@d-zero/html-distiller": "2.0.1",
30-
"@d-zero/puppeteer-dealer": "0.5.12",
31-
"@d-zero/puppeteer-page-scan": "4.2.8",
32-
"@d-zero/puppeteer-screenshot": "3.2.8",
33-
"@d-zero/readtext": "1.1.12",
34-
"@d-zero/shared": "0.15.0",
30+
"@d-zero/puppeteer-dealer": "0.6.0",
31+
"@d-zero/puppeteer-page-scan": "4.3.0",
32+
"@d-zero/puppeteer-screenshot": "3.2.9",
33+
"@d-zero/readtext": "1.1.13",
34+
"@d-zero/shared": "0.15.1",
3535
"ansi-colors": "4.1.3",
3636
"diff": "8.0.2",
3737
"front-matter": "4.0.2",

0 commit comments

Comments
 (0)