diff --git a/packages/dullahan-adapter-playwright/CHANGELOG.md b/packages/dullahan-adapter-playwright/CHANGELOG.md index a2739b88..77af96b6 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-adapter-playwright diff --git a/packages/dullahan-adapter-playwright/package.json b/packages/dullahan-adapter-playwright/package.json index e85c79e7..cffd9a7b 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.153", + "version": "1.0.0-alpha.154", "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.153", + "@k2g/dullahan": "^1.0.0-alpha.154", "playwright": "^1.21.0" } } diff --git a/packages/dullahan-adapter-puppeteer/CHANGELOG.md b/packages/dullahan-adapter-puppeteer/CHANGELOG.md index af08dfac..b24b3937 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-adapter-puppeteer diff --git a/packages/dullahan-adapter-puppeteer/package.json b/packages/dullahan-adapter-puppeteer/package.json index eaa42a17..e6e4914a 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.153", + "version": "1.0.0-alpha.154", "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.153", + "@k2g/dullahan": "^1.0.0-alpha.154", "puppeteer": "14.1" } } diff --git a/packages/dullahan-adapter-selenium-3/CHANGELOG.md b/packages/dullahan-adapter-selenium-3/CHANGELOG.md index 2b882ed7..8294f802 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-adapter-selenium-3 diff --git a/packages/dullahan-adapter-selenium-3/package.json b/packages/dullahan-adapter-selenium-3/package.json index d584a717..c092c224 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.153", + "version": "1.0.0-alpha.154", "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.153", + "@k2g/dullahan": "^1.0.0-alpha.154", "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 c404789e..1f3fa577 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-adapter-selenium-4 diff --git a/packages/dullahan-adapter-selenium-4/package.json b/packages/dullahan-adapter-selenium-4/package.json index 9dccb350..65cebf5e 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.153", + "version": "1.0.0-alpha.154", "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.153", + "@k2g/dullahan": "^1.0.0-alpha.154", "deepmerge": "^4.2.2", "selenium-webdriver": "4.5.0" }, diff --git a/packages/dullahan-plugin-aws-s3/CHANGELOG.md b/packages/dullahan-plugin-aws-s3/CHANGELOG.md index fffa5ba3..7e36e1d9 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-plugin-aws-s3 diff --git a/packages/dullahan-plugin-aws-s3/package.json b/packages/dullahan-plugin-aws-s3/package.json index a1263092..3449bdfd 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.153", + "version": "1.0.0-alpha.154", "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.153", + "@k2g/dullahan": "^1.0.0-alpha.154", "aws-sdk": "^2.1179.0" } } diff --git a/packages/dullahan-plugin-browserstack/CHANGELOG.md b/packages/dullahan-plugin-browserstack/CHANGELOG.md index 6fce359e..768e4a18 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-plugin-browserstack diff --git a/packages/dullahan-plugin-browserstack/package.json b/packages/dullahan-plugin-browserstack/package.json index 2717ce11..747726a9 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.153", + "version": "1.0.0-alpha.154", "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.153", + "@k2g/dullahan": "^1.0.0-alpha.154", "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 c384bb6c..7273248f 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-plugin-github diff --git a/packages/dullahan-plugin-github/package.json b/packages/dullahan-plugin-github/package.json index 2dd34d0a..31a00f92 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.153", + "version": "1.0.0-alpha.154", "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.153", + "@k2g/dullahan": "^1.0.0-alpha.154", "@octokit/rest": "^19.0.0" } } diff --git a/packages/dullahan-plugin-gitlab/CHANGELOG.md b/packages/dullahan-plugin-gitlab/CHANGELOG.md index d88a0371..f3699960 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-plugin-gitlab diff --git a/packages/dullahan-plugin-gitlab/package.json b/packages/dullahan-plugin-gitlab/package.json index f2bf06c9..49ba66ca 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.153", + "version": "1.0.0-alpha.154", "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.153" + "@k2g/dullahan": "^1.0.0-alpha.154" } } diff --git a/packages/dullahan-plugin-report-html/CHANGELOG.md b/packages/dullahan-plugin-report-html/CHANGELOG.md index 9d01bb96..25c8e7ba 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-plugin-report-html diff --git a/packages/dullahan-plugin-report-html/package.json b/packages/dullahan-plugin-report-html/package.json index da3c8848..dd5edd9e 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.153", + "version": "1.0.0-alpha.154", "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.153", + "@k2g/dullahan": "^1.0.0-alpha.154", "ejs": "^3.1.5" } } diff --git a/packages/dullahan-plugin-report-json/CHANGELOG.md b/packages/dullahan-plugin-report-json/CHANGELOG.md index 2e2c0760..123b2de1 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-plugin-report-json diff --git a/packages/dullahan-plugin-report-json/package.json b/packages/dullahan-plugin-report-json/package.json index de013f3d..3a6159f6 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.153", + "version": "1.0.0-alpha.154", "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.153" + "@k2g/dullahan": "^1.0.0-alpha.154" } } diff --git a/packages/dullahan-plugin-report-markdown/CHANGELOG.md b/packages/dullahan-plugin-report-markdown/CHANGELOG.md index b36c730e..604bee12 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-plugin-report-markdown diff --git a/packages/dullahan-plugin-report-markdown/package.json b/packages/dullahan-plugin-report-markdown/package.json index a590534c..c38d3c50 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.153", + "version": "1.0.0-alpha.154", "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.153" + "@k2g/dullahan": "^1.0.0-alpha.154" } } diff --git a/packages/dullahan-plugin-slack/CHANGELOG.md b/packages/dullahan-plugin-slack/CHANGELOG.md index f1c437dd..4a9cfdc0 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-plugin-slack diff --git a/packages/dullahan-plugin-slack/package.json b/packages/dullahan-plugin-slack/package.json index eef9e97d..ffec82b7 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.153", + "version": "1.0.0-alpha.154", "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.153", + "@k2g/dullahan": "^1.0.0-alpha.154", "@slack/client": "^5.0.2" } } diff --git a/packages/dullahan-plugin-xvfb/CHANGELOG.md b/packages/dullahan-plugin-xvfb/CHANGELOG.md index fd0c069a..248fe405 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-plugin-xvfb diff --git a/packages/dullahan-plugin-xvfb/package.json b/packages/dullahan-plugin-xvfb/package.json index 7a123599..26ff14e0 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.153", + "version": "1.0.0-alpha.154", "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.153", + "@k2g/dullahan": "^1.0.0-alpha.154", "xvfb": "^0.4.0" } } diff --git a/packages/dullahan-runner-aws-lambda/CHANGELOG.md b/packages/dullahan-runner-aws-lambda/CHANGELOG.md index dbae47e0..c4c5bdac 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-runner-aws-lambda diff --git a/packages/dullahan-runner-aws-lambda/package.json b/packages/dullahan-runner-aws-lambda/package.json index 39794bc5..09a3bedc 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.153", + "version": "1.0.0-alpha.154", "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.153", + "@k2g/dullahan": "^1.0.0-alpha.154", "async-sema": "^3.1.0", "aws-sdk": "^2.1179.0", "fast-glob": "^3.2.4", diff --git a/packages/dullahan-runner-development/CHANGELOG.md b/packages/dullahan-runner-development/CHANGELOG.md index 3f339f41..c32022d2 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-runner-development diff --git a/packages/dullahan-runner-development/package.json b/packages/dullahan-runner-development/package.json index 1ab8c880..5ddeb3fa 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.153", + "version": "1.0.0-alpha.154", "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.153", + "@k2g/dullahan": "^1.0.0-alpha.154", "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 9a8ee88c..f4289ec9 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan-runner-standard diff --git a/packages/dullahan-runner-standard/package.json b/packages/dullahan-runner-standard/package.json index 17306697..e2cae0ae 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.153", + "version": "1.0.0-alpha.154", "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.153", + "@k2g/dullahan": "^1.0.0-alpha.154", "fast-glob": "^3.2.4", "tiny-async-pool": "^1.1.0" } diff --git a/packages/dullahan/CHANGELOG.md b/packages/dullahan/CHANGELOG.md index ae288082..2f89c178 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.154 (2022-10-05) + + +### Bug Fixes + +* **deps:** update dependency selenium-webdriver to v4.5.0 ([#292](https://github.com/Kaartje2go/Dullahan/issues/292)) ([b76de50](https://github.com/Kaartje2go/Dullahan/commit/b76de50892200b2cf30201d7020001feeb268314)) + + + + + # 1.0.0-alpha.153 (2022-08-23) **Note:** Version bump only for package @k2g/dullahan diff --git a/packages/dullahan/package.json b/packages/dullahan/package.json index fcaf1988..747a199d 100644 --- a/packages/dullahan/package.json +++ b/packages/dullahan/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan", - "version": "1.0.0-alpha.153", + "version": "1.0.0-alpha.154", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0",