Skip to content

Commit bbf6a62

Browse files
Yusuke HiraoYusuke Hirao
authored andcommitted
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]
1 parent 3669633 commit bbf6a62

File tree

35 files changed

+170
-100
lines changed

35 files changed

+170
-100
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.8](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-15)
7+
8+
**Note:** Version bump only for package @d-zero/a11y-check-axe-scenario
9+
610
## [0.4.7](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-15)
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.7",
3+
"version": "0.4.8",
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.10.2",
27-
"@d-zero/a11y-check-core": "0.5.7",
27+
"@d-zero/a11y-check-core": "0.5.8",
2828
"@d-zero/db-wcag": "1.0.0-alpha.1",
29-
"@d-zero/shared": "0.10.0"
29+
"@d-zero/shared": "0.11.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.8](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-15)
7+
8+
**Note:** Version bump only for package @d-zero/a11y-check-core
9+
610
## [0.5.7](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-15)
711

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

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

Lines changed: 4 additions & 4 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.7",
3+
"version": "0.5.8",
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.6",
27-
"@d-zero/shared": "0.10.0",
26+
"@d-zero/puppeteer-dealer": "0.5.7",
27+
"@d-zero/shared": "0.11.0",
2828
"ansi-colors": "4.1.3",
2929
"color-contrast-checker": "2.1.0",
3030
"puppeteer": "24.25.0"
3131
},
3232
"devDependencies": {
3333
"@d-zero/dealer": "1.3.2",
34-
"@d-zero/puppeteer-page-scan": "4.2.2"
34+
"@d-zero/puppeteer-page-scan": "4.2.3"
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.8](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-15)
7+
8+
**Note:** Version bump only for package @d-zero/a11y-check-scenarios
9+
610
## [0.4.7](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-15)
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.7",
3+
"version": "0.4.8",
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.7",
27-
"@d-zero/shared": "0.10.0",
26+
"@d-zero/a11y-check-core": "0.5.8",
27+
"@d-zero/shared": "0.11.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.4.9](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-15)
7+
8+
**Note:** Version bump only for package @d-zero/a11y-check
9+
610
## [0.4.8](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-15)
711

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

packages/@d-zero/a11y-check/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/a11y-check",
3-
"version": "0.4.8",
3+
"version": "0.4.9",
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.7",
28-
"@d-zero/a11y-check-core": "0.5.7",
29-
"@d-zero/a11y-check-scenarios": "0.4.7",
27+
"@d-zero/a11y-check-axe-scenario": "0.4.8",
28+
"@d-zero/a11y-check-core": "0.5.8",
29+
"@d-zero/a11y-check-scenarios": "0.4.8",
3030
"@d-zero/cli-core": "1.1.3",
3131
"@d-zero/google-auth": "0.4.4",
32-
"@d-zero/google-sheets": "0.4.1",
33-
"@d-zero/puppeteer-page-scan": "4.2.2",
32+
"@d-zero/google-sheets": "0.4.2",
33+
"@d-zero/puppeteer-page-scan": "4.2.3",
3434
"@d-zero/readtext": "1.1.10",
35-
"@d-zero/shared": "0.10.0",
35+
"@d-zero/shared": "0.11.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.2.4](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-15)
7+
8+
**Note:** Version bump only for package @d-zero/archaeologist
9+
610
## [3.2.3](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-15)
711

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

packages/@d-zero/archaeologist/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/archaeologist",
3-
"version": "3.2.3",
3+
"version": "3.2.4",
44
"description": "Uncover visual and HTML differences in web pages with precision",
55
"author": "D-ZERO",
66
"license": "MIT",
@@ -27,11 +27,11 @@
2727
"@d-zero/cli-core": "1.1.3",
2828
"@d-zero/fs": "0.2.1",
2929
"@d-zero/html-distiller": "2.0.1",
30-
"@d-zero/puppeteer-dealer": "0.5.6",
31-
"@d-zero/puppeteer-page-scan": "4.2.2",
32-
"@d-zero/puppeteer-screenshot": "3.2.2",
30+
"@d-zero/puppeteer-dealer": "0.5.7",
31+
"@d-zero/puppeteer-page-scan": "4.2.3",
32+
"@d-zero/puppeteer-screenshot": "3.2.3",
3333
"@d-zero/readtext": "1.1.10",
34-
"@d-zero/shared": "0.10.0",
34+
"@d-zero/shared": "0.11.0",
3535
"ansi-colors": "4.1.3",
3636
"diff": "8.0.2",
3737
"front-matter": "4.0.2",

0 commit comments

Comments
 (0)