Skip to content

Commit

Permalink
chore: release --skip-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Dullahan2bot committed Jul 21, 2022
1 parent 4d436b3 commit 09719c1
Show file tree
Hide file tree
Showing 34 changed files with 220 additions and 33 deletions.
11 changes: 11 additions & 0 deletions packages/dullahan-adapter-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/dullahan-adapter-playwright/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
11 changes: 11 additions & 0 deletions packages/dullahan-adapter-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/dullahan-adapter-puppeteer/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
11 changes: 11 additions & 0 deletions packages/dullahan-adapter-selenium-3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/dullahan-adapter-selenium-3/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": {
Expand Down
11 changes: 11 additions & 0 deletions packages/dullahan-adapter-selenium-4/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/dullahan-adapter-selenium-4/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/dullahan-plugin-aws-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/dullahan-plugin-aws-s3/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
11 changes: 11 additions & 0 deletions packages/dullahan-plugin-browserstack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/dullahan-plugin-browserstack/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
Expand Down
11 changes: 11 additions & 0 deletions packages/dullahan-plugin-github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/dullahan-plugin-github/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
11 changes: 11 additions & 0 deletions packages/dullahan-plugin-gitlab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/dullahan-plugin-gitlab/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
11 changes: 11 additions & 0 deletions packages/dullahan-plugin-report-html/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/dullahan-plugin-report-html/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
11 changes: 11 additions & 0 deletions packages/dullahan-plugin-report-json/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/dullahan-plugin-report-json/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
11 changes: 11 additions & 0 deletions packages/dullahan-plugin-report-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions packages/dullahan-plugin-report-markdown/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
}
}
11 changes: 11 additions & 0 deletions packages/dullahan-plugin-slack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
Loading

0 comments on commit 09719c1

Please sign in to comment.