From 7c38aa6937ded380041a6d81fc556a2556b55202 Mon Sep 17 00:00:00 2001 From: Dullahan2bot Date: Wed, 13 Jul 2022 15:09:16 +0000 Subject: [PATCH] chore: release --skip-ci - @k2g/dullahan-adapter-playwright@1.0.0-alpha.147 - @k2g/dullahan-adapter-puppeteer@1.0.0-alpha.147 - @k2g/dullahan-adapter-selenium-3@1.0.0-alpha.147 - @k2g/dullahan-adapter-selenium-4@1.0.0-alpha.147 - @k2g/dullahan-plugin-aws-s3@1.0.0-alpha.147 - @k2g/dullahan-plugin-browserstack@1.0.0-alpha.147 - @k2g/dullahan-plugin-github@1.0.0-alpha.147 - @k2g/dullahan-plugin-gitlab@1.0.0-alpha.147 - @k2g/dullahan-plugin-report-html@1.0.0-alpha.147 - @k2g/dullahan-plugin-report-json@1.0.0-alpha.147 - @k2g/dullahan-plugin-report-markdown@1.0.0-alpha.147 - @k2g/dullahan-plugin-slack@1.0.0-alpha.147 - @k2g/dullahan-plugin-xvfb@1.0.0-alpha.147 - @k2g/dullahan-runner-aws-lambda@1.0.0-alpha.147 - @k2g/dullahan-runner-development@1.0.0-alpha.147 - @k2g/dullahan-runner-standard@1.0.0-alpha.147 - @k2g/dullahan@1.0.0-alpha.147 --- packages/dullahan-adapter-playwright/CHANGELOG.md | 11 +++++++++++ packages/dullahan-adapter-playwright/package.json | 4 ++-- packages/dullahan-adapter-puppeteer/CHANGELOG.md | 11 +++++++++++ packages/dullahan-adapter-puppeteer/package.json | 4 ++-- packages/dullahan-adapter-selenium-3/CHANGELOG.md | 11 +++++++++++ packages/dullahan-adapter-selenium-3/package.json | 4 ++-- packages/dullahan-adapter-selenium-4/CHANGELOG.md | 11 +++++++++++ packages/dullahan-adapter-selenium-4/package.json | 4 ++-- packages/dullahan-plugin-aws-s3/CHANGELOG.md | 11 +++++++++++ packages/dullahan-plugin-aws-s3/package.json | 4 ++-- packages/dullahan-plugin-browserstack/CHANGELOG.md | 11 +++++++++++ packages/dullahan-plugin-browserstack/package.json | 4 ++-- packages/dullahan-plugin-github/CHANGELOG.md | 11 +++++++++++ packages/dullahan-plugin-github/package.json | 4 ++-- packages/dullahan-plugin-gitlab/CHANGELOG.md | 11 +++++++++++ packages/dullahan-plugin-gitlab/package.json | 4 ++-- packages/dullahan-plugin-report-html/CHANGELOG.md | 11 +++++++++++ packages/dullahan-plugin-report-html/package.json | 4 ++-- packages/dullahan-plugin-report-json/CHANGELOG.md | 11 +++++++++++ packages/dullahan-plugin-report-json/package.json | 4 ++-- packages/dullahan-plugin-report-markdown/CHANGELOG.md | 11 +++++++++++ packages/dullahan-plugin-report-markdown/package.json | 4 ++-- packages/dullahan-plugin-slack/CHANGELOG.md | 11 +++++++++++ packages/dullahan-plugin-slack/package.json | 4 ++-- packages/dullahan-plugin-xvfb/CHANGELOG.md | 11 +++++++++++ packages/dullahan-plugin-xvfb/package.json | 4 ++-- packages/dullahan-runner-aws-lambda/CHANGELOG.md | 11 +++++++++++ packages/dullahan-runner-aws-lambda/package.json | 4 ++-- packages/dullahan-runner-development/CHANGELOG.md | 11 +++++++++++ packages/dullahan-runner-development/package.json | 4 ++-- packages/dullahan-runner-standard/CHANGELOG.md | 11 +++++++++++ packages/dullahan-runner-standard/package.json | 4 ++-- packages/dullahan/CHANGELOG.md | 11 +++++++++++ packages/dullahan/package.json | 2 +- 34 files changed, 220 insertions(+), 33 deletions(-) diff --git a/packages/dullahan-adapter-playwright/CHANGELOG.md b/packages/dullahan-adapter-playwright/CHANGELOG.md index f037fa8e..d95a25e1 100644 --- a/packages/dullahan-adapter-playwright/CHANGELOG.md +++ b/packages/dullahan-adapter-playwright/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-adapter-playwright/package.json b/packages/dullahan-adapter-playwright/package.json index 0bd62924..c2abac81 100644 --- a/packages/dullahan-adapter-playwright/package.json +++ b/packages/dullahan-adapter-playwright/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-adapter-playwright", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146", + "@k2g/dullahan": "^1.0.0-alpha.147", "playwright": "^1.21.0" } } diff --git a/packages/dullahan-adapter-puppeteer/CHANGELOG.md b/packages/dullahan-adapter-puppeteer/CHANGELOG.md index 62ca3364..97752611 100644 --- a/packages/dullahan-adapter-puppeteer/CHANGELOG.md +++ b/packages/dullahan-adapter-puppeteer/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-adapter-puppeteer/package.json b/packages/dullahan-adapter-puppeteer/package.json index 6b93cf40..18cbcbf9 100644 --- a/packages/dullahan-adapter-puppeteer/package.json +++ b/packages/dullahan-adapter-puppeteer/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-adapter-puppeteer", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146", + "@k2g/dullahan": "^1.0.0-alpha.147", "puppeteer": "15.1" } } diff --git a/packages/dullahan-adapter-selenium-3/CHANGELOG.md b/packages/dullahan-adapter-selenium-3/CHANGELOG.md index b6093668..58d2187c 100644 --- a/packages/dullahan-adapter-selenium-3/CHANGELOG.md +++ b/packages/dullahan-adapter-selenium-3/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-adapter-selenium-3/package.json b/packages/dullahan-adapter-selenium-3/package.json index 039668cb..c2ea787a 100644 --- a/packages/dullahan-adapter-selenium-3/package.json +++ b/packages/dullahan-adapter-selenium-3/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-adapter-selenium-3", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146", + "@k2g/dullahan": "^1.0.0-alpha.147", "selenium-webdriver": "^3.6.0" }, "devDependencies": { diff --git a/packages/dullahan-adapter-selenium-4/CHANGELOG.md b/packages/dullahan-adapter-selenium-4/CHANGELOG.md index 2b655d72..03897df9 100644 --- a/packages/dullahan-adapter-selenium-4/CHANGELOG.md +++ b/packages/dullahan-adapter-selenium-4/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-adapter-selenium-4/package.json b/packages/dullahan-adapter-selenium-4/package.json index 4792ed5d..b04917d8 100644 --- a/packages/dullahan-adapter-selenium-4/package.json +++ b/packages/dullahan-adapter-selenium-4/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-adapter-selenium-4", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146", + "@k2g/dullahan": "^1.0.0-alpha.147", "deepmerge": "^4.2.2", "selenium-webdriver": "4.3.1" }, diff --git a/packages/dullahan-plugin-aws-s3/CHANGELOG.md b/packages/dullahan-plugin-aws-s3/CHANGELOG.md index 7b907b68..07ac6045 100644 --- a/packages/dullahan-plugin-aws-s3/CHANGELOG.md +++ b/packages/dullahan-plugin-aws-s3/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-plugin-aws-s3/package.json b/packages/dullahan-plugin-aws-s3/package.json index 4bf904ff..2c1f4864 100644 --- a/packages/dullahan-plugin-aws-s3/package.json +++ b/packages/dullahan-plugin-aws-s3/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-plugin-aws-s3", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "Allows Dullahan to upload artifacts to AWS S3", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146", + "@k2g/dullahan": "^1.0.0-alpha.147", "aws-sdk": "^2.753.0" } } diff --git a/packages/dullahan-plugin-browserstack/CHANGELOG.md b/packages/dullahan-plugin-browserstack/CHANGELOG.md index d7bdf756..d6454281 100644 --- a/packages/dullahan-plugin-browserstack/CHANGELOG.md +++ b/packages/dullahan-plugin-browserstack/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-plugin-browserstack/package.json b/packages/dullahan-plugin-browserstack/package.json index c7f16c4b..cd584fa8 100644 --- a/packages/dullahan-plugin-browserstack/package.json +++ b/packages/dullahan-plugin-browserstack/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-plugin-browserstack", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "Allows Dullahan to manage Browserstack", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146", + "@k2g/dullahan": "^1.0.0-alpha.147", "browserstack-local": "^1.4.7", "node-fetch": "^2.6.1" } diff --git a/packages/dullahan-plugin-github/CHANGELOG.md b/packages/dullahan-plugin-github/CHANGELOG.md index b2354bac..86bddaec 100644 --- a/packages/dullahan-plugin-github/CHANGELOG.md +++ b/packages/dullahan-plugin-github/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-plugin-github/package.json b/packages/dullahan-plugin-github/package.json index fbd6717f..d810dfeb 100644 --- a/packages/dullahan-plugin-github/package.json +++ b/packages/dullahan-plugin-github/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-plugin-github", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "Allows Dullahan to share test results on GitHub", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146", + "@k2g/dullahan": "^1.0.0-alpha.147", "@octokit/rest": "^19.0.0" } } diff --git a/packages/dullahan-plugin-gitlab/CHANGELOG.md b/packages/dullahan-plugin-gitlab/CHANGELOG.md index 909f07cc..ed210d2f 100644 --- a/packages/dullahan-plugin-gitlab/CHANGELOG.md +++ b/packages/dullahan-plugin-gitlab/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-plugin-gitlab/package.json b/packages/dullahan-plugin-gitlab/package.json index 04cb284f..58915306 100644 --- a/packages/dullahan-plugin-gitlab/package.json +++ b/packages/dullahan-plugin-gitlab/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-plugin-gitlab", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "Allows Dullahan to share test results on GitLab", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -13,6 +13,6 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146" + "@k2g/dullahan": "^1.0.0-alpha.147" } } diff --git a/packages/dullahan-plugin-report-html/CHANGELOG.md b/packages/dullahan-plugin-report-html/CHANGELOG.md index ec458598..13e6db8c 100644 --- a/packages/dullahan-plugin-report-html/CHANGELOG.md +++ b/packages/dullahan-plugin-report-html/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-plugin-report-html/package.json b/packages/dullahan-plugin-report-html/package.json index 77b487a0..6e0c1f7b 100644 --- a/packages/dullahan-plugin-report-html/package.json +++ b/packages/dullahan-plugin-report-html/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-plugin-report-html", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -14,7 +14,7 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146", + "@k2g/dullahan": "^1.0.0-alpha.147", "ejs": "^3.1.5" } } diff --git a/packages/dullahan-plugin-report-json/CHANGELOG.md b/packages/dullahan-plugin-report-json/CHANGELOG.md index 6eddfa68..2ad4762e 100644 --- a/packages/dullahan-plugin-report-json/CHANGELOG.md +++ b/packages/dullahan-plugin-report-json/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-plugin-report-json/package.json b/packages/dullahan-plugin-report-json/package.json index 75205f2f..3b1d03c6 100644 --- a/packages/dullahan-plugin-report-json/package.json +++ b/packages/dullahan-plugin-report-json/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-plugin-report-json", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -13,6 +13,6 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146" + "@k2g/dullahan": "^1.0.0-alpha.147" } } diff --git a/packages/dullahan-plugin-report-markdown/CHANGELOG.md b/packages/dullahan-plugin-report-markdown/CHANGELOG.md index b5918bb1..3ef8f19d 100644 --- a/packages/dullahan-plugin-report-markdown/CHANGELOG.md +++ b/packages/dullahan-plugin-report-markdown/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-plugin-report-markdown/package.json b/packages/dullahan-plugin-report-markdown/package.json index 0154eb75..0530cdcd 100644 --- a/packages/dullahan-plugin-report-markdown/package.json +++ b/packages/dullahan-plugin-report-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-plugin-report-markdown", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -13,6 +13,6 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146" + "@k2g/dullahan": "^1.0.0-alpha.147" } } diff --git a/packages/dullahan-plugin-slack/CHANGELOG.md b/packages/dullahan-plugin-slack/CHANGELOG.md index d9013bcf..3a800d3e 100644 --- a/packages/dullahan-plugin-slack/CHANGELOG.md +++ b/packages/dullahan-plugin-slack/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-plugin-slack/package.json b/packages/dullahan-plugin-slack/package.json index b433a6d4..f2da394f 100644 --- a/packages/dullahan-plugin-slack/package.json +++ b/packages/dullahan-plugin-slack/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-plugin-slack", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "Allows Dullahan to send messages to Slack", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146", + "@k2g/dullahan": "^1.0.0-alpha.147", "@slack/client": "^5.0.2" } } diff --git a/packages/dullahan-plugin-xvfb/CHANGELOG.md b/packages/dullahan-plugin-xvfb/CHANGELOG.md index 3ed2ec82..63d9e14c 100644 --- a/packages/dullahan-plugin-xvfb/CHANGELOG.md +++ b/packages/dullahan-plugin-xvfb/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-plugin-xvfb/package.json b/packages/dullahan-plugin-xvfb/package.json index 25f0d233..2dda67d2 100644 --- a/packages/dullahan-plugin-xvfb/package.json +++ b/packages/dullahan-plugin-xvfb/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-plugin-xvfb", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "Allows Dullahan to manage Xvfb by starting, stopping and/or re-using a virtual frame buffer whenever Dullahan needs it", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146", + "@k2g/dullahan": "^1.0.0-alpha.147", "xvfb": "^0.4.0" } } diff --git a/packages/dullahan-runner-aws-lambda/CHANGELOG.md b/packages/dullahan-runner-aws-lambda/CHANGELOG.md index 834dbe12..9bbc739d 100644 --- a/packages/dullahan-runner-aws-lambda/CHANGELOG.md +++ b/packages/dullahan-runner-aws-lambda/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-runner-aws-lambda/package.json b/packages/dullahan-runner-aws-lambda/package.json index 9bd6fd33..d99636e5 100644 --- a/packages/dullahan-runner-aws-lambda/package.json +++ b/packages/dullahan-runner-aws-lambda/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-runner-aws-lambda", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -15,7 +15,7 @@ "compile-code-watch": "yarn compile-code -w" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146", + "@k2g/dullahan": "^1.0.0-alpha.147", "async-sema": "^3.1.0", "aws-sdk": "^2.753.0", "fast-glob": "^3.2.4", diff --git a/packages/dullahan-runner-development/CHANGELOG.md b/packages/dullahan-runner-development/CHANGELOG.md index 2ce9c5d1..f7974fc7 100644 --- a/packages/dullahan-runner-development/CHANGELOG.md +++ b/packages/dullahan-runner-development/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-runner-development/package.json b/packages/dullahan-runner-development/package.json index c5a59857..9d9aac0c 100644 --- a/packages/dullahan-runner-development/package.json +++ b/packages/dullahan-runner-development/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-runner-development", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146", + "@k2g/dullahan": "^1.0.0-alpha.147", "micromatch": "^4.0.2", "watch": "^1.0.2" }, diff --git a/packages/dullahan-runner-standard/CHANGELOG.md b/packages/dullahan-runner-standard/CHANGELOG.md index 508ec2a1..540be1d1 100644 --- a/packages/dullahan-runner-standard/CHANGELOG.md +++ b/packages/dullahan-runner-standard/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan-runner-standard/package.json b/packages/dullahan-runner-standard/package.json index cfae3a1d..6791b156 100644 --- a/packages/dullahan-runner-standard/package.json +++ b/packages/dullahan-runner-standard/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan-runner-standard", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0", @@ -13,7 +13,7 @@ "compile-code": "tsc -p ./tsconfig.build.json" }, "dependencies": { - "@k2g/dullahan": "^1.0.0-alpha.146", + "@k2g/dullahan": "^1.0.0-alpha.147", "fast-glob": "^3.2.4", "tiny-async-pool": "^1.1.0" } diff --git a/packages/dullahan/CHANGELOG.md b/packages/dullahan/CHANGELOG.md index 80a0677c..f90947f8 100644 --- a/packages/dullahan/CHANGELOG.md +++ b/packages/dullahan/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. +# 1.0.0-alpha.147 (2022-07-13) + + +### Bug Fixes + +* **deps:** update dependency @octokit/rest to v19 ([#281](https://github.com/Kaartje2go/Dullahan/issues/281)) ([d31e0f0](https://github.com/Kaartje2go/Dullahan/commit/d31e0f0c2fbec17eed36fe16c908b39a6564e0a2)) + + + + + # 1.0.0-alpha.146 (2022-07-11) diff --git a/packages/dullahan/package.json b/packages/dullahan/package.json index 8691de1a..b886a9b4 100644 --- a/packages/dullahan/package.json +++ b/packages/dullahan/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan", - "version": "1.0.0-alpha.146", + "version": "1.0.0-alpha.147", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0",