From 8e83af7a1da6f24725a85e27ec9ecd2287faa0f0 Mon Sep 17 00:00:00 2001 From: Dullahan2bot Date: Mon, 21 Nov 2022 09:22:28 +0000 Subject: [PATCH] chore: release --skip-ci - @k2g/dullahan-adapter-playwright@1.0.0-alpha.160 - @k2g/dullahan-adapter-puppeteer@1.0.0-alpha.160 - @k2g/dullahan-adapter-selenium-3@1.0.0-alpha.160 - @k2g/dullahan-adapter-selenium-4@1.0.0-alpha.160 - @k2g/dullahan-plugin-aws-s3@1.0.0-alpha.160 - @k2g/dullahan-plugin-browserstack@1.0.0-alpha.160 - @k2g/dullahan-plugin-github@1.0.0-alpha.160 - @k2g/dullahan-plugin-gitlab@1.0.0-alpha.160 - @k2g/dullahan-plugin-report-html@1.0.0-alpha.160 - @k2g/dullahan-plugin-report-json@1.0.0-alpha.160 - @k2g/dullahan-plugin-report-markdown@1.0.0-alpha.160 - @k2g/dullahan-plugin-slack@1.0.0-alpha.160 - @k2g/dullahan-plugin-xvfb@1.0.0-alpha.160 - @k2g/dullahan-runner-aws-lambda@1.0.0-alpha.160 - @k2g/dullahan-runner-development@1.0.0-alpha.160 - @k2g/dullahan-runner-standard@1.0.0-alpha.160 - @k2g/dullahan@1.0.0-alpha.160 --- 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 8eaa166d..6badd073 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-adapter-playwright + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-adapter-playwright/package.json b/packages/dullahan-adapter-playwright/package.json index b10003c6..85310b7c 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.159", + "version": "1.0.0-alpha.160", "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.159", + "@k2g/dullahan": "^1.0.0-alpha.160", "playwright": "^1.21.0" } } diff --git a/packages/dullahan-adapter-puppeteer/CHANGELOG.md b/packages/dullahan-adapter-puppeteer/CHANGELOG.md index 5d94745a..7fa0a70f 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-adapter-puppeteer + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-adapter-puppeteer/package.json b/packages/dullahan-adapter-puppeteer/package.json index 8c8c3471..ba56377f 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.159", + "version": "1.0.0-alpha.160", "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.159", + "@k2g/dullahan": "^1.0.0-alpha.160", "puppeteer": "14.1" } } diff --git a/packages/dullahan-adapter-selenium-3/CHANGELOG.md b/packages/dullahan-adapter-selenium-3/CHANGELOG.md index afe5d9ff..dd901e0c 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-adapter-selenium-3 + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-adapter-selenium-3/package.json b/packages/dullahan-adapter-selenium-3/package.json index 07f1ae66..7637cf35 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.159", + "version": "1.0.0-alpha.160", "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.159", + "@k2g/dullahan": "^1.0.0-alpha.160", "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 6bef3a86..89ff323d 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-adapter-selenium-4 + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-adapter-selenium-4/package.json b/packages/dullahan-adapter-selenium-4/package.json index 2780d262..84da4569 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.159", + "version": "1.0.0-alpha.160", "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.159", + "@k2g/dullahan": "^1.0.0-alpha.160", "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 64265b5c..5d173e31 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-plugin-aws-s3 + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-plugin-aws-s3/package.json b/packages/dullahan-plugin-aws-s3/package.json index c432c6dd..f1c73da9 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.159", + "version": "1.0.0-alpha.160", "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.159", + "@k2g/dullahan": "^1.0.0-alpha.160", "aws-sdk": "^2.1237.0" } } diff --git a/packages/dullahan-plugin-browserstack/CHANGELOG.md b/packages/dullahan-plugin-browserstack/CHANGELOG.md index dd376c44..a14abb54 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-plugin-browserstack + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-plugin-browserstack/package.json b/packages/dullahan-plugin-browserstack/package.json index 6ebe3dd1..481cf76c 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.159", + "version": "1.0.0-alpha.160", "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.159", + "@k2g/dullahan": "^1.0.0-alpha.160", "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 c1ee454e..2f2d4638 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-plugin-github + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-plugin-github/package.json b/packages/dullahan-plugin-github/package.json index d2d13a77..2bcd27bd 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.159", + "version": "1.0.0-alpha.160", "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.159", + "@k2g/dullahan": "^1.0.0-alpha.160", "@octokit/rest": "^19.0.0" } } diff --git a/packages/dullahan-plugin-gitlab/CHANGELOG.md b/packages/dullahan-plugin-gitlab/CHANGELOG.md index c6101be3..eeee6e4f 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-plugin-gitlab + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-plugin-gitlab/package.json b/packages/dullahan-plugin-gitlab/package.json index 4e03bf3f..916b97c3 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.159", + "version": "1.0.0-alpha.160", "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.159" + "@k2g/dullahan": "^1.0.0-alpha.160" } } diff --git a/packages/dullahan-plugin-report-html/CHANGELOG.md b/packages/dullahan-plugin-report-html/CHANGELOG.md index 50aa6a8e..ae9fa806 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-plugin-report-html + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-plugin-report-html/package.json b/packages/dullahan-plugin-report-html/package.json index 3e55339f..c100d283 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.159", + "version": "1.0.0-alpha.160", "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.159", + "@k2g/dullahan": "^1.0.0-alpha.160", "ejs": "^3.1.8" } } diff --git a/packages/dullahan-plugin-report-json/CHANGELOG.md b/packages/dullahan-plugin-report-json/CHANGELOG.md index 3124a7d6..f1b8b5f6 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-plugin-report-json + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-plugin-report-json/package.json b/packages/dullahan-plugin-report-json/package.json index 0668244f..e6e51b92 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.159", + "version": "1.0.0-alpha.160", "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.159" + "@k2g/dullahan": "^1.0.0-alpha.160" } } diff --git a/packages/dullahan-plugin-report-markdown/CHANGELOG.md b/packages/dullahan-plugin-report-markdown/CHANGELOG.md index e8c903ce..f1e45c59 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-plugin-report-markdown + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-plugin-report-markdown/package.json b/packages/dullahan-plugin-report-markdown/package.json index ea3b90f5..d41fe419 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.159", + "version": "1.0.0-alpha.160", "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.159" + "@k2g/dullahan": "^1.0.0-alpha.160" } } diff --git a/packages/dullahan-plugin-slack/CHANGELOG.md b/packages/dullahan-plugin-slack/CHANGELOG.md index 46fa6713..6a3af6db 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-plugin-slack + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-plugin-slack/package.json b/packages/dullahan-plugin-slack/package.json index 3f8f1675..65e30669 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.159", + "version": "1.0.0-alpha.160", "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.159", + "@k2g/dullahan": "^1.0.0-alpha.160", "@slack/client": "^5.0.2" } } diff --git a/packages/dullahan-plugin-xvfb/CHANGELOG.md b/packages/dullahan-plugin-xvfb/CHANGELOG.md index adb4e72b..629100dc 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-plugin-xvfb + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-plugin-xvfb/package.json b/packages/dullahan-plugin-xvfb/package.json index 93b928dd..9a8eda1e 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.159", + "version": "1.0.0-alpha.160", "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.159", + "@k2g/dullahan": "^1.0.0-alpha.160", "xvfb": "^0.4.0" } } diff --git a/packages/dullahan-runner-aws-lambda/CHANGELOG.md b/packages/dullahan-runner-aws-lambda/CHANGELOG.md index be46b2e7..755242db 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-runner-aws-lambda + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-runner-aws-lambda/package.json b/packages/dullahan-runner-aws-lambda/package.json index 58845d40..0006ae4a 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.159", + "version": "1.0.0-alpha.160", "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.159", + "@k2g/dullahan": "^1.0.0-alpha.160", "async-sema": "^3.1.0", "aws-sdk": "^2.1237.0", "fast-glob": "^3.2.4", diff --git a/packages/dullahan-runner-development/CHANGELOG.md b/packages/dullahan-runner-development/CHANGELOG.md index 4368ed0a..bf398cb8 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-runner-development + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-runner-development/package.json b/packages/dullahan-runner-development/package.json index 5fe90e25..841422dc 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.159", + "version": "1.0.0-alpha.160", "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.159", + "@k2g/dullahan": "^1.0.0-alpha.160", "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 33882af1..83922001 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan-runner-standard + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan-runner-standard/package.json b/packages/dullahan-runner-standard/package.json index 6d4521d1..7e016ba5 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.159", + "version": "1.0.0-alpha.160", "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.159", + "@k2g/dullahan": "^1.0.0-alpha.160", "fast-glob": "^3.2.4", "tiny-async-pool": "^1.1.0" } diff --git a/packages/dullahan/CHANGELOG.md b/packages/dullahan/CHANGELOG.md index b0ed8160..242738cc 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.160 (2022-11-21) + +**Note:** Version bump only for package @k2g/dullahan + + + + + # 1.0.0-alpha.159 (2022-10-26) diff --git a/packages/dullahan/package.json b/packages/dullahan/package.json index 9c49f456..46e9a417 100644 --- a/packages/dullahan/package.json +++ b/packages/dullahan/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan", - "version": "1.0.0-alpha.159", + "version": "1.0.0-alpha.160", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0",