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 May 25, 2020
1 parent f69b7db commit 9f1c2d8
Show file tree
Hide file tree
Showing 34 changed files with 171 additions and 35 deletions.
8 changes: 8 additions & 0 deletions packages/dullahan-adapter-playwright/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-adapter-playwright
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": "0.0.0",
"version": "0.0.1-alpha.0",
"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": "0.0.0",
"@k2g/dullahan": "^0.0.1-alpha.0",
"playwright": "^1.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/dullahan-adapter-puppeteer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-adapter-puppeteer
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": "0.0.0",
"version": "0.0.1-alpha.0",
"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": "0.0.0",
"@k2g/dullahan": "^0.0.1-alpha.0",
"puppeteer": "^3.1.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dullahan-adapter-selenium-3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-adapter-selenium-3
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": "0.0.0",
"version": "0.0.1-alpha.0",
"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": "0.0.0",
"@k2g/dullahan": "^0.0.1-alpha.0",
"selenium-webdriver": "^3.6.0"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dullahan-adapter-selenium-4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-adapter-selenium-4
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": "0.0.0",
"version": "0.0.1-alpha.0",
"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": "0.0.0",
"@k2g/dullahan": "^0.0.1-alpha.0",
"selenium-webdriver": "^4.0.0-alpha.7"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dullahan-plugin-aws-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-plugin-aws-s3
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": "0.0.0",
"version": "0.0.1-alpha.0",
"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": "0.0.0",
"@k2g/dullahan": "^0.0.1-alpha.0",
"aws-sdk": "^2.683.0"
}
}
8 changes: 8 additions & 0 deletions packages/dullahan-plugin-browserstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-plugin-browserstack
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": "0.0.0",
"version": "0.0.1-alpha.0",
"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": "0.0.0",
"@k2g/dullahan": "^0.0.1-alpha.0",
"browserstack-local": "^1.4.5",
"node-fetch": "^2.6.0"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/dullahan-plugin-github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-plugin-github
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": "0.0.0",
"version": "0.0.1-alpha.0",
"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": "0.0.0",
"@k2g/dullahan": "^0.0.1-alpha.0",
"@octokit/rest": "^17.9.2"
}
}
8 changes: 8 additions & 0 deletions packages/dullahan-plugin-gitlab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-plugin-gitlab
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": "0.0.0",
"version": "0.0.1-alpha.0",
"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": "0.0.0"
"@k2g/dullahan": "^0.0.1-alpha.0"
}
}
8 changes: 8 additions & 0 deletions packages/dullahan-plugin-report-html/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-plugin-report-html
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": "0.0.0",
"version": "0.0.1-alpha.0",
"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": "0.0.0",
"@k2g/dullahan": "^0.0.1-alpha.0",
"ejs": "^3.1.3"
}
}
8 changes: 8 additions & 0 deletions packages/dullahan-plugin-report-json/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-plugin-report-json
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": "0.0.0",
"version": "0.0.1-alpha.0",
"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": "0.0.0"
"@k2g/dullahan": "^0.0.1-alpha.0"
}
}
8 changes: 8 additions & 0 deletions packages/dullahan-plugin-report-markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-plugin-report-markdown
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": "0.0.0",
"version": "0.0.1-alpha.0",
"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": "0.0.0"
"@k2g/dullahan": "^0.0.1-alpha.0"
}
}
8 changes: 8 additions & 0 deletions packages/dullahan-plugin-slack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-plugin-slack
6 changes: 3 additions & 3 deletions packages/dullahan-plugin-slack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k2g/dullahan-plugin-slack",
"version": "0.0.0",
"version": "0.0.1-alpha.0",
"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": {
"@slack/client": "^5.0.2",
"@k2g/dullahan": "0.0.0"
"@k2g/dullahan": "^0.0.1-alpha.0",
"@slack/client": "^5.0.2"
}
}
8 changes: 8 additions & 0 deletions packages/dullahan-plugin-xvfb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-plugin-xvfb
6 changes: 3 additions & 3 deletions packages/dullahan-plugin-xvfb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k2g/dullahan-plugin-xvfb",
"version": "0.0.0",
"version": "0.0.1-alpha.0",
"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": {
"xvfb": "^0.3.0",
"@k2g/dullahan": "0.0.0"
"@k2g/dullahan": "^0.0.1-alpha.0",
"xvfb": "^0.3.0"
}
}
8 changes: 8 additions & 0 deletions packages/dullahan-runner-aws-lambda/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-runner-aws-lambda
4 changes: 2 additions & 2 deletions packages/dullahan-runner-aws-lambda/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k2g/dullahan-runner-aws-lambda",
"version": "0.0.0",
"version": "0.0.1-alpha.0",
"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": "0.0.0",
"@k2g/dullahan": "^0.0.1-alpha.0",
"aws-sdk": "^2.683.0",
"fast-glob": "^3.2.2",
"tiny-async-pool": "^1.1.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/dullahan-runner-development/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-runner-development
4 changes: 2 additions & 2 deletions packages/dullahan-runner-development/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@k2g/dullahan-runner-development",
"version": "0.0.0",
"version": "0.0.1-alpha.0",
"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": "0.0.0",
"@k2g/dullahan": "^0.0.1-alpha.0",
"micromatch": "^4.0.2",
"watch": "^1.0.2"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/dullahan-runner-standard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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.0 (2020-05-25)

**Note:** Version bump only for package @k2g/dullahan-runner-standard
Loading

0 comments on commit 9f1c2d8

Please sign in to comment.