diff --git a/packages/dullahan-adapter-playwright/CHANGELOG.md b/packages/dullahan-adapter-playwright/CHANGELOG.md index 600a75f6..7129e491 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 96d12ed5..815dfba3 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0", + "@k2g/dullahan": "^0.0.1-alpha.1", "playwright": "^1.0.2" } } diff --git a/packages/dullahan-adapter-puppeteer/CHANGELOG.md b/packages/dullahan-adapter-puppeteer/CHANGELOG.md index 1334244e..69254770 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 fd7a35aa..5fc89ee6 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0", + "@k2g/dullahan": "^0.0.1-alpha.1", "puppeteer": "^3.1.0" }, "devDependencies": { diff --git a/packages/dullahan-adapter-selenium-3/CHANGELOG.md b/packages/dullahan-adapter-selenium-3/CHANGELOG.md index ff9da80b..b892cb28 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 de9ffeaa..edbc25cc 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0", + "@k2g/dullahan": "^0.0.1-alpha.1", "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 c1db102a..522d80fa 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 5472c07a..2a7e9fdb 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0", + "@k2g/dullahan": "^0.0.1-alpha.1", "selenium-webdriver": "^4.0.0-alpha.7" }, "devDependencies": { diff --git a/packages/dullahan-plugin-aws-s3/CHANGELOG.md b/packages/dullahan-plugin-aws-s3/CHANGELOG.md index aeb7d1fb..2000c06d 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 df3aa832..8795cb6a 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0", + "@k2g/dullahan": "^0.0.1-alpha.1", "aws-sdk": "^2.683.0" } } diff --git a/packages/dullahan-plugin-browserstack/CHANGELOG.md b/packages/dullahan-plugin-browserstack/CHANGELOG.md index c8609008..5e1d3c10 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 395dc41d..3233881b 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0", + "@k2g/dullahan": "^0.0.1-alpha.1", "browserstack-local": "^1.4.5", "node-fetch": "^2.6.0" } diff --git a/packages/dullahan-plugin-github/CHANGELOG.md b/packages/dullahan-plugin-github/CHANGELOG.md index a4fed9de..57e00e11 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 dd8e8efa..38b37c29 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0", + "@k2g/dullahan": "^0.0.1-alpha.1", "@octokit/rest": "^17.9.2" } } diff --git a/packages/dullahan-plugin-gitlab/CHANGELOG.md b/packages/dullahan-plugin-gitlab/CHANGELOG.md index 8f722439..b4648d5f 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 a18bea01..3f70e5f6 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0" + "@k2g/dullahan": "^0.0.1-alpha.1" } } diff --git a/packages/dullahan-plugin-report-html/CHANGELOG.md b/packages/dullahan-plugin-report-html/CHANGELOG.md index 89d9dfc7..9e8bf705 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 d024f3fa..5a515f57 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0", + "@k2g/dullahan": "^0.0.1-alpha.1", "ejs": "^3.1.3" } } diff --git a/packages/dullahan-plugin-report-json/CHANGELOG.md b/packages/dullahan-plugin-report-json/CHANGELOG.md index d77e0549..729212b8 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 1acc501a..fbb521b2 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0" + "@k2g/dullahan": "^0.0.1-alpha.1" } } diff --git a/packages/dullahan-plugin-report-markdown/CHANGELOG.md b/packages/dullahan-plugin-report-markdown/CHANGELOG.md index d001fea5..13d90546 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 ca61d68a..d408e1cd 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0" + "@k2g/dullahan": "^0.0.1-alpha.1" } } diff --git a/packages/dullahan-plugin-slack/CHANGELOG.md b/packages/dullahan-plugin-slack/CHANGELOG.md index 8e97619c..1ca3441d 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 dcb4be2b..529daa2e 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0", + "@k2g/dullahan": "^0.0.1-alpha.1", "@slack/client": "^5.0.2" } } diff --git a/packages/dullahan-plugin-xvfb/CHANGELOG.md b/packages/dullahan-plugin-xvfb/CHANGELOG.md index 8d5442ba..ad4f375b 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 06ac33cc..93abc7f2 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0", + "@k2g/dullahan": "^0.0.1-alpha.1", "xvfb": "^0.3.0" } } diff --git a/packages/dullahan-runner-aws-lambda/CHANGELOG.md b/packages/dullahan-runner-aws-lambda/CHANGELOG.md index 246742a4..e2ee65be 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 e7a18efd..c8d42af2 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0", + "@k2g/dullahan": "^0.0.1-alpha.1", "aws-sdk": "^2.683.0", "fast-glob": "^3.2.2", "tiny-async-pool": "^1.1.0" diff --git a/packages/dullahan-runner-development/CHANGELOG.md b/packages/dullahan-runner-development/CHANGELOG.md index c5aad80f..7d41652c 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 3b48e0e6..fc30b57f 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0", + "@k2g/dullahan": "^0.0.1-alpha.1", "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 c1888e44..0e03d582 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-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 59ca1927..aca83c62 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": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "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": "^0.0.1-alpha.0", + "@k2g/dullahan": "^0.0.1-alpha.1", "fast-glob": "^3.2.2", "tiny-async-pool": "^1.1.0" } diff --git a/packages/dullahan/CHANGELOG.md b/packages/dullahan/CHANGELOG.md index 851c4a80..23a4ace5 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. +## 0.0.1-alpha.1 (2020-05-25) + + +### Bug Fixes + +* stop resetting versions to 0.0.0 ([a1de1a0](https://github.com/Kaartje2go/Dullahan/commit/a1de1a0273d54630e195e2dd14ed2f89bb69bfaf)) + + + + + ## 0.0.1-alpha.0 (2020-05-25) **Note:** Version bump only for package @k2g/dullahan diff --git a/packages/dullahan/package.json b/packages/dullahan/package.json index f0f7d512..a40efa47 100644 --- a/packages/dullahan/package.json +++ b/packages/dullahan/package.json @@ -1,6 +1,6 @@ { "name": "@k2g/dullahan", - "version": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "description": "TODO", "repository": "https://github.com/Kaartje2go/Dullahan", "license": "GPL-3.0",