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

Commit

Permalink
v6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clebert committed Apr 18, 2018
1 parent d1ca24a commit 794a2c2
Show file tree
Hide file tree
Showing 12 changed files with 91 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="6.0.0"></a>
# [6.0.0](https://github.com/clebert/pageobject/compare/v5.0.0...v6.0.0) (2018-04-18)


### Features

* **all:** change visibility of some methods ([#198](https://github.com/clebert/pageobject/issues/198)) ([d9cfbc8](https://github.com/clebert/pageobject/commit/d9cfbc8))
* **all:** general api improvements ([#201](https://github.com/clebert/pageobject/issues/201)) ([d1ca24a](https://github.com/clebert/pageobject/commit/d1ca24a))


### BREAKING CHANGES

* **all:** Breaking API changes to the `TestStep` and `WebComponent` classes




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

Expand Down
2 changes: 1 addition & 1 deletion @pageobject/base/package.json
@@ -1,6 +1,6 @@
{
"name": "@pageobject/base",
"version": "5.0.0",
"version": "6.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="6.0.0"></a>
# [6.0.0](https://github.com/clebert/pageobject/compare/v5.0.0...v6.0.0) (2018-04-18)




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

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

Expand Down
4 changes: 2 additions & 2 deletions @pageobject/protractor/package.json
@@ -1,6 +1,6 @@
{
"name": "@pageobject/protractor",
"version": "5.0.0",
"version": "6.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": "^5.0.0",
"@pageobject/web": "^6.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="6.0.0"></a>
# [6.0.0](https://github.com/clebert/pageobject/compare/v5.0.0...v6.0.0) (2018-04-18)




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

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

Expand Down
4 changes: 2 additions & 2 deletions @pageobject/puppeteer/package.json
@@ -1,6 +1,6 @@
{
"name": "@pageobject/puppeteer",
"version": "5.0.0",
"version": "6.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": "^5.0.0",
"@pageobject/web": "^6.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="6.0.0"></a>
# [6.0.0](https://github.com/clebert/pageobject/compare/v5.0.0...v6.0.0) (2018-04-18)




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

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

Expand Down
4 changes: 2 additions & 2 deletions @pageobject/selenium-webdriver/package.json
@@ -1,6 +1,6 @@
{
"name": "@pageobject/selenium-webdriver",
"version": "5.0.0",
"version": "6.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": "^5.0.0",
"@pageobject/web": "^6.0.0",
"@types/selenium-webdriver": "^3.0.8",
"selenium-webdriver": "^4.0.0-alpha.1"
},
Expand Down
20 changes: 20 additions & 0 deletions @pageobject/web/CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **all:** change visibility of some methods ([#198](https://github.com/clebert/pageobject/issues/198)) ([d9cfbc8](https://github.com/clebert/pageobject/commit/d9cfbc8))
* **all:** general api improvements ([#201](https://github.com/clebert/pageobject/issues/201)) ([d1ca24a](https://github.com/clebert/pageobject/commit/d1ca24a))
* **web:** remove default selector from web component class ([#199](https://github.com/clebert/pageobject/issues/199)) ([26232cb](https://github.com/clebert/pageobject/commit/26232cb))
* **web:** trim the text of a web component ([#200](https://github.com/clebert/pageobject/issues/200)) ([d8d188f](https://github.com/clebert/pageobject/commit/d8d188f))


### BREAKING CHANGES

* **all:** Breaking API changes to the `TestStep` and `WebComponent` classes
* **web:** Each web component requires its own selector.




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

Expand Down
4 changes: 2 additions & 2 deletions @pageobject/web/package.json
@@ -1,6 +1,6 @@
{
"name": "@pageobject/web",
"version": "5.0.0",
"version": "6.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": "^5.0.0",
"@pageobject/base": "^6.0.0",
"jsdom": "^11.8.0"
},
"devDependencies": {
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Features

* **all:** change visibility of some methods ([#198](https://github.com/clebert/pageobject/issues/198)) ([d9cfbc8](https://github.com/clebert/pageobject/commit/d9cfbc8))
* **all:** general api improvements ([#201](https://github.com/clebert/pageobject/issues/201)) ([d1ca24a](https://github.com/clebert/pageobject/commit/d1ca24a))
* **web:** remove default selector from web component class ([#199](https://github.com/clebert/pageobject/issues/199)) ([26232cb](https://github.com/clebert/pageobject/commit/26232cb))
* **web:** trim the text of a web component ([#200](https://github.com/clebert/pageobject/issues/200)) ([d8d188f](https://github.com/clebert/pageobject/commit/d8d188f))


### BREAKING CHANGES

* **all:** Breaking API changes to the `TestStep` and `WebComponent` classes
* **web:** Each web component requires its own selector.




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

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

0 comments on commit 794a2c2

Please sign in to comment.