From 1ddc2f019b853ec2c0545931c2a4b9cd4429eb02 Mon Sep 17 00:00:00 2001 From: Dullahan2bot Date: Thu, 2 Jun 2022 14:52:03 +0000 Subject: [PATCH] chore: release --skip-ci - @k2g/dullahan-adapter-playwright@1.0.0-alpha.143 - @k2g/dullahan-adapter-puppeteer@1.0.0-alpha.143 - @k2g/dullahan-adapter-selenium-3@1.0.0-alpha.143 - @k2g/dullahan-adapter-selenium-4@1.0.0-alpha.143 - @k2g/dullahan-plugin-aws-s3@1.0.0-alpha.143 - @k2g/dullahan-plugin-browserstack@1.0.0-alpha.143 - @k2g/dullahan-plugin-github@1.0.0-alpha.143 - @k2g/dullahan-plugin-gitlab@1.0.0-alpha.143 - @k2g/dullahan-plugin-report-html@1.0.0-alpha.143 - @k2g/dullahan-plugin-report-json@1.0.0-alpha.143 - @k2g/dullahan-plugin-report-markdown@1.0.0-alpha.143 - @k2g/dullahan-plugin-slack@1.0.0-alpha.143 - @k2g/dullahan-plugin-xvfb@1.0.0-alpha.143 - @k2g/dullahan-runner-aws-lambda@1.0.0-alpha.143 - @k2g/dullahan-runner-development@1.0.0-alpha.143 - @k2g/dullahan-runner-standard@1.0.0-alpha.143 - @k2g/dullahan@1.0.0-alpha.143 --- 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 c182ef43..3fe622a1 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-adapter-playwright/package.json b/packages/dullahan-adapter-playwright/package.json index 9001fcad..ccf7852a 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.142", + "version": "1.0.0-alpha.143", "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.142", + "@k2g/dullahan": "^1.0.0-alpha.143", "playwright": "^1.21.0" } } diff --git a/packages/dullahan-adapter-puppeteer/CHANGELOG.md b/packages/dullahan-adapter-puppeteer/CHANGELOG.md index b9e0a846..7852e7ee 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-adapter-puppeteer/package.json b/packages/dullahan-adapter-puppeteer/package.json index f48fef96..9383082d 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.142", + "version": "1.0.0-alpha.143", "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.142", + "@k2g/dullahan": "^1.0.0-alpha.143", "puppeteer": "14.2" } } diff --git a/packages/dullahan-adapter-selenium-3/CHANGELOG.md b/packages/dullahan-adapter-selenium-3/CHANGELOG.md index 3243e02f..7722530d 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-adapter-selenium-3/package.json b/packages/dullahan-adapter-selenium-3/package.json index 29148b40..9c55c7fe 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.142", + "version": "1.0.0-alpha.143", "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.142", + "@k2g/dullahan": "^1.0.0-alpha.143", "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 5313449d..3ad2651d 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-adapter-selenium-4/package.json b/packages/dullahan-adapter-selenium-4/package.json index 3092b5ac..f986abb4 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.142", + "version": "1.0.0-alpha.143", "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.142", + "@k2g/dullahan": "^1.0.0-alpha.143", "deepmerge": "^4.2.2", "selenium-webdriver": "4.2.0" }, diff --git a/packages/dullahan-plugin-aws-s3/CHANGELOG.md b/packages/dullahan-plugin-aws-s3/CHANGELOG.md index df4a4b27..db9e16f5 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-plugin-aws-s3/package.json b/packages/dullahan-plugin-aws-s3/package.json index 75652777..6f9e9c58 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.142", + "version": "1.0.0-alpha.143", "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.142", + "@k2g/dullahan": "^1.0.0-alpha.143", "aws-sdk": "^2.753.0" } } diff --git a/packages/dullahan-plugin-browserstack/CHANGELOG.md b/packages/dullahan-plugin-browserstack/CHANGELOG.md index 9ac6d625..8b05b7e8 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-plugin-browserstack/package.json b/packages/dullahan-plugin-browserstack/package.json index 72c3227f..b713adf7 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.142", + "version": "1.0.0-alpha.143", "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.142", + "@k2g/dullahan": "^1.0.0-alpha.143", "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 642b4489..c6ede573 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-plugin-github/package.json b/packages/dullahan-plugin-github/package.json index 8ef89e12..678ef665 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.142", + "version": "1.0.0-alpha.143", "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.142", + "@k2g/dullahan": "^1.0.0-alpha.143", "@octokit/rest": "^18.0.6" } } diff --git a/packages/dullahan-plugin-gitlab/CHANGELOG.md b/packages/dullahan-plugin-gitlab/CHANGELOG.md index 83e5a12a..1928eedb 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-plugin-gitlab/package.json b/packages/dullahan-plugin-gitlab/package.json index 505f4a56..1edab6ff 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.142", + "version": "1.0.0-alpha.143", "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.142" + "@k2g/dullahan": "^1.0.0-alpha.143" } } diff --git a/packages/dullahan-plugin-report-html/CHANGELOG.md b/packages/dullahan-plugin-report-html/CHANGELOG.md index 150f0898..71ac86e2 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-plugin-report-html/package.json b/packages/dullahan-plugin-report-html/package.json index bafe2dd0..1589708c 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.142", + "version": "1.0.0-alpha.143", "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.142", + "@k2g/dullahan": "^1.0.0-alpha.143", "ejs": "^3.1.5" } } diff --git a/packages/dullahan-plugin-report-json/CHANGELOG.md b/packages/dullahan-plugin-report-json/CHANGELOG.md index 1a4493ce..9905e4a1 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-plugin-report-json/package.json b/packages/dullahan-plugin-report-json/package.json index 0e32c609..d66daca5 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.142", + "version": "1.0.0-alpha.143", "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.142" + "@k2g/dullahan": "^1.0.0-alpha.143" } } diff --git a/packages/dullahan-plugin-report-markdown/CHANGELOG.md b/packages/dullahan-plugin-report-markdown/CHANGELOG.md index 7ce0b6ac..265f0f30 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-plugin-report-markdown/package.json b/packages/dullahan-plugin-report-markdown/package.json index ac57e6f5..846b5fb6 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.142", + "version": "1.0.0-alpha.143", "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.142" + "@k2g/dullahan": "^1.0.0-alpha.143" } } diff --git a/packages/dullahan-plugin-slack/CHANGELOG.md b/packages/dullahan-plugin-slack/CHANGELOG.md index 46b705d3..1c2d11f7 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-plugin-slack/package.json b/packages/dullahan-plugin-slack/package.json index 22fc3f1b..7700472e 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.142", + "version": "1.0.0-alpha.143", "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.142", + "@k2g/dullahan": "^1.0.0-alpha.143", "@slack/client": "^5.0.2" } } diff --git a/packages/dullahan-plugin-xvfb/CHANGELOG.md b/packages/dullahan-plugin-xvfb/CHANGELOG.md index 19c2ac8d..7db5ca5e 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-plugin-xvfb/package.json b/packages/dullahan-plugin-xvfb/package.json index f4ec33f8..dac639d1 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.142", + "version": "1.0.0-alpha.143", "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.142", + "@k2g/dullahan": "^1.0.0-alpha.143", "xvfb": "^0.4.0" } } diff --git a/packages/dullahan-runner-aws-lambda/CHANGELOG.md b/packages/dullahan-runner-aws-lambda/CHANGELOG.md index b64a6831..0f11a6a4 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-runner-aws-lambda/package.json b/packages/dullahan-runner-aws-lambda/package.json index ab8e1e05..72788204 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.142", + "version": "1.0.0-alpha.143", "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.142", + "@k2g/dullahan": "^1.0.0-alpha.143", "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 79e40e39..1c2c70a9 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-runner-development/package.json b/packages/dullahan-runner-development/package.json index d6927729..6e9c415c 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.142", + "version": "1.0.0-alpha.143", "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.142", + "@k2g/dullahan": "^1.0.0-alpha.143", "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 e62a7a6e..89bf64a4 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan-runner-standard/package.json b/packages/dullahan-runner-standard/package.json index 573d910d..d1e3362b 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.142", + "version": "1.0.0-alpha.143", "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.142", + "@k2g/dullahan": "^1.0.0-alpha.143", "fast-glob": "^3.2.4", "tiny-async-pool": "^1.1.0" } diff --git a/packages/dullahan/CHANGELOG.md b/packages/dullahan/CHANGELOG.md index d23fd16f..2b056d54 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.143 (2022-06-02) + + +### Bug Fixes + +* **deps:** update dependency puppeteer to 14.2 ([#273](https://github.com/Kaartje2go/Dullahan/issues/273)) ([cf16fea](https://github.com/Kaartje2go/Dullahan/commit/cf16fea3d4aaf72b328a7acbaf2733846fe89313)) + + + + + # 1.0.0-alpha.142 (2022-06-02) diff --git a/packages/dullahan/package.json b/packages/dullahan/package.json index 0bc0d96f..f6af878c 100644 --- a/packages/dullahan/package.json +++ b/packages/dullahan/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan", - "version": "1.0.0-alpha.142", + "version": "1.0.0-alpha.143", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0",