diff --git a/packages/dullahan-adapter-playwright/CHANGELOG.md b/packages/dullahan-adapter-playwright/CHANGELOG.md index f9a634ac..6faa57a3 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 1daf4d88..be67d1e3 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.151", + "version": "1.0.0-alpha.152", "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.151", + "@k2g/dullahan": "^1.0.0-alpha.152", "playwright": "^1.21.0" } } diff --git a/packages/dullahan-adapter-puppeteer/CHANGELOG.md b/packages/dullahan-adapter-puppeteer/CHANGELOG.md index a2ae7c95..2bf5ddbf 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 0cbcb13b..a55a3a40 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.151", + "version": "1.0.0-alpha.152", "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.151", + "@k2g/dullahan": "^1.0.0-alpha.152", "puppeteer": "14.1" } } diff --git a/packages/dullahan-adapter-selenium-3/CHANGELOG.md b/packages/dullahan-adapter-selenium-3/CHANGELOG.md index 3deffc5e..3f1b4f1e 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 d6091bf6..39da2c77 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.151", + "version": "1.0.0-alpha.152", "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.151", + "@k2g/dullahan": "^1.0.0-alpha.152", "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 5069991d..217b3639 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 974ff544..629439f4 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.151", + "version": "1.0.0-alpha.152", "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.151", + "@k2g/dullahan": "^1.0.0-alpha.152", "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 715514b3..cc3026dd 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 c41e4961..7ba92de4 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.151", + "version": "1.0.0-alpha.152", "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.151", + "@k2g/dullahan": "^1.0.0-alpha.152", "aws-sdk": "^2.1179.0" } } diff --git a/packages/dullahan-plugin-browserstack/CHANGELOG.md b/packages/dullahan-plugin-browserstack/CHANGELOG.md index 5c12c7ea..eca08865 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 67871d62..3086bd9e 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.151", + "version": "1.0.0-alpha.152", "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.151", + "@k2g/dullahan": "^1.0.0-alpha.152", "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 d072bec0..ea334720 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 7616d34b..6f710cfb 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.151", + "version": "1.0.0-alpha.152", "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.151", + "@k2g/dullahan": "^1.0.0-alpha.152", "@octokit/rest": "^19.0.0" } } diff --git a/packages/dullahan-plugin-gitlab/CHANGELOG.md b/packages/dullahan-plugin-gitlab/CHANGELOG.md index ad667c5c..9ce9d912 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 adffd8b4..75dfa9da 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.151", + "version": "1.0.0-alpha.152", "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.151" + "@k2g/dullahan": "^1.0.0-alpha.152" } } diff --git a/packages/dullahan-plugin-report-html/CHANGELOG.md b/packages/dullahan-plugin-report-html/CHANGELOG.md index bc8f7fb9..26a48357 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 0e0a10af..231b9c45 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.151", + "version": "1.0.0-alpha.152", "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.151", + "@k2g/dullahan": "^1.0.0-alpha.152", "ejs": "^3.1.5" } } diff --git a/packages/dullahan-plugin-report-json/CHANGELOG.md b/packages/dullahan-plugin-report-json/CHANGELOG.md index 8a22e80e..5f23bf36 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 068e98f6..b9f32217 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.151", + "version": "1.0.0-alpha.152", "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.151" + "@k2g/dullahan": "^1.0.0-alpha.152" } } diff --git a/packages/dullahan-plugin-report-markdown/CHANGELOG.md b/packages/dullahan-plugin-report-markdown/CHANGELOG.md index 84608445..328265dc 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 c0091163..0a68f4db 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.151", + "version": "1.0.0-alpha.152", "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.151" + "@k2g/dullahan": "^1.0.0-alpha.152" } } diff --git a/packages/dullahan-plugin-slack/CHANGELOG.md b/packages/dullahan-plugin-slack/CHANGELOG.md index 7afd7c6a..ec30c0cd 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 134d6b70..b2083f20 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.151", + "version": "1.0.0-alpha.152", "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.151", + "@k2g/dullahan": "^1.0.0-alpha.152", "@slack/client": "^5.0.2" } } diff --git a/packages/dullahan-plugin-xvfb/CHANGELOG.md b/packages/dullahan-plugin-xvfb/CHANGELOG.md index 47956397..34d70ceb 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 75de380b..7eae3ab6 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.151", + "version": "1.0.0-alpha.152", "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.151", + "@k2g/dullahan": "^1.0.0-alpha.152", "xvfb": "^0.4.0" } } diff --git a/packages/dullahan-runner-aws-lambda/CHANGELOG.md b/packages/dullahan-runner-aws-lambda/CHANGELOG.md index d57cc9e1..40973543 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 9a7bc415..28db172a 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.151", + "version": "1.0.0-alpha.152", "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.151", + "@k2g/dullahan": "^1.0.0-alpha.152", "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 e81aebb9..dd7f7556 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 8bf49119..a364c6df 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.151", + "version": "1.0.0-alpha.152", "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.151", + "@k2g/dullahan": "^1.0.0-alpha.152", "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 90838d2a..3f91d184 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **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 4564ae69..462ed0dc 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.151", + "version": "1.0.0-alpha.152", "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.151", + "@k2g/dullahan": "^1.0.0-alpha.152", "fast-glob": "^3.2.4", "tiny-async-pool": "^1.1.0" } diff --git a/packages/dullahan/CHANGELOG.md b/packages/dullahan/CHANGELOG.md index a009ffe9..ee9138a9 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.152 (2022-08-05) + + +### Bug Fixes + +* correct browserstackBuildUrl for Slack link ([#290](https://github.com/Kaartje2go/Dullahan/issues/290)) ([6a5895c](https://github.com/Kaartje2go/Dullahan/commit/6a5895c0ce52f5011b770b8b8303e83feb3f1652)) + + + + + # 1.0.0-alpha.151 (2022-08-02) **Note:** Version bump only for package @k2g/dullahan diff --git a/packages/dullahan/package.json b/packages/dullahan/package.json index 241bf4a7..f00f6511 100644 --- a/packages/dullahan/package.json +++ b/packages/dullahan/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan", - "version": "1.0.0-alpha.151", + "version": "1.0.0-alpha.152", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0",