Skip to content

Commit 2397932

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]
1 parent 9207e85 commit 2397932

File tree

41 files changed

+211
-127
lines changed

Some content is hidden

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

41 files changed

+211
-127
lines changed

packages/@d-zero/a11y-check-axe-scenario/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.12](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-30)
7+
8+
**Note:** Version bump only for package @d-zero/a11y-check-axe-scenario
9+
610
## [0.4.11](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-30)
711

812
**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.11",
3+
"version": "0.4.12",
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.11",
27+
"@d-zero/a11y-check-core": "0.5.12",
2828
"@d-zero/db-wcag": "1.0.0-alpha.1",
29-
"@d-zero/shared": "0.13.0"
29+
"@d-zero/shared": "0.14.0"
3030
},
3131
"devDependencies": {
3232
"axe-core": "4.11.0",

packages/@d-zero/a11y-check-core/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.5.12](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-30)
7+
8+
**Note:** Version bump only for package @d-zero/a11y-check-core
9+
610
## [0.5.11](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-30)
711

812
**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.11",
3+
"version": "0.5.12",
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.10",
27-
"@d-zero/shared": "0.13.0",
26+
"@d-zero/puppeteer-dealer": "0.5.11",
27+
"@d-zero/shared": "0.14.0",
2828
"ansi-colors": "4.1.3",
2929
"color-contrast-checker": "2.1.0",
3030
"puppeteer": "24.27.0"
3131
},
3232
"devDependencies": {
33-
"@d-zero/dealer": "1.4.0",
34-
"@d-zero/puppeteer-page-scan": "4.2.6"
33+
"@d-zero/dealer": "1.4.1",
34+
"@d-zero/puppeteer-page-scan": "4.2.7"
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.12](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-30)
7+
8+
**Note:** Version bump only for package @d-zero/a11y-check-scenarios
9+
610
## [0.4.11](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-30)
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.11",
3+
"version": "0.4.12",
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.11",
27-
"@d-zero/shared": "0.13.0",
26+
"@d-zero/a11y-check-core": "0.5.12",
27+
"@d-zero/shared": "0.14.0",
2828
"ansi-colors": "4.1.3"
2929
},
3030
"devDependencies": {

packages/@d-zero/a11y-check/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.5.1](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-30)
7+
8+
**Note:** Version bump only for package @d-zero/a11y-check
9+
610
# [0.5.0](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-30)
711

812
### Features

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d-zero/a11y-check",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
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.11",
28-
"@d-zero/a11y-check-core": "0.5.11",
29-
"@d-zero/a11y-check-scenarios": "0.4.11",
30-
"@d-zero/cli-core": "1.2.0",
27+
"@d-zero/a11y-check-axe-scenario": "0.4.12",
28+
"@d-zero/a11y-check-core": "0.5.12",
29+
"@d-zero/a11y-check-scenarios": "0.4.12",
30+
"@d-zero/cli-core": "1.2.1",
3131
"@d-zero/google-auth": "0.5.0",
32-
"@d-zero/google-sheets": "0.5.2",
33-
"@d-zero/puppeteer-page-scan": "4.2.6",
32+
"@d-zero/google-sheets": "0.5.3",
33+
"@d-zero/puppeteer-page-scan": "4.2.7",
3434
"@d-zero/readtext": "1.1.12",
35-
"@d-zero/shared": "0.13.0",
35+
"@d-zero/shared": "0.14.0",
3636
"ansi-colors": "4.1.3",
3737
"dayjs": "1.11.18",
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.1](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-30)
7+
8+
**Note:** Version bump only for package @d-zero/archaeologist
9+
610
# [3.3.0](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-30)
711

812
### Features

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d-zero/archaeologist",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
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.0",
27+
"@d-zero/cli-core": "1.2.1",
2828
"@d-zero/fs": "0.2.2",
2929
"@d-zero/html-distiller": "2.0.1",
30-
"@d-zero/puppeteer-dealer": "0.5.10",
31-
"@d-zero/puppeteer-page-scan": "4.2.6",
32-
"@d-zero/puppeteer-screenshot": "3.2.6",
30+
"@d-zero/puppeteer-dealer": "0.5.11",
31+
"@d-zero/puppeteer-page-scan": "4.2.7",
32+
"@d-zero/puppeteer-screenshot": "3.2.7",
3333
"@d-zero/readtext": "1.1.12",
34-
"@d-zero/shared": "0.13.0",
34+
"@d-zero/shared": "0.14.0",
3535
"ansi-colors": "4.1.3",
3636
"diff": "8.0.2",
3737
"front-matter": "4.0.2",

0 commit comments

Comments
 (0)