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

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clebert committed Mar 6, 2018
1 parent 51e2273 commit f5c5624
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 3 deletions.
12 changes: 12 additions & 0 deletions @pageobject/flexible-protractor/CHANGELOG.md
@@ -0,0 +1,12 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/clebert/pageobject/compare/v1.0.0...v1.1.0) (2018-03-06)


### Features

* **flexible-protractor:** add new package ([#153](https://github.com/clebert/pageobject/issues/153)) ([90abb4e](https://github.com/clebert/pageobject/commit/90abb4e))
2 changes: 1 addition & 1 deletion @pageobject/flexible-protractor/package.json
@@ -1,6 +1,6 @@
{
"name": "@pageobject/flexible-protractor",
"version": "1.0.0",
"version": "1.1.0",
"description": "Run your @pageobject/flexible-based tests using Protractor.",
"license": "MIT",
"author": "Clemens Akens <clebert@me.com>",
Expand Down
8 changes: 8 additions & 0 deletions @pageobject/flexible-selenium/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="1.1.0"></a>
# [1.1.0](https://github.com/clebert/pageobject/compare/v1.0.0...v1.1.0) (2018-03-06)




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

<a name="1.0.0"></a>
# [1.0.0](https://github.com/clebert/pageobject/compare/v1.0.0-beta-10...v1.0.0) (2018-03-05)

Expand Down
2 changes: 1 addition & 1 deletion @pageobject/flexible-selenium/package.json
@@ -1,6 +1,6 @@
{
"name": "@pageobject/flexible-selenium",
"version": "1.0.0",
"version": "1.1.0",
"description": "Run your @pageobject/flexible-based tests using Selenium.",
"license": "MIT",
"author": "Clemens Akens <clebert@me.com>",
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
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.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/clebert/pageobject/compare/v1.0.0...v1.1.0) (2018-03-06)


### Features

* **flexible-protractor:** add new package ([#153](https://github.com/clebert/pageobject/issues/153)) ([90abb4e](https://github.com/clebert/pageobject/commit/90abb4e))




<a name="1.0.0"></a>
# [1.0.0](https://github.com/clebert/pageobject/compare/v1.0.0-beta-10...v1.0.0) (2018-03-05)

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

0 comments on commit f5c5624

Please sign in to comment.