From 4c957742f7663c4f61696c626a1b27aabe4f1687 Mon Sep 17 00:00:00 2001 From: Dullahan2bot Date: Wed, 25 May 2022 08:14:15 +0000 Subject: [PATCH] chore: release --skip-ci - @k2g/dullahan-adapter-playwright@1.0.0-alpha.138 - @k2g/dullahan-adapter-puppeteer@1.0.0-alpha.138 - @k2g/dullahan-adapter-selenium-3@1.0.0-alpha.138 - @k2g/dullahan-adapter-selenium-4@1.0.0-alpha.138 - @k2g/dullahan-plugin-aws-s3@1.0.0-alpha.138 - @k2g/dullahan-plugin-browserstack@1.0.0-alpha.138 - @k2g/dullahan-plugin-github@1.0.0-alpha.138 - @k2g/dullahan-plugin-gitlab@1.0.0-alpha.138 - @k2g/dullahan-plugin-report-html@1.0.0-alpha.138 - @k2g/dullahan-plugin-report-json@1.0.0-alpha.138 - @k2g/dullahan-plugin-report-markdown@1.0.0-alpha.138 - @k2g/dullahan-plugin-slack@1.0.0-alpha.138 - @k2g/dullahan-plugin-xvfb@1.0.0-alpha.138 - @k2g/dullahan-runner-aws-lambda@1.0.0-alpha.138 - @k2g/dullahan-runner-development@1.0.0-alpha.138 - @k2g/dullahan-runner-standard@1.0.0-alpha.138 - @k2g/dullahan@1.0.0-alpha.138 --- packages/dullahan-adapter-playwright/CHANGELOG.md | 8 ++++++++ packages/dullahan-adapter-playwright/package.json | 4 ++-- packages/dullahan-adapter-puppeteer/CHANGELOG.md | 8 ++++++++ packages/dullahan-adapter-puppeteer/package.json | 4 ++-- packages/dullahan-adapter-selenium-3/CHANGELOG.md | 8 ++++++++ packages/dullahan-adapter-selenium-3/package.json | 4 ++-- packages/dullahan-adapter-selenium-4/CHANGELOG.md | 8 ++++++++ packages/dullahan-adapter-selenium-4/package.json | 4 ++-- packages/dullahan-plugin-aws-s3/CHANGELOG.md | 8 ++++++++ packages/dullahan-plugin-aws-s3/package.json | 4 ++-- packages/dullahan-plugin-browserstack/CHANGELOG.md | 8 ++++++++ packages/dullahan-plugin-browserstack/package.json | 4 ++-- packages/dullahan-plugin-github/CHANGELOG.md | 8 ++++++++ packages/dullahan-plugin-github/package.json | 4 ++-- packages/dullahan-plugin-gitlab/CHANGELOG.md | 8 ++++++++ packages/dullahan-plugin-gitlab/package.json | 4 ++-- packages/dullahan-plugin-report-html/CHANGELOG.md | 8 ++++++++ packages/dullahan-plugin-report-html/package.json | 4 ++-- packages/dullahan-plugin-report-json/CHANGELOG.md | 8 ++++++++ packages/dullahan-plugin-report-json/package.json | 4 ++-- packages/dullahan-plugin-report-markdown/CHANGELOG.md | 8 ++++++++ packages/dullahan-plugin-report-markdown/package.json | 4 ++-- packages/dullahan-plugin-slack/CHANGELOG.md | 8 ++++++++ packages/dullahan-plugin-slack/package.json | 4 ++-- packages/dullahan-plugin-xvfb/CHANGELOG.md | 8 ++++++++ packages/dullahan-plugin-xvfb/package.json | 4 ++-- packages/dullahan-runner-aws-lambda/CHANGELOG.md | 8 ++++++++ packages/dullahan-runner-aws-lambda/package.json | 4 ++-- packages/dullahan-runner-development/CHANGELOG.md | 8 ++++++++ packages/dullahan-runner-development/package.json | 4 ++-- packages/dullahan-runner-standard/CHANGELOG.md | 8 ++++++++ packages/dullahan-runner-standard/package.json | 4 ++-- packages/dullahan/CHANGELOG.md | 8 ++++++++ packages/dullahan/package.json | 2 +- 34 files changed, 169 insertions(+), 33 deletions(-) diff --git a/packages/dullahan-adapter-playwright/CHANGELOG.md b/packages/dullahan-adapter-playwright/CHANGELOG.md index 4e8c0ea2..d87bff90 100644 --- a/packages/dullahan-adapter-playwright/CHANGELOG.md +++ b/packages/dullahan-adapter-playwright/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-adapter-playwright + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 12b314e2..dc85bea6 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.137", + "version": "1.0.0-alpha.138", "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.137", + "@k2g/dullahan": "^1.0.0-alpha.138", "playwright": "^1.21.0" } } diff --git a/packages/dullahan-adapter-puppeteer/CHANGELOG.md b/packages/dullahan-adapter-puppeteer/CHANGELOG.md index a985cfe8..ddd03958 100644 --- a/packages/dullahan-adapter-puppeteer/CHANGELOG.md +++ b/packages/dullahan-adapter-puppeteer/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-adapter-puppeteer + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 0bbbcd7e..50e4727d 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.137", + "version": "1.0.0-alpha.138", "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.137", + "@k2g/dullahan": "^1.0.0-alpha.138", "puppeteer": "14.1" } } diff --git a/packages/dullahan-adapter-selenium-3/CHANGELOG.md b/packages/dullahan-adapter-selenium-3/CHANGELOG.md index 0f1bc0ca..fc20d254 100644 --- a/packages/dullahan-adapter-selenium-3/CHANGELOG.md +++ b/packages/dullahan-adapter-selenium-3/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-adapter-selenium-3 + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 36330311..bb299928 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.137", + "version": "1.0.0-alpha.138", "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.137", + "@k2g/dullahan": "^1.0.0-alpha.138", "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 0cac5b1b..49f6333b 100644 --- a/packages/dullahan-adapter-selenium-4/CHANGELOG.md +++ b/packages/dullahan-adapter-selenium-4/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-adapter-selenium-4 + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 14682a7b..47395f31 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.137", + "version": "1.0.0-alpha.138", "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.137", + "@k2g/dullahan": "^1.0.0-alpha.138", "deepmerge": "^4.2.2", "selenium-webdriver": "4.1.2" }, diff --git a/packages/dullahan-plugin-aws-s3/CHANGELOG.md b/packages/dullahan-plugin-aws-s3/CHANGELOG.md index 04abdfaa..2350d6cd 100644 --- a/packages/dullahan-plugin-aws-s3/CHANGELOG.md +++ b/packages/dullahan-plugin-aws-s3/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-plugin-aws-s3 + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 789c0386..97a19690 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.137", + "version": "1.0.0-alpha.138", "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.137", + "@k2g/dullahan": "^1.0.0-alpha.138", "aws-sdk": "^2.753.0" } } diff --git a/packages/dullahan-plugin-browserstack/CHANGELOG.md b/packages/dullahan-plugin-browserstack/CHANGELOG.md index 9e603179..9931195c 100644 --- a/packages/dullahan-plugin-browserstack/CHANGELOG.md +++ b/packages/dullahan-plugin-browserstack/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-plugin-browserstack + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 dec87242..dee14941 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.137", + "version": "1.0.0-alpha.138", "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.137", + "@k2g/dullahan": "^1.0.0-alpha.138", "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 c1295cb8..d65f9c18 100644 --- a/packages/dullahan-plugin-github/CHANGELOG.md +++ b/packages/dullahan-plugin-github/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-plugin-github + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 1c5913b9..49d280de 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.137", + "version": "1.0.0-alpha.138", "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.137", + "@k2g/dullahan": "^1.0.0-alpha.138", "@octokit/rest": "^18.0.6" } } diff --git a/packages/dullahan-plugin-gitlab/CHANGELOG.md b/packages/dullahan-plugin-gitlab/CHANGELOG.md index 0470eb78..a1c42f3c 100644 --- a/packages/dullahan-plugin-gitlab/CHANGELOG.md +++ b/packages/dullahan-plugin-gitlab/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-plugin-gitlab + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 40635c31..a2120bba 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.137", + "version": "1.0.0-alpha.138", "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.137" + "@k2g/dullahan": "^1.0.0-alpha.138" } } diff --git a/packages/dullahan-plugin-report-html/CHANGELOG.md b/packages/dullahan-plugin-report-html/CHANGELOG.md index 69984685..1b726ebf 100644 --- a/packages/dullahan-plugin-report-html/CHANGELOG.md +++ b/packages/dullahan-plugin-report-html/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-plugin-report-html + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 58dc26d7..688baf62 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.137", + "version": "1.0.0-alpha.138", "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.137", + "@k2g/dullahan": "^1.0.0-alpha.138", "ejs": "^3.1.5" } } diff --git a/packages/dullahan-plugin-report-json/CHANGELOG.md b/packages/dullahan-plugin-report-json/CHANGELOG.md index 101afd51..bb7f0865 100644 --- a/packages/dullahan-plugin-report-json/CHANGELOG.md +++ b/packages/dullahan-plugin-report-json/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-plugin-report-json + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 ac97a59d..633344a6 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.137", + "version": "1.0.0-alpha.138", "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.137" + "@k2g/dullahan": "^1.0.0-alpha.138" } } diff --git a/packages/dullahan-plugin-report-markdown/CHANGELOG.md b/packages/dullahan-plugin-report-markdown/CHANGELOG.md index c9900e03..b930d495 100644 --- a/packages/dullahan-plugin-report-markdown/CHANGELOG.md +++ b/packages/dullahan-plugin-report-markdown/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-plugin-report-markdown + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 330889aa..ea25d53f 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.137", + "version": "1.0.0-alpha.138", "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.137" + "@k2g/dullahan": "^1.0.0-alpha.138" } } diff --git a/packages/dullahan-plugin-slack/CHANGELOG.md b/packages/dullahan-plugin-slack/CHANGELOG.md index 46ac98c5..021223f6 100644 --- a/packages/dullahan-plugin-slack/CHANGELOG.md +++ b/packages/dullahan-plugin-slack/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-plugin-slack + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 73f83d12..cdbe00ed 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.137", + "version": "1.0.0-alpha.138", "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.137", + "@k2g/dullahan": "^1.0.0-alpha.138", "@slack/client": "^5.0.2" } } diff --git a/packages/dullahan-plugin-xvfb/CHANGELOG.md b/packages/dullahan-plugin-xvfb/CHANGELOG.md index c5583363..34304763 100644 --- a/packages/dullahan-plugin-xvfb/CHANGELOG.md +++ b/packages/dullahan-plugin-xvfb/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-plugin-xvfb + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 939b7007..cf433f10 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.137", + "version": "1.0.0-alpha.138", "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.137", + "@k2g/dullahan": "^1.0.0-alpha.138", "xvfb": "^0.4.0" } } diff --git a/packages/dullahan-runner-aws-lambda/CHANGELOG.md b/packages/dullahan-runner-aws-lambda/CHANGELOG.md index 49492e91..b62c62ee 100644 --- a/packages/dullahan-runner-aws-lambda/CHANGELOG.md +++ b/packages/dullahan-runner-aws-lambda/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-runner-aws-lambda + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 8532f2d2..dc195472 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.137", + "version": "1.0.0-alpha.138", "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.137", + "@k2g/dullahan": "^1.0.0-alpha.138", "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 c7070bba..38d61e3c 100644 --- a/packages/dullahan-runner-development/CHANGELOG.md +++ b/packages/dullahan-runner-development/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-runner-development + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 8f7c1da7..1ba486f4 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.137", + "version": "1.0.0-alpha.138", "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.137", + "@k2g/dullahan": "^1.0.0-alpha.138", "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 0196ae2c..94ea771f 100644 --- a/packages/dullahan-runner-standard/CHANGELOG.md +++ b/packages/dullahan-runner-standard/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan-runner-standard + + + + + # 1.0.0-alpha.137 (2022-05-25) **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 a1074066..dacf59e8 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.137", + "version": "1.0.0-alpha.138", "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.137", + "@k2g/dullahan": "^1.0.0-alpha.138", "fast-glob": "^3.2.4", "tiny-async-pool": "^1.1.0" } diff --git a/packages/dullahan/CHANGELOG.md b/packages/dullahan/CHANGELOG.md index 62ce546c..a0e599cc 100644 --- a/packages/dullahan/CHANGELOG.md +++ b/packages/dullahan/CHANGELOG.md @@ -3,6 +3,14 @@ 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.138 (2022-05-25) + +**Note:** Version bump only for package @k2g/dullahan + + + + + # 1.0.0-alpha.137 (2022-05-25) **Note:** Version bump only for package @k2g/dullahan diff --git a/packages/dullahan/package.json b/packages/dullahan/package.json index 67236960..fb64b254 100644 --- a/packages/dullahan/package.json +++ b/packages/dullahan/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan", - "version": "1.0.0-alpha.137", + "version": "1.0.0-alpha.138", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0",