Skip to content

Commit 611614b

Browse files
committed
chore(release): publish
- @d-zero/a11y-check@0.9.8 - @d-zero/a11y-check-axe-scenario@0.5.21 - @d-zero/a11y-check-core@0.6.21 - @d-zero/a11y-check-scenarios@0.4.35 - @d-zero/archaeologist@3.7.1 - @d-zero/backlog-projects@0.6.5 - @d-zero/beholder@2.1.4 - @d-zero/cli-core@1.3.8 - @d-zero/dealer@1.7.4 - @d-zero/filematch@1.2.6 - @d-zero/fs@0.2.3 - @d-zero/google-auth@0.7.1 - @d-zero/google-sheets@0.7.2 - @d-zero/html-distiller@2.0.5 - @d-zero/notion@2.0.18 - @d-zero/print@2.6.13 - @d-zero/proc-talk@0.4.22 - @d-zero/puppeteer-dealer@0.7.10 - @d-zero/puppeteer-general-actions@1.2.3 - @d-zero/puppeteer-page-scan@4.4.10 - @d-zero/puppeteer-screenshot@3.3.10 - @d-zero/puppeteer-scroll@3.1.18 - @d-zero/readtext@1.1.21 - @d-zero/remote-inspector@0.6.8 - @d-zero/replicator@0.9.6 - @d-zero/roar@2.0.2 - @d-zero/shared@0.21.3
1 parent 13c6b7b commit 611614b

File tree

55 files changed

+273
-165
lines changed

Some content is hidden

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

55 files changed

+273
-165
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.5.21](https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check-axe-scenario@0.5.21-alpha.2...@d-zero/a11y-check-axe-scenario@0.5.21) (2026-04-08)
7+
8+
**Note:** Version bump only for package @d-zero/a11y-check-axe-scenario
9+
610
## [0.5.21-alpha.2](https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check-axe-scenario@0.5.21-alpha.1...@d-zero/a11y-check-axe-scenario@0.5.21-alpha.2) (2026-04-08)
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.5.21-alpha.2",
3+
"version": "0.5.21",
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.6.21-alpha.2",
27+
"@d-zero/a11y-check-core": "0.6.21",
2828
"@d-zero/db-wcag": "1.0.0-alpha.1",
29-
"@d-zero/shared": "0.21.3-alpha.2"
29+
"@d-zero/shared": "0.21.3"
3030
},
3131
"devDependencies": {
3232
"axe-core": "4.11.1",

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.6.21](https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check-core@0.6.21-alpha.2...@d-zero/a11y-check-core@0.6.21) (2026-04-08)
7+
8+
**Note:** Version bump only for package @d-zero/a11y-check-core
9+
610
## [0.6.21-alpha.2](https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check-core@0.6.21-alpha.1...@d-zero/a11y-check-core@0.6.21-alpha.2) (2026-04-08)
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.6.21-alpha.2",
3+
"version": "0.6.21",
44
"description": "Accessibility Checker (Core Module)",
55
"author": "D-ZERO",
66
"license": "MIT",
@@ -23,15 +23,15 @@
2323
"clean": "tsc --build --clean"
2424
},
2525
"dependencies": {
26-
"@d-zero/puppeteer-dealer": "0.7.10-alpha.2",
27-
"@d-zero/shared": "0.21.3-alpha.2",
26+
"@d-zero/puppeteer-dealer": "0.7.10",
27+
"@d-zero/shared": "0.21.3",
2828
"ansi-colors": "4.1.3",
2929
"color-contrast-checker": "2.1.0",
3030
"puppeteer": "24.37.5"
3131
},
3232
"devDependencies": {
33-
"@d-zero/dealer": "1.7.4-alpha.2",
34-
"@d-zero/puppeteer-page-scan": "4.4.10-alpha.2"
33+
"@d-zero/dealer": "1.7.4",
34+
"@d-zero/puppeteer-page-scan": "4.4.10"
3535
},
3636
"repository": {
3737
"type": "git",

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.35](https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check-scenarios@0.4.35-alpha.2...@d-zero/a11y-check-scenarios@0.4.35) (2026-04-08)
7+
8+
**Note:** Version bump only for package @d-zero/a11y-check-scenarios
9+
610
## [0.4.35-alpha.2](https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check-scenarios@0.4.35-alpha.1...@d-zero/a11y-check-scenarios@0.4.35-alpha.2) (2026-04-08)
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.35-alpha.2",
3+
"version": "0.4.35",
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.6.21-alpha.2",
27-
"@d-zero/shared": "0.21.3-alpha.2",
26+
"@d-zero/a11y-check-core": "0.6.21",
27+
"@d-zero/shared": "0.21.3",
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.9.8](https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check@0.9.8-alpha.2...@d-zero/a11y-check@0.9.8) (2026-04-08)
7+
8+
**Note:** Version bump only for package @d-zero/a11y-check
9+
610
## [0.9.8-alpha.2](https://github.com/d-zero-dev/tools/compare/@d-zero/a11y-check@0.9.8-alpha.1...@d-zero/a11y-check@0.9.8-alpha.2) (2026-04-08)
711

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

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.9.8-alpha.2",
3+
"version": "0.9.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.5.21-alpha.2",
28-
"@d-zero/a11y-check-core": "0.6.21-alpha.2",
29-
"@d-zero/a11y-check-scenarios": "0.4.35-alpha.2",
30-
"@d-zero/cli-core": "1.3.8-alpha.2",
31-
"@d-zero/google-auth": "0.7.1-alpha.2",
32-
"@d-zero/google-sheets": "0.7.2-alpha.2",
33-
"@d-zero/puppeteer-page-scan": "4.4.10-alpha.2",
34-
"@d-zero/readtext": "1.1.21-alpha.2",
35-
"@d-zero/shared": "0.21.3-alpha.2",
27+
"@d-zero/a11y-check-axe-scenario": "0.5.21",
28+
"@d-zero/a11y-check-core": "0.6.21",
29+
"@d-zero/a11y-check-scenarios": "0.4.35",
30+
"@d-zero/cli-core": "1.3.8",
31+
"@d-zero/google-auth": "0.7.1",
32+
"@d-zero/google-sheets": "0.7.2",
33+
"@d-zero/puppeteer-page-scan": "4.4.10",
34+
"@d-zero/readtext": "1.1.21",
35+
"@d-zero/shared": "0.21.3",
3636
"ansi-colors": "4.1.3",
3737
"dayjs": "1.11.19",
3838
"dotenv": "17.3.1",

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.7.1](https://github.com/d-zero-dev/tools/compare/@d-zero/archaeologist@3.7.1-alpha.2...@d-zero/archaeologist@3.7.1) (2026-04-08)
7+
8+
**Note:** Version bump only for package @d-zero/archaeologist
9+
610
## [3.7.1-alpha.2](https://github.com/d-zero-dev/tools/compare/@d-zero/archaeologist@3.7.1-alpha.1...@d-zero/archaeologist@3.7.1-alpha.2) (2026-04-08)
711

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

packages/@d-zero/archaeologist/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/archaeologist",
3-
"version": "3.7.1-alpha.2",
3+
"version": "3.7.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.3.8-alpha.2",
28-
"@d-zero/fs": "0.2.3-alpha.2",
29-
"@d-zero/html-distiller": "2.0.5-alpha.2",
30-
"@d-zero/puppeteer-dealer": "0.7.10-alpha.2",
31-
"@d-zero/puppeteer-page-scan": "4.4.10-alpha.2",
32-
"@d-zero/puppeteer-screenshot": "3.3.10-alpha.2",
33-
"@d-zero/readtext": "1.1.21-alpha.2",
34-
"@d-zero/shared": "0.21.3-alpha.2",
27+
"@d-zero/cli-core": "1.3.8",
28+
"@d-zero/fs": "0.2.3",
29+
"@d-zero/html-distiller": "2.0.5",
30+
"@d-zero/puppeteer-dealer": "0.7.10",
31+
"@d-zero/puppeteer-page-scan": "4.4.10",
32+
"@d-zero/puppeteer-screenshot": "3.3.10",
33+
"@d-zero/readtext": "1.1.21",
34+
"@d-zero/shared": "0.21.3",
3535
"ansi-colors": "4.1.3",
3636
"diff": "8.0.3",
3737
"front-matter": "4.0.2",

0 commit comments

Comments
 (0)