diff --git a/packages/dullahan-adapter-playwright/CHANGELOG.md b/packages/dullahan-adapter-playwright/CHANGELOG.md index d95a25e1..430e68aa 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-adapter-playwright/package.json b/packages/dullahan-adapter-playwright/package.json index c2abac81..0342983a 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.147", + "version": "1.0.0-alpha.148", "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.147", + "@k2g/dullahan": "^1.0.0-alpha.148", "playwright": "^1.21.0" } } diff --git a/packages/dullahan-adapter-puppeteer/CHANGELOG.md b/packages/dullahan-adapter-puppeteer/CHANGELOG.md index 97752611..20017338 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-adapter-puppeteer/package.json b/packages/dullahan-adapter-puppeteer/package.json index 18cbcbf9..a258f596 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.147", + "version": "1.0.0-alpha.148", "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.147", + "@k2g/dullahan": "^1.0.0-alpha.148", "puppeteer": "15.1" } } diff --git a/packages/dullahan-adapter-selenium-3/CHANGELOG.md b/packages/dullahan-adapter-selenium-3/CHANGELOG.md index 58d2187c..69f93b2d 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-adapter-selenium-3/package.json b/packages/dullahan-adapter-selenium-3/package.json index c2ea787a..770bd735 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.147", + "version": "1.0.0-alpha.148", "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.147", + "@k2g/dullahan": "^1.0.0-alpha.148", "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 03897df9..ff6b22b2 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-adapter-selenium-4/package.json b/packages/dullahan-adapter-selenium-4/package.json index b04917d8..21408a1e 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.147", + "version": "1.0.0-alpha.148", "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.147", + "@k2g/dullahan": "^1.0.0-alpha.148", "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 07ac6045..7eb01517 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-plugin-aws-s3/package.json b/packages/dullahan-plugin-aws-s3/package.json index 5209414b..9441f45f 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.147", + "version": "1.0.0-alpha.148", "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.147", + "@k2g/dullahan": "^1.0.0-alpha.148", "aws-sdk": "^2.1179.0" } } diff --git a/packages/dullahan-plugin-browserstack/CHANGELOG.md b/packages/dullahan-plugin-browserstack/CHANGELOG.md index d6454281..685857be 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-plugin-browserstack/package.json b/packages/dullahan-plugin-browserstack/package.json index cd584fa8..e7c9ab53 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.147", + "version": "1.0.0-alpha.148", "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.147", + "@k2g/dullahan": "^1.0.0-alpha.148", "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 86bddaec..73b8ad3f 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-plugin-github/package.json b/packages/dullahan-plugin-github/package.json index d810dfeb..abc322da 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.147", + "version": "1.0.0-alpha.148", "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.147", + "@k2g/dullahan": "^1.0.0-alpha.148", "@octokit/rest": "^19.0.0" } } diff --git a/packages/dullahan-plugin-gitlab/CHANGELOG.md b/packages/dullahan-plugin-gitlab/CHANGELOG.md index ed210d2f..7e8021c4 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-plugin-gitlab/package.json b/packages/dullahan-plugin-gitlab/package.json index 58915306..e87ae6c4 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.147", + "version": "1.0.0-alpha.148", "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.147" + "@k2g/dullahan": "^1.0.0-alpha.148" } } diff --git a/packages/dullahan-plugin-report-html/CHANGELOG.md b/packages/dullahan-plugin-report-html/CHANGELOG.md index 13e6db8c..5844aa43 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-plugin-report-html/package.json b/packages/dullahan-plugin-report-html/package.json index 6e0c1f7b..5b3bb532 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.147", + "version": "1.0.0-alpha.148", "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.147", + "@k2g/dullahan": "^1.0.0-alpha.148", "ejs": "^3.1.5" } } diff --git a/packages/dullahan-plugin-report-json/CHANGELOG.md b/packages/dullahan-plugin-report-json/CHANGELOG.md index 2ad4762e..8ce5f885 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-plugin-report-json/package.json b/packages/dullahan-plugin-report-json/package.json index 3b1d03c6..dc54ba3f 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.147", + "version": "1.0.0-alpha.148", "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.147" + "@k2g/dullahan": "^1.0.0-alpha.148" } } diff --git a/packages/dullahan-plugin-report-markdown/CHANGELOG.md b/packages/dullahan-plugin-report-markdown/CHANGELOG.md index 3ef8f19d..750c1bdf 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-plugin-report-markdown/package.json b/packages/dullahan-plugin-report-markdown/package.json index 0530cdcd..05a501dd 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.147", + "version": "1.0.0-alpha.148", "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.147" + "@k2g/dullahan": "^1.0.0-alpha.148" } } diff --git a/packages/dullahan-plugin-slack/CHANGELOG.md b/packages/dullahan-plugin-slack/CHANGELOG.md index 3a800d3e..50909a3d 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-plugin-slack/package.json b/packages/dullahan-plugin-slack/package.json index f2da394f..49e4c360 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.147", + "version": "1.0.0-alpha.148", "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.147", + "@k2g/dullahan": "^1.0.0-alpha.148", "@slack/client": "^5.0.2" } } diff --git a/packages/dullahan-plugin-xvfb/CHANGELOG.md b/packages/dullahan-plugin-xvfb/CHANGELOG.md index 63d9e14c..9f8c5665 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-plugin-xvfb/package.json b/packages/dullahan-plugin-xvfb/package.json index 2dda67d2..3a1cbac9 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.147", + "version": "1.0.0-alpha.148", "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.147", + "@k2g/dullahan": "^1.0.0-alpha.148", "xvfb": "^0.4.0" } } diff --git a/packages/dullahan-runner-aws-lambda/CHANGELOG.md b/packages/dullahan-runner-aws-lambda/CHANGELOG.md index 9bbc739d..561acc22 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-runner-aws-lambda/package.json b/packages/dullahan-runner-aws-lambda/package.json index 1dd3218f..76475b1c 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.147", + "version": "1.0.0-alpha.148", "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.147", + "@k2g/dullahan": "^1.0.0-alpha.148", "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 f7974fc7..dc3ca5bd 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-runner-development/package.json b/packages/dullahan-runner-development/package.json index 9d9aac0c..73e05a5e 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.147", + "version": "1.0.0-alpha.148", "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.147", + "@k2g/dullahan": "^1.0.0-alpha.148", "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 540be1d1..e71cf05b 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan-runner-standard/package.json b/packages/dullahan-runner-standard/package.json index 6791b156..c77c97dc 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.147", + "version": "1.0.0-alpha.148", "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.147", + "@k2g/dullahan": "^1.0.0-alpha.148", "fast-glob": "^3.2.4", "tiny-async-pool": "^1.1.0" } diff --git a/packages/dullahan/CHANGELOG.md b/packages/dullahan/CHANGELOG.md index f90947f8..fddc42b8 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.148 (2022-07-21) + + +### Bug Fixes + +* attempt to set browserstack session status ([#285](https://github.com/Kaartje2go/Dullahan/issues/285)) ([4d436b3](https://github.com/Kaartje2go/Dullahan/commit/4d436b3b92c4203c73bd78ba6427127f95873f02)) + + + + + # 1.0.0-alpha.147 (2022-07-13) diff --git a/packages/dullahan/package.json b/packages/dullahan/package.json index b886a9b4..a64054e1 100644 --- a/packages/dullahan/package.json +++ b/packages/dullahan/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan", - "version": "1.0.0-alpha.147", + "version": "1.0.0-alpha.148", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0",