Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clebert committed Apr 19, 2018
1 parent 42ffcc6 commit cbc3f42
Show file tree
Hide file tree
Showing 12 changed files with 76 additions and 10 deletions.
17 changes: 17 additions & 0 deletions @pageobject/base/CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.0.0"></a>
# [7.0.0](https://github.com/clebert/pageobject/compare/v6.0.0...v7.0.0) (2018-04-19)


### Features

* **base:** add includes and not-includes predicates ([#204](https://github.com/clebert/pageobject/issues/204)) ([42ffcc6](https://github.com/clebert/pageobject/commit/42ffcc6))
* **base:** replace test-step class with test class ([#202](https://github.com/clebert/pageobject/issues/202)) ([cb7b996](https://github.com/clebert/pageobject/commit/cb7b996))


### BREAKING CHANGES

* **base:** Replaced the `TestStep` class with the all new `Test` class.




<a name="6.0.0"></a>
# [6.0.0](https://github.com/clebert/pageobject/compare/v5.0.0...v6.0.0) (2018-04-18)

Expand Down
2 changes: 1 addition & 1 deletion @pageobject/base/package.json
@@ -1,6 +1,6 @@
{
"name": "@pageobject/base",
"version": "6.0.0",
"version": "7.0.0",
"description": "A declarative API as a basis for platform- and framework-independent UI test automation.",
"license": "MIT",
"author": "Clemens Akens <clebert@me.com>",
Expand Down
8 changes: 8 additions & 0 deletions @pageobject/protractor/CHANGELOG.md
Expand Up @@ -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.

<a name="7.0.0"></a>
# [7.0.0](https://github.com/clebert/pageobject/compare/v6.0.0...v7.0.0) (2018-04-19)




**Note:** Version bump only for package @pageobject/protractor

<a name="6.0.0"></a>
# [6.0.0](https://github.com/clebert/pageobject/compare/v5.0.0...v6.0.0) (2018-04-18)

Expand Down
4 changes: 2 additions & 2 deletions @pageobject/protractor/package.json
@@ -1,6 +1,6 @@
{
"name": "@pageobject/protractor",
"version": "6.0.0",
"version": "7.0.0",
"description": "A web API adapter for Protractor.",
"license": "MIT",
"author": "Clemens Akens <clebert@me.com>",
Expand All @@ -21,7 +21,7 @@
"access": "public"
},
"dependencies": {
"@pageobject/web": "^6.0.0",
"@pageobject/web": "^7.0.0",
"protractor": "^5.3.1"
}
}
8 changes: 8 additions & 0 deletions @pageobject/puppeteer/CHANGELOG.md
Expand Up @@ -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.

<a name="7.0.0"></a>
# [7.0.0](https://github.com/clebert/pageobject/compare/v6.0.0...v7.0.0) (2018-04-19)




**Note:** Version bump only for package @pageobject/puppeteer

<a name="6.0.0"></a>
# [6.0.0](https://github.com/clebert/pageobject/compare/v5.0.0...v6.0.0) (2018-04-18)

Expand Down
4 changes: 2 additions & 2 deletions @pageobject/puppeteer/package.json
@@ -1,6 +1,6 @@
{
"name": "@pageobject/puppeteer",
"version": "6.0.0",
"version": "7.0.0",
"description": "A web API adapter for Puppeteer.",
"license": "MIT",
"author": "Clemens Akens <clebert@me.com>",
Expand All @@ -21,7 +21,7 @@
"access": "public"
},
"dependencies": {
"@pageobject/web": "^6.0.0",
"@pageobject/web": "^7.0.0",
"@types/puppeteer": "^1.2.1",
"puppeteer": "^1.3.0"
}
Expand Down
8 changes: 8 additions & 0 deletions @pageobject/selenium-webdriver/CHANGELOG.md
Expand Up @@ -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.

<a name="7.0.0"></a>
# [7.0.0](https://github.com/clebert/pageobject/compare/v6.0.0...v7.0.0) (2018-04-19)




**Note:** Version bump only for package @pageobject/selenium-webdriver

<a name="6.0.0"></a>
# [6.0.0](https://github.com/clebert/pageobject/compare/v5.0.0...v6.0.0) (2018-04-18)

Expand Down
4 changes: 2 additions & 2 deletions @pageobject/selenium-webdriver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pageobject/selenium-webdriver",
"version": "6.0.0",
"version": "7.0.0",
"description": "A web API adapter for Selenium.",
"license": "MIT",
"author": "Clemens Akens <clebert@me.com>",
Expand All @@ -21,7 +21,7 @@
"access": "public"
},
"dependencies": {
"@pageobject/web": "^6.0.0",
"@pageobject/web": "^7.0.0",
"@types/selenium-webdriver": "^3.0.8",
"selenium-webdriver": "^4.0.0-alpha.1"
},
Expand Down
8 changes: 8 additions & 0 deletions @pageobject/web/CHANGELOG.md
Expand Up @@ -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.

<a name="7.0.0"></a>
# [7.0.0](https://github.com/clebert/pageobject/compare/v6.0.0...v7.0.0) (2018-04-19)




**Note:** Version bump only for package @pageobject/web

<a name="6.0.0"></a>
# [6.0.0](https://github.com/clebert/pageobject/compare/v5.0.0...v6.0.0) (2018-04-18)

Expand Down
4 changes: 2 additions & 2 deletions @pageobject/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@pageobject/web",
"version": "6.0.0",
"version": "7.0.0",
"description": "A declarative API for framework-independent web UI test automation.",
"license": "MIT",
"author": "Clemens Akens <clebert@me.com>",
Expand All @@ -22,7 +22,7 @@
"access": "public"
},
"dependencies": {
"@pageobject/base": "^6.0.0",
"@pageobject/base": "^7.0.0",
"jsdom": "^11.8.0"
},
"devDependencies": {
Expand Down
17 changes: 17 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="7.0.0"></a>
# [7.0.0](https://github.com/clebert/pageobject/compare/v6.0.0...v7.0.0) (2018-04-19)


### Features

* **base:** add includes and not-includes predicates ([#204](https://github.com/clebert/pageobject/issues/204)) ([42ffcc6](https://github.com/clebert/pageobject/commit/42ffcc6))
* **base:** replace test-step class with test class ([#202](https://github.com/clebert/pageobject/issues/202)) ([cb7b996](https://github.com/clebert/pageobject/commit/cb7b996))


### BREAKING CHANGES

* **base:** Replaced the `TestStep` class with the all new `Test` class.




<a name="6.0.0"></a>
# [6.0.0](https://github.com/clebert/pageobject/compare/v5.0.0...v6.0.0) (2018-04-18)

Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,5 +5,5 @@
"@pageobject/*"
],
"useWorkspaces": true,
"version": "6.0.0"
"version": "7.0.0"
}

0 comments on commit cbc3f42

Please sign in to comment.