Skip to content

Commit ea8723d

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] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected] - @d-zero/[email protected]
1 parent da211f3 commit ea8723d

File tree

45 files changed

+209
-193
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

+209
-193
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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.6](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected].5...@d-zero/[email protected].6) (2025-10-03)
6+
## [0.4.7](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected].6...@d-zero/[email protected].7) (2025-10-15)
77

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

10+
## [0.4.6](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-03)
1011

11-
12-
12+
**Note:** Version bump only for package @d-zero/a11y-check-axe-scenario
1313

1414
## [0.4.5](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-09-02)
1515

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.6",
3+
"version": "0.4.7",
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.6",
27+
"@d-zero/a11y-check-core": "0.5.7",
2828
"@d-zero/db-wcag": "1.0.0-alpha.1",
29-
"@d-zero/shared": "0.9.2"
29+
"@d-zero/shared": "0.10.0"
3030
},
3131
"devDependencies": {
3232
"axe-core": "4.11.0",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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.6](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected].5...@d-zero/[email protected].6) (2025-10-03)
6+
## [0.5.7](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected].6...@d-zero/[email protected].7) (2025-10-15)
77

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

10+
## [0.5.6](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-03)
1011

11-
12-
12+
**Note:** Version bump only for package @d-zero/a11y-check-core
1313

1414
## [0.5.5](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-09-02)
1515

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.6",
3+
"version": "0.5.7",
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.5",
27-
"@d-zero/shared": "0.9.2",
26+
"@d-zero/puppeteer-dealer": "0.5.6",
27+
"@d-zero/shared": "0.10.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.1"
34+
"@d-zero/puppeteer-page-scan": "4.2.2"
3535
}
3636
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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.6](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected].5...@d-zero/[email protected].6) (2025-10-03)
6+
## [0.4.7](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected].6...@d-zero/[email protected].7) (2025-10-15)
77

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

10+
## [0.4.6](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-03)
1011

11-
12-
12+
**Note:** Version bump only for package @d-zero/a11y-check-scenarios
1313

1414
## [0.4.5](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-09-02)
1515

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.6",
3+
"version": "0.4.7",
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.6",
27-
"@d-zero/shared": "0.9.2",
26+
"@d-zero/a11y-check-core": "0.5.7",
27+
"@d-zero/shared": "0.10.0",
2828
"ansi-colors": "4.1.3"
2929
},
3030
"devDependencies": {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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.7](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected].6...@d-zero/[email protected].7) (2025-10-03)
6+
## [0.4.8](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected].7...@d-zero/[email protected].8) (2025-10-15)
77

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

10+
## [0.4.7](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-03)
1011

11-
12-
12+
**Note:** Version bump only for package @d-zero/a11y-check
1313

1414
## [0.4.6](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-09-02)
1515

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@d-zero/a11y-check",
3-
"version": "0.4.7",
3+
"version": "0.4.8",
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.6",
28-
"@d-zero/a11y-check-core": "0.5.6",
29-
"@d-zero/a11y-check-scenarios": "0.4.6",
30-
"@d-zero/cli-core": "1.1.2",
31-
"@d-zero/google-auth": "0.4.3",
32-
"@d-zero/google-sheets": "0.4.0",
33-
"@d-zero/puppeteer-page-scan": "4.2.1",
34-
"@d-zero/readtext": "1.1.9",
35-
"@d-zero/shared": "0.9.2",
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",
30+
"@d-zero/cli-core": "1.1.3",
31+
"@d-zero/google-auth": "0.4.4",
32+
"@d-zero/google-sheets": "0.4.1",
33+
"@d-zero/puppeteer-page-scan": "4.2.2",
34+
"@d-zero/readtext": "1.1.10",
35+
"@d-zero/shared": "0.10.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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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.2](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected].1...@d-zero/[email protected].2) (2025-10-03)
6+
## [3.2.3](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected].2...@d-zero/[email protected].3) (2025-10-15)
77

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

10+
## [3.2.2](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-10-03)
1011

11-
12-
12+
**Note:** Version bump only for package @d-zero/archaeologist
1313

1414
## [3.2.1](https://github.com/d-zero-dev/tools/compare/@d-zero/[email protected]...@d-zero/[email protected]) (2025-09-02)
1515

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.2.2",
3+
"version": "3.2.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.1.2",
27+
"@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.5",
31-
"@d-zero/puppeteer-page-scan": "4.2.1",
32-
"@d-zero/puppeteer-screenshot": "3.2.1",
33-
"@d-zero/readtext": "1.1.9",
34-
"@d-zero/shared": "0.9.2",
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",
33+
"@d-zero/readtext": "1.1.10",
34+
"@d-zero/shared": "0.10.0",
3535
"ansi-colors": "4.1.3",
3636
"diff": "8.0.2",
3737
"front-matter": "4.0.2",

0 commit comments

Comments
 (0)