From 34ff82b04faf65d22f323fd9ea47e03ede0fc13c Mon Sep 17 00:00:00 2001 From: wadackel Date: Sun, 5 Jun 2022 23:53:30 +0900 Subject: [PATCH] chore: publish --- CHANGELOG.md | 14 +++++++++++ examples/html/CHANGELOG.md | 4 ++++ examples/html/package.json | 10 ++++---- examples/storybook5/CHANGELOG.md | 4 ++++ examples/storybook5/package.json | 8 +++---- examples/storybook6/CHANGELOG.md | 4 ++++ examples/storybook6/package.json | 8 +++---- lerna.json | 2 +- packages/acot-config/CHANGELOG.md | 4 ++++ packages/acot-config/package.json | 6 ++--- packages/acot-preset-axe/CHANGELOG.md | 4 ++++ packages/acot-preset-axe/package.json | 6 ++--- packages/acot-preset-wcag/CHANGELOG.md | 6 +++++ packages/acot-preset-wcag/package.json | 8 +++---- packages/acot-reporter-dot/CHANGELOG.md | 4 ++++ packages/acot-reporter-dot/package.json | 10 ++++---- packages/acot-reporter-github/CHANGELOG.md | 4 ++++ packages/acot-reporter-github/package.json | 12 +++++----- packages/acot-reporter-pretty/CHANGELOG.md | 6 +++++ packages/acot-reporter-pretty/package.json | 10 ++++---- packages/acot-runner-sitemap/CHANGELOG.md | 6 +++++ packages/acot-runner-sitemap/package.json | 14 +++++------ packages/acot-runner-storybook/CHANGELOG.md | 4 ++++ packages/acot-runner-storybook/package.json | 12 +++++----- packages/acot-runner/CHANGELOG.md | 4 ++++ packages/acot-runner/package.json | 10 ++++---- packages/cli/CHANGELOG.md | 11 +++++++++ packages/cli/package.json | 26 ++++++++++----------- packages/config/CHANGELOG.md | 4 ++++ packages/config/package.json | 14 +++++------ packages/connection/CHANGELOG.md | 4 ++++ packages/connection/package.json | 4 ++-- packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 20 ++++++++-------- packages/document/CHANGELOG.md | 6 +++++ packages/document/package.json | 12 +++++----- packages/factory/CHANGELOG.md | 4 ++++ packages/factory/package.json | 4 ++-- packages/find-chrome/CHANGELOG.md | 4 ++++ packages/find-chrome/package.json | 2 +- packages/html-pickup/CHANGELOG.md | 4 ++++ packages/html-pickup/package.json | 2 +- packages/logger/CHANGELOG.md | 4 ++++ packages/logger/package.json | 2 +- packages/mock/CHANGELOG.md | 4 ++++ packages/mock/package.json | 6 ++--- packages/module-loader/CHANGELOG.md | 4 ++++ packages/module-loader/package.json | 4 ++-- packages/reporter/CHANGELOG.md | 4 ++++ packages/reporter/package.json | 8 +++---- packages/runner/CHANGELOG.md | 4 ++++ packages/runner/package.json | 8 +++---- packages/schema-validator/CHANGELOG.md | 4 ++++ packages/schema-validator/package.json | 2 +- packages/types/CHANGELOG.md | 4 ++++ packages/types/package.json | 6 ++--- packages/utils/CHANGELOG.md | 4 ++++ packages/utils/package.json | 2 +- 58 files changed, 260 insertions(+), 119 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe909237..1aa21fe7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +### Bug Fixes + +- **acot-reporter-pretty:** fix stat bugs in testcase summary ([f9a2552](https://github.com/acot-a11y/acot/commit/f9a2552fc758dd205d7431c1b8819aa297a18d09)) +- **cli:** support non TTY environment on `preset test` ([48e3ce0](https://github.com/acot-a11y/acot/commit/48e3ce04cd12016e1deafbc63dc8e90482f6d212)) + +### Features + +- **acot-preset-wcag:** add `invalid-id-reference` rule ([2a70d7e](https://github.com/acot-a11y/acot/commit/2a70d7e99342c360a0f788ddd96d357dc3a34944)) +- **acot-runner-sitemap:** add retry behavior to sitemap fetcher ([fcc1293](https://github.com/acot-a11y/acot/commit/fcc1293fdb162115d87303f59c36b9958ebcd874)) +- **cli:** add `parallel` option to `preset test` command ([32f7e1e](https://github.com/acot-a11y/acot/commit/32f7e1e523bf8e03b61f2e776e4e06535a44afd7)) +- **document:** add progress indicator to documentation testing ([756158b](https://github.com/acot-a11y/acot/commit/756158bea53f797972bca577c0235a763fcef922)) + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) ### Features diff --git a/examples/html/CHANGELOG.md b/examples/html/CHANGELOG.md index 762cdb3a..b28575b7 100644 --- a/examples/html/CHANGELOG.md +++ b/examples/html/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @example/html + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @example/html diff --git a/examples/html/package.json b/examples/html/package.json index 2c496a33..2dff443e 100644 --- a/examples/html/package.json +++ b/examples/html/package.json @@ -1,16 +1,16 @@ { "name": "@example/html", - "version": "0.0.18", + "version": "0.0.19", "private": true, "scripts": { "serve": "serve src -l 6005", "test": "acot run" }, "devDependencies": { - "@acot/acot-config": "0.0.18", - "@acot/acot-preset-axe": "0.0.18", - "@acot/acot-preset-wcag": "0.0.18", - "@acot/cli": "0.0.18", + "@acot/acot-config": "0.0.19", + "@acot/acot-preset-axe": "0.0.19", + "@acot/acot-preset-wcag": "0.0.19", + "@acot/cli": "0.0.19", "puppeteer": "^13.5.1", "serve": "^11.3.0", "typescript": "^4.1.2" diff --git a/examples/storybook5/CHANGELOG.md b/examples/storybook5/CHANGELOG.md index 7e6deb51..384742f6 100644 --- a/examples/storybook5/CHANGELOG.md +++ b/examples/storybook5/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @example/storybook5 + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @example/storybook5 diff --git a/examples/storybook5/package.json b/examples/storybook5/package.json index 55b3023d..6f5c4d2e 100644 --- a/examples/storybook5/package.json +++ b/examples/storybook5/package.json @@ -1,6 +1,6 @@ { "name": "@example/storybook5", - "version": "0.0.18", + "version": "0.0.19", "private": true, "scripts": { "start": "start-storybook -p 6006", @@ -8,9 +8,9 @@ "test:server": "acot run" }, "devDependencies": { - "@acot/acot-preset-wcag": "0.0.18", - "@acot/acot-runner-storybook": "0.0.18", - "@acot/cli": "0.0.18", + "@acot/acot-preset-wcag": "0.0.19", + "@acot/acot-runner-storybook": "0.0.19", + "@acot/cli": "0.0.19", "@babel/core": "^7.12.8", "@storybook/addons": "^5.3.18", "@storybook/react": "^5.3.18", diff --git a/examples/storybook6/CHANGELOG.md b/examples/storybook6/CHANGELOG.md index a44a7554..17871c5b 100644 --- a/examples/storybook6/CHANGELOG.md +++ b/examples/storybook6/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @example/storybook6 + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @example/storybook6 diff --git a/examples/storybook6/package.json b/examples/storybook6/package.json index f953baf2..51e1e75e 100644 --- a/examples/storybook6/package.json +++ b/examples/storybook6/package.json @@ -1,6 +1,6 @@ { "name": "@example/storybook6", - "version": "0.0.18", + "version": "0.0.19", "private": true, "scripts": { "start": "start-storybook -p 6007", @@ -8,9 +8,9 @@ "test:server": "acot run" }, "devDependencies": { - "@acot/acot-preset-wcag": "0.0.18", - "@acot/acot-runner-storybook": "0.0.18", - "@acot/cli": "0.0.18", + "@acot/acot-preset-wcag": "0.0.19", + "@acot/acot-runner-storybook": "0.0.19", + "@acot/cli": "0.0.19", "@babel/core": "^7.17.10", "@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/plugin-proposal-decorators": "^7.17.9", diff --git a/lerna.json b/lerna.json index c0db7a3c..a62d0033 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.0.18", + "version": "0.0.19", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/acot-config/CHANGELOG.md b/packages/acot-config/CHANGELOG.md index 57dfba41..c96616e5 100644 --- a/packages/acot-config/CHANGELOG.md +++ b/packages/acot-config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/acot-config + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/acot-config diff --git a/packages/acot-config/package.json b/packages/acot-config/package.json index 17eefad4..052ba082 100644 --- a/packages/acot-config/package.json +++ b/packages/acot-config/package.json @@ -1,6 +1,6 @@ { "name": "@acot/acot-config", - "version": "0.0.18", + "version": "0.0.19", "description": "A basic acot rule set.", "keywords": [ "acot", @@ -27,8 +27,8 @@ "build": "tsc" }, "dependencies": { - "@acot/acot-preset-axe": "0.0.18", - "@acot/acot-preset-wcag": "0.0.18" + "@acot/acot-preset-axe": "0.0.19", + "@acot/acot-preset-wcag": "0.0.19" }, "publishConfig": { "access": "public" diff --git a/packages/acot-preset-axe/CHANGELOG.md b/packages/acot-preset-axe/CHANGELOG.md index 1a12cf60..bb5f0f5e 100644 --- a/packages/acot-preset-axe/CHANGELOG.md +++ b/packages/acot-preset-axe/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/acot-preset-axe + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/acot-preset-axe diff --git a/packages/acot-preset-axe/package.json b/packages/acot-preset-axe/package.json index f980b59c..f0794102 100644 --- a/packages/acot-preset-axe/package.json +++ b/packages/acot-preset-axe/package.json @@ -1,6 +1,6 @@ { "name": "@acot/acot-preset-axe", - "version": "0.0.18", + "version": "0.0.19", "description": "An axe rule set for acot.", "keywords": [ "acot", @@ -33,8 +33,8 @@ "test": "yarn acot preset test --port 1235" }, "dependencies": { - "@acot/cli": "0.0.18", - "@acot/core": "0.0.18", + "@acot/cli": "0.0.19", + "@acot/core": "0.0.19", "@sinclair/typebox": "^0.23.2", "axe-core": "^4.1.1" }, diff --git a/packages/acot-preset-wcag/CHANGELOG.md b/packages/acot-preset-wcag/CHANGELOG.md index cf1cbaca..386671a8 100644 --- a/packages/acot-preset-wcag/CHANGELOG.md +++ b/packages/acot-preset-wcag/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +### Features + +- **acot-preset-wcag:** add `invalid-id-reference` rule ([2a70d7e](https://github.com/acot-a11y/acot/commit/2a70d7e99342c360a0f788ddd96d357dc3a34944)) + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) ### Features diff --git a/packages/acot-preset-wcag/package.json b/packages/acot-preset-wcag/package.json index d717ae42..efe27f3d 100644 --- a/packages/acot-preset-wcag/package.json +++ b/packages/acot-preset-wcag/package.json @@ -1,6 +1,6 @@ { "name": "@acot/acot-preset-wcag", - "version": "0.0.18", + "version": "0.0.19", "description": "A WCAG-based rule set for acot.", "keywords": [ "acot", @@ -34,9 +34,9 @@ "test": "yarn acot preset test --port 1234" }, "dependencies": { - "@acot/cli": "0.0.18", - "@acot/core": "0.0.18", - "@acot/utils": "0.0.18", + "@acot/cli": "0.0.19", + "@acot/core": "0.0.19", + "@acot/utils": "0.0.19", "@sinclair/typebox": "^0.23.2", "language-tags": "^1.0.5", "p-limit": "3.1.0" diff --git a/packages/acot-reporter-dot/CHANGELOG.md b/packages/acot-reporter-dot/CHANGELOG.md index ab33356c..abd93392 100644 --- a/packages/acot-reporter-dot/CHANGELOG.md +++ b/packages/acot-reporter-dot/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/acot-reporter-dot + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/acot-reporter-dot diff --git a/packages/acot-reporter-dot/package.json b/packages/acot-reporter-dot/package.json index 38bffb6c..0ceff6e1 100644 --- a/packages/acot-reporter-dot/package.json +++ b/packages/acot-reporter-dot/package.json @@ -1,6 +1,6 @@ { "name": "@acot/acot-reporter-dot", - "version": "0.0.18", + "version": "0.0.19", "description": "A dot reporter for @acot/cli.", "keywords": [ "acot", @@ -36,9 +36,9 @@ ] }, "dependencies": { - "@acot/html-pickup": "0.0.18", - "@acot/module-loader": "0.0.18", - "@acot/reporter": "0.0.18", + "@acot/html-pickup": "0.0.19", + "@acot/module-loader": "0.0.19", + "@acot/reporter": "0.0.19", "boxen": "^5.0.0", "chalk": "^4.0.0", "figures": "^3.2.0", @@ -49,7 +49,7 @@ "strip-ansi": "^6.0.0" }, "devDependencies": { - "@acot/types": "0.0.18" + "@acot/types": "0.0.19" }, "publishConfig": { "access": "public" diff --git a/packages/acot-reporter-github/CHANGELOG.md b/packages/acot-reporter-github/CHANGELOG.md index 126835ed..00e83bfa 100644 --- a/packages/acot-reporter-github/CHANGELOG.md +++ b/packages/acot-reporter-github/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/acot-reporter-github + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/acot-reporter-github diff --git a/packages/acot-reporter-github/package.json b/packages/acot-reporter-github/package.json index da7ddb17..fb5d510e 100644 --- a/packages/acot-reporter-github/package.json +++ b/packages/acot-reporter-github/package.json @@ -1,6 +1,6 @@ { "name": "@acot/acot-reporter-github", - "version": "0.0.18", + "version": "0.0.19", "description": "GitHub reporter for @acot/cli.", "homepage": "https://github.com/acot-a11y/acot/tree/main/packages/acot-reporter-github", "bugs": { @@ -33,8 +33,8 @@ ] }, "dependencies": { - "@acot/reporter": "0.0.18", - "@acot/schema-validator": "0.0.18", + "@acot/reporter": "0.0.19", + "@acot/schema-validator": "0.0.19", "@sinclair/typebox": "^0.23.2", "chalk": "^4.0.0", "debug": "^4.3.1", @@ -42,9 +42,9 @@ "got": "11.8.3" }, "devDependencies": { - "@acot/factory": "0.0.18", - "@acot/mock": "0.0.18", - "@acot/types": "0.0.18", + "@acot/factory": "0.0.19", + "@acot/mock": "0.0.19", + "@acot/types": "0.0.19", "@types/env-ci": "3.1.1", "nock": "13.2.4" }, diff --git a/packages/acot-reporter-pretty/CHANGELOG.md b/packages/acot-reporter-pretty/CHANGELOG.md index a6d38c9c..fa28ad74 100644 --- a/packages/acot-reporter-pretty/CHANGELOG.md +++ b/packages/acot-reporter-pretty/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +### Bug Fixes + +- **acot-reporter-pretty:** fix stat bugs in testcase summary ([f9a2552](https://github.com/acot-a11y/acot/commit/f9a2552fc758dd205d7431c1b8819aa297a18d09)) + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/acot-reporter-pretty diff --git a/packages/acot-reporter-pretty/package.json b/packages/acot-reporter-pretty/package.json index c6073ecd..ab2a19ae 100644 --- a/packages/acot-reporter-pretty/package.json +++ b/packages/acot-reporter-pretty/package.json @@ -1,6 +1,6 @@ { "name": "@acot/acot-reporter-pretty", - "version": "0.0.18", + "version": "0.0.19", "description": "A pretty reporter for @acot/cli.", "keywords": [ "acot", @@ -36,9 +36,9 @@ ] }, "dependencies": { - "@acot/html-pickup": "0.0.18", - "@acot/module-loader": "0.0.18", - "@acot/reporter": "0.0.18", + "@acot/html-pickup": "0.0.19", + "@acot/module-loader": "0.0.19", + "@acot/reporter": "0.0.19", "boxen": "^5.0.0", "chalk": "^4.0.0", "cli-table": "^0.3.4", @@ -53,7 +53,7 @@ "text-table": "^0.2.0" }, "devDependencies": { - "@acot/types": "0.0.18", + "@acot/types": "0.0.19", "@types/cli-table": "0.3.0", "@types/text-table": "0.2.2" }, diff --git a/packages/acot-runner-sitemap/CHANGELOG.md b/packages/acot-runner-sitemap/CHANGELOG.md index 2de5c902..339a398f 100644 --- a/packages/acot-runner-sitemap/CHANGELOG.md +++ b/packages/acot-runner-sitemap/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +### Features + +- **acot-runner-sitemap:** add retry behavior to sitemap fetcher ([fcc1293](https://github.com/acot-a11y/acot/commit/fcc1293fdb162115d87303f59c36b9958ebcd874)) + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/acot-runner-sitemap diff --git a/packages/acot-runner-sitemap/package.json b/packages/acot-runner-sitemap/package.json index fb121163..31738bff 100644 --- a/packages/acot-runner-sitemap/package.json +++ b/packages/acot-runner-sitemap/package.json @@ -1,6 +1,6 @@ { "name": "@acot/acot-runner-sitemap", - "version": "0.0.18", + "version": "0.0.19", "description": "An acot custom runner reading audit pages from sitemap.", "keywords": [ "acot", @@ -37,10 +37,10 @@ ] }, "dependencies": { - "@acot/acot-runner": "0.0.18", - "@acot/config": "0.0.18", - "@acot/runner": "0.0.18", - "@acot/schema-validator": "0.0.18", + "@acot/acot-runner": "0.0.19", + "@acot/config": "0.0.19", + "@acot/runner": "0.0.19", + "@acot/schema-validator": "0.0.19", "@sinclair/typebox": "^0.23.2", "camaro": "^6.0.4", "debug": "^4.3.1", @@ -51,8 +51,8 @@ "serve-handler": "^6.1.3" }, "devDependencies": { - "@acot/mock": "0.0.18", - "@acot/types": "0.0.18", + "@acot/mock": "0.0.19", + "@acot/types": "0.0.19", "@types/lodash": "4.14.182", "@types/micromatch": "4.0.2", "@types/serve-handler": "6.1.1" diff --git a/packages/acot-runner-storybook/CHANGELOG.md b/packages/acot-runner-storybook/CHANGELOG.md index bdc93c83..c44b6b20 100644 --- a/packages/acot-runner-storybook/CHANGELOG.md +++ b/packages/acot-runner-storybook/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/acot-runner-storybook + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/acot-runner-storybook diff --git a/packages/acot-runner-storybook/package.json b/packages/acot-runner-storybook/package.json index a979c289..45fe3ba7 100644 --- a/packages/acot-runner-storybook/package.json +++ b/packages/acot-runner-storybook/package.json @@ -1,6 +1,6 @@ { "name": "@acot/acot-runner-storybook", - "version": "0.0.18", + "version": "0.0.19", "description": "An acot custom runner for Storybook.", "keywords": [ "acot", @@ -28,10 +28,10 @@ "build": "tsc" }, "dependencies": { - "@acot/acot-runner": "0.0.18", - "@acot/config": "0.0.18", - "@acot/runner": "0.0.18", - "@acot/schema-validator": "0.0.18", + "@acot/acot-runner": "0.0.19", + "@acot/config": "0.0.19", + "@acot/runner": "0.0.19", + "@acot/schema-validator": "0.0.19", "@sinclair/typebox": "^0.23.2", "debug": "^4.3.1", "deepmerge": "^4.2.2", @@ -40,7 +40,7 @@ "puppeteer-core": "^13.5.1" }, "devDependencies": { - "@acot/types": "0.0.18", + "@acot/types": "0.0.19", "@types/micromatch": "4.0.2" }, "publishConfig": { diff --git a/packages/acot-runner/CHANGELOG.md b/packages/acot-runner/CHANGELOG.md index 72c2369c..61e9fb85 100644 --- a/packages/acot-runner/CHANGELOG.md +++ b/packages/acot-runner/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/acot-runner + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/acot-runner diff --git a/packages/acot-runner/package.json b/packages/acot-runner/package.json index 02943f23..b32951f1 100644 --- a/packages/acot-runner/package.json +++ b/packages/acot-runner/package.json @@ -1,6 +1,6 @@ { "name": "@acot/acot-runner", - "version": "0.0.18", + "version": "0.0.19", "description": "A default runner module of acot.", "keywords": [ "acot", @@ -28,14 +28,14 @@ "build": "tsc" }, "dependencies": { - "@acot/config": "0.0.18", - "@acot/connection": "0.0.18", - "@acot/runner": "0.0.18", + "@acot/config": "0.0.19", + "@acot/connection": "0.0.19", + "@acot/runner": "0.0.19", "debug": "^4.3.1", "emittery": "^0.11.0" }, "devDependencies": { - "@acot/types": "0.0.18" + "@acot/types": "0.0.19" }, "publishConfig": { "access": "public" diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c4bbbc80..b989ec32 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +### Bug Fixes + +- **cli:** support non TTY environment on `preset test` ([48e3ce0](https://github.com/acot-a11y/acot/commit/48e3ce04cd12016e1deafbc63dc8e90482f6d212)) + +### Features + +- **cli:** add `parallel` option to `preset test` command ([32f7e1e](https://github.com/acot-a11y/acot/commit/32f7e1e523bf8e03b61f2e776e4e06535a44afd7)) +- **document:** add progress indicator to documentation testing ([756158b](https://github.com/acot-a11y/acot/commit/756158bea53f797972bca577c0235a763fcef922)) + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 904ca3bd..48e21fce 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@acot/cli", - "version": "0.0.18", + "version": "0.0.19", "description": "More accessible web, all over the world.", "keywords": [ "acot" @@ -37,17 +37,17 @@ ] }, "dependencies": { - "@acot/acot-reporter-pretty": "0.0.18", - "@acot/acot-runner": "0.0.18", - "@acot/config": "0.0.18", - "@acot/core": "0.0.18", - "@acot/document": "0.0.18", - "@acot/find-chrome": "0.0.18", - "@acot/logger": "0.0.18", - "@acot/reporter": "0.0.18", - "@acot/runner": "0.0.18", - "@acot/schema-validator": "0.0.18", - "@acot/utils": "0.0.18", + "@acot/acot-reporter-pretty": "0.0.19", + "@acot/acot-runner": "0.0.19", + "@acot/config": "0.0.19", + "@acot/core": "0.0.19", + "@acot/document": "0.0.19", + "@acot/find-chrome": "0.0.19", + "@acot/logger": "0.0.19", + "@acot/reporter": "0.0.19", + "@acot/runner": "0.0.19", + "@acot/schema-validator": "0.0.19", + "@acot/utils": "0.0.19", "boxen": "^5.0.0", "chalk": "^4.0.0", "chokidar": "^3.4.1", @@ -70,7 +70,7 @@ "yargs": "^16.1.1" }, "devDependencies": { - "@acot/mock": "0.0.18", + "@acot/mock": "0.0.19", "@types/is-ci": "3.0.0", "@types/listr": "0.14.4", "@types/node-emoji": "1.8.1", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index f7ec317f..50ce8329 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/config + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/config diff --git a/packages/config/package.json b/packages/config/package.json index a87de012..a9931b82 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@acot/config", - "version": "0.0.18", + "version": "0.0.19", "description": "A module to manipulate configs of acot.", "keywords": [ "acot" @@ -38,12 +38,12 @@ ] }, "dependencies": { - "@acot/core": "0.0.18", - "@acot/module-loader": "0.0.18", - "@acot/reporter": "0.0.18", - "@acot/runner": "0.0.18", - "@acot/types": "0.0.18", - "@acot/utils": "0.0.18", + "@acot/core": "0.0.19", + "@acot/module-loader": "0.0.19", + "@acot/reporter": "0.0.19", + "@acot/runner": "0.0.19", + "@acot/types": "0.0.19", + "@acot/utils": "0.0.19", "ajv": "^6.12.3", "cosmiconfig": "^7.0.0", "debug": "^4.3.1", diff --git a/packages/connection/CHANGELOG.md b/packages/connection/CHANGELOG.md index 86b488e2..15d305d9 100644 --- a/packages/connection/CHANGELOG.md +++ b/packages/connection/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/connection + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/connection diff --git a/packages/connection/package.json b/packages/connection/package.json index 4a43d900..a9f49819 100644 --- a/packages/connection/package.json +++ b/packages/connection/package.json @@ -1,6 +1,6 @@ { "name": "@acot/connection", - "version": "0.0.18", + "version": "0.0.19", "description": "Manage the connection to the server.", "keywords": [ "acot" @@ -32,7 +32,7 @@ "wait-on": "^5.2.0" }, "devDependencies": { - "@acot/types": "0.0.18", + "@acot/types": "0.0.19", "@types/wait-on": "5.3.1" }, "publishConfig": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 47b2be90..6071644b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/core + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/core diff --git a/packages/core/package.json b/packages/core/package.json index bd5f1e53..4febb2fa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@acot/core", - "version": "0.0.18", + "version": "0.0.19", "description": "More accessible web, all over the world.", "keywords": [ "acot" @@ -36,14 +36,14 @@ ] }, "dependencies": { - "@acot/factory": "0.0.18", - "@acot/find-chrome": "0.0.18", - "@acot/html-pickup": "0.0.18", - "@acot/logger": "0.0.18", - "@acot/module-loader": "0.0.18", - "@acot/schema-validator": "0.0.18", - "@acot/types": "0.0.18", - "@acot/utils": "0.0.18", + "@acot/factory": "0.0.19", + "@acot/find-chrome": "0.0.19", + "@acot/html-pickup": "0.0.19", + "@acot/logger": "0.0.19", + "@acot/module-loader": "0.0.19", + "@acot/schema-validator": "0.0.19", + "@acot/types": "0.0.19", + "@acot/utils": "0.0.19", "debug": "^4.3.1", "emittery": "^0.11.0", "filenamify": "^4.1.0", @@ -53,7 +53,7 @@ "puppeteer-element2selector": "^0.0.3" }, "devDependencies": { - "@acot/mock": "0.0.18", + "@acot/mock": "0.0.19", "@types/lodash": "4.14.182", "puppeteer": "13.7.0" }, diff --git a/packages/document/CHANGELOG.md b/packages/document/CHANGELOG.md index e49d7e53..42bd915f 100644 --- a/packages/document/CHANGELOG.md +++ b/packages/document/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +### Features + +- **document:** add progress indicator to documentation testing ([756158b](https://github.com/acot-a11y/acot/commit/756158bea53f797972bca577c0235a763fcef922)) + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/document diff --git a/packages/document/package.json b/packages/document/package.json index 2c9e520f..0adfeb6b 100644 --- a/packages/document/package.json +++ b/packages/document/package.json @@ -1,6 +1,6 @@ { "name": "@acot/document", - "version": "0.0.18", + "version": "0.0.19", "description": "A set of tools for working with documentation for acot presets.", "keywords": [ "acot" @@ -44,11 +44,11 @@ ] }, "dependencies": { - "@acot/core": "0.0.18", - "@acot/factory": "0.0.18", - "@acot/find-chrome": "0.0.18", - "@acot/html-pickup": "0.0.18", - "@acot/logger": "0.0.18", + "@acot/core": "0.0.19", + "@acot/factory": "0.0.19", + "@acot/find-chrome": "0.0.19", + "@acot/html-pickup": "0.0.19", + "@acot/logger": "0.0.19", "debug": "^4.3.1", "deepmerge": "^4.2.2", "fast-glob": "^3.2.2", diff --git a/packages/factory/CHANGELOG.md b/packages/factory/CHANGELOG.md index 31fc2e0b..844edfeb 100644 --- a/packages/factory/CHANGELOG.md +++ b/packages/factory/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/factory + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/factory diff --git a/packages/factory/package.json b/packages/factory/package.json index 93eb48fc..bf4ef772 100644 --- a/packages/factory/package.json +++ b/packages/factory/package.json @@ -1,6 +1,6 @@ { "name": "@acot/factory", - "version": "0.0.18", + "version": "0.0.19", "description": "A factory toolset for various acot objects.", "keywords": [ "acot" @@ -27,7 +27,7 @@ "build": "tsc" }, "dependencies": { - "@acot/types": "0.0.18", + "@acot/types": "0.0.19", "deepmerge": "^4.2.2", "is-plain-object": "^5.0.0", "type-fest": "^2.12.2" diff --git a/packages/find-chrome/CHANGELOG.md b/packages/find-chrome/CHANGELOG.md index b5510178..7c532e96 100644 --- a/packages/find-chrome/CHANGELOG.md +++ b/packages/find-chrome/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/find-chrome + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/find-chrome diff --git a/packages/find-chrome/package.json b/packages/find-chrome/package.json index f7392e11..85a3e172 100644 --- a/packages/find-chrome/package.json +++ b/packages/find-chrome/package.json @@ -1,6 +1,6 @@ { "name": "@acot/find-chrome", - "version": "0.0.18", + "version": "0.0.19", "description": "Find Chrome available in your runtime environment.", "homepage": "https://github.com/acot-a11y/acot/tree/main/packages/find-chrome", "bugs": { diff --git a/packages/html-pickup/CHANGELOG.md b/packages/html-pickup/CHANGELOG.md index 0b8fd9a6..47abef3f 100644 --- a/packages/html-pickup/CHANGELOG.md +++ b/packages/html-pickup/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/html-pickup + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/html-pickup diff --git a/packages/html-pickup/package.json b/packages/html-pickup/package.json index b3562242..0ca5a96e 100644 --- a/packages/html-pickup/package.json +++ b/packages/html-pickup/package.json @@ -1,6 +1,6 @@ { "name": "@acot/html-pickup", - "version": "0.0.18", + "version": "0.0.19", "description": "Use the CSS Selector to pick up the elements from the HTML string.", "homepage": "https://github.com/acot-a11y/acot/tree/main/packages/html-pickup", "bugs": { diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index b896d119..21e2c615 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/logger + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/logger diff --git a/packages/logger/package.json b/packages/logger/package.json index 4772a754..5b05e3d1 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@acot/logger", - "version": "0.0.18", + "version": "0.0.19", "description": "A simple logger for acot.", "keywords": [ "acot" diff --git a/packages/mock/CHANGELOG.md b/packages/mock/CHANGELOG.md index 0b9ae639..6b289702 100644 --- a/packages/mock/CHANGELOG.md +++ b/packages/mock/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/mock + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/mock diff --git a/packages/mock/package.json b/packages/mock/package.json index fa2b7ac7..fcf01cd4 100644 --- a/packages/mock/package.json +++ b/packages/mock/package.json @@ -1,6 +1,6 @@ { "name": "@acot/mock", - "version": "0.0.18", + "version": "0.0.19", "description": "acot mock modules.", "keywords": [ "acot" @@ -27,11 +27,11 @@ "build": "tsc" }, "dependencies": { - "@acot/factory": "0.0.18", + "@acot/factory": "0.0.19", "emittery": "^0.11.0" }, "devDependencies": { - "@acot/types": "0.0.18" + "@acot/types": "0.0.19" }, "publishConfig": { "access": "public" diff --git a/packages/module-loader/CHANGELOG.md b/packages/module-loader/CHANGELOG.md index 520f6df2..1ca667a2 100644 --- a/packages/module-loader/CHANGELOG.md +++ b/packages/module-loader/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/module-loader + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/module-loader diff --git a/packages/module-loader/package.json b/packages/module-loader/package.json index be3c2cb0..2ac52d4b 100644 --- a/packages/module-loader/package.json +++ b/packages/module-loader/package.json @@ -1,6 +1,6 @@ { "name": "@acot/module-loader", - "version": "0.0.18", + "version": "0.0.19", "description": "Load the module according to the naming rule of acot.", "keywords": [ "acot" @@ -36,7 +36,7 @@ ] }, "dependencies": { - "@acot/utils": "0.0.18", + "@acot/utils": "0.0.19", "debug": "^4.3.1" }, "publishConfig": { diff --git a/packages/reporter/CHANGELOG.md b/packages/reporter/CHANGELOG.md index 29c9b5e1..f48e65c2 100644 --- a/packages/reporter/CHANGELOG.md +++ b/packages/reporter/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/reporter + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/reporter diff --git a/packages/reporter/package.json b/packages/reporter/package.json index 4ee65e3c..50231a30 100644 --- a/packages/reporter/package.json +++ b/packages/reporter/package.json @@ -1,6 +1,6 @@ { "name": "@acot/reporter", - "version": "0.0.18", + "version": "0.0.19", "description": "A reporter toolset for @acot/cli.", "keywords": [ "acot" @@ -36,8 +36,8 @@ ] }, "dependencies": { - "@acot/html-pickup": "0.0.18", - "@acot/module-loader": "0.0.18", + "@acot/html-pickup": "0.0.19", + "@acot/module-loader": "0.0.19", "boxen": "^5.0.0", "chalk": "^4.0.0", "cli-table": "^0.3.4", @@ -52,7 +52,7 @@ "text-table": "^0.2.0" }, "devDependencies": { - "@acot/types": "0.0.18", + "@acot/types": "0.0.19", "@types/cli-table": "0.3.0", "@types/text-table": "0.2.2" }, diff --git a/packages/runner/CHANGELOG.md b/packages/runner/CHANGELOG.md index 2ed8465b..aecf8cad 100644 --- a/packages/runner/CHANGELOG.md +++ b/packages/runner/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/runner + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/runner diff --git a/packages/runner/package.json b/packages/runner/package.json index e1d4b0cd..a3e78726 100644 --- a/packages/runner/package.json +++ b/packages/runner/package.json @@ -1,6 +1,6 @@ { "name": "@acot/runner", - "version": "0.0.18", + "version": "0.0.19", "description": "A runner toolset for @acot/cli.", "keywords": [ "acot" @@ -36,13 +36,13 @@ ] }, "dependencies": { - "@acot/module-loader": "0.0.18", + "@acot/module-loader": "0.0.19", "debug": "^4.3.1", "emittery": "^0.11.0" }, "devDependencies": { - "@acot/factory": "0.0.18", - "@acot/types": "0.0.18" + "@acot/factory": "0.0.19", + "@acot/types": "0.0.19" }, "publishConfig": { "access": "public" diff --git a/packages/schema-validator/CHANGELOG.md b/packages/schema-validator/CHANGELOG.md index 8b7faf36..a6e4a717 100644 --- a/packages/schema-validator/CHANGELOG.md +++ b/packages/schema-validator/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/schema-validator + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/schema-validator diff --git a/packages/schema-validator/package.json b/packages/schema-validator/package.json index 078d457a..77d42634 100644 --- a/packages/schema-validator/package.json +++ b/packages/schema-validator/package.json @@ -1,6 +1,6 @@ { "name": "@acot/schema-validator", - "version": "0.0.18", + "version": "0.0.19", "description": "A simple wrapper module for schema-utils.", "homepage": "https://github.com/acot-a11y/acot/tree/main/packages/schema-validator", "bugs": { diff --git a/packages/types/CHANGELOG.md b/packages/types/CHANGELOG.md index 5be1869f..6e06be4f 100644 --- a/packages/types/CHANGELOG.md +++ b/packages/types/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/types + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) **Note:** Version bump only for package @acot/types diff --git a/packages/types/package.json b/packages/types/package.json index 8c3e4bec..1e7aa445 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -1,6 +1,6 @@ { "name": "@acot/types", - "version": "0.0.18", + "version": "0.0.19", "description": "acot's underlying type declarations.", "keywords": [ "acot" @@ -27,8 +27,8 @@ "build": "tsc" }, "dependencies": { - "@acot/find-chrome": "0.0.18", - "@acot/schema-validator": "0.0.18", + "@acot/find-chrome": "0.0.19", + "@acot/schema-validator": "0.0.19", "puppeteer-core": "^13.5.1", "type-fest": "^2.12.2" }, diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 27fd2a6e..1f80662d 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.19](https://github.com/acot-a11y/acot/compare/v0.0.18...v0.0.19) (2022-06-05) + +**Note:** Version bump only for package @acot/utils + ## [0.0.18](https://github.com/acot-a11y/acot/compare/v0.0.17...v0.0.18) (2022-05-11) ### Features diff --git a/packages/utils/package.json b/packages/utils/package.json index 3824b1b8..d7b3af05 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@acot/utils", - "version": "0.0.18", + "version": "0.0.19", "description": "Utility functions for acot.", "keywords": [ "acot"