Skip to content

Commit

Permalink
chore(release): v2.3.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
smartcode-devbot committed Mar 15, 2020
1 parent 4ee4854 commit 986ae29
Show file tree
Hide file tree
Showing 18 changed files with 99 additions and 16 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.3.0](https://github.com/serenity-js/serenity-js/compare/v2.2.2...v2.3.0) (2020-03-15)


### Features

* **serenity-bdd:** context icons for browsers and platforms ([65ccab0](https://github.com/serenity-js/serenity-js/commit/65ccab070d12c1d6d3f9067e3737e4c246bdbff0)), closes [#455](https://github.com/serenity-js/serenity-js/issues/455)
* **serenity-bdd:** one-way integration with jira and other issue trackers ([318abbb](https://github.com/serenity-js/serenity-js/commit/318abbbec5f6a99be3c9b8d3aa960ae05de9f8f4)), closes [#189](https://github.com/serenity-js/serenity-js/issues/189)





## [2.2.2](https://github.com/serenity-js/serenity-js/compare/v2.2.1...v2.2.2) (2020-03-08)

**Note:** Version bump only for package serenity-js-monorepo
Expand Down
11 changes: 11 additions & 0 deletions documentation/website/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.

# [2.3.0](https://github.com/serenity-js/serenity-js/compare/v2.2.2...v2.3.0) (2020-03-15)


### Features

* **serenity-bdd:** one-way integration with jira and other issue trackers ([318abbb](https://github.com/serenity-js/serenity-js/commit/318abbbec5f6a99be3c9b8d3aa960ae05de9f8f4)), closes [#189](https://github.com/serenity-js/serenity-js/issues/189)





## [2.2.2](https://github.com/serenity-js/serenity-js/compare/v2.2.1...v2.2.2) (2020-03-08)

**Note:** Version bump only for package @documentation/website
Expand Down
4 changes: 2 additions & 2 deletions documentation/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@documentation/website",
"version": "2.2.2",
"version": "2.3.0",
"description": "Serenity/JS API documentation template",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -44,7 +44,7 @@
"@serenity-js/local-server": "2.2.2",
"@serenity-js/protractor": "2.2.2",
"@serenity-js/rest": "2.2.2",
"@serenity-js/serenity-bdd": "2.2.2",
"@serenity-js/serenity-bdd": "2.3.0",
"cheerio": "^1.0.0-rc.3",
"clean-css": "^4.2.1",
"glob": "^7.1.6",
Expand Down
8 changes: 8 additions & 0 deletions examples/cucumber-domain-level-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.3.0](https://github.com/serenity-js/serenity-js/compare/v2.2.2...v2.3.0) (2020-03-15)

**Note:** Version bump only for package @serenity-js-examples/cucumber-domain-level-testing





## [2.2.2](https://github.com/serenity-js/serenity-js/compare/v2.2.1...v2.2.2) (2020-03-08)

**Note:** Version bump only for package @serenity-js-examples/cucumber-domain-level-testing
Expand Down
4 changes: 2 additions & 2 deletions examples/cucumber-domain-level-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js-examples/cucumber-domain-level-testing",
"version": "2.2.2",
"version": "2.3.0",
"description": "Example implementation",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@serenity-js/core": "2.2.2",
"@serenity-js/cucumber": "2.2.2",
"@serenity-js/rest": "2.2.2",
"@serenity-js/serenity-bdd": "2.2.2",
"@serenity-js/serenity-bdd": "2.3.0",
"@types/cucumber": "^4.0.7",
"cucumber": "^6.0.5",
"npm-failsafe": "^0.4.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/cucumber-reporting/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.3.0](https://github.com/serenity-js/serenity-js/compare/v2.2.2...v2.3.0) (2020-03-15)

**Note:** Version bump only for package @serenity-js-examples/cucumber-reporting





## [2.2.2](https://github.com/serenity-js/serenity-js/compare/v2.2.1...v2.2.2) (2020-03-08)

**Note:** Version bump only for package @serenity-js-examples/cucumber-reporting
Expand Down
4 changes: 2 additions & 2 deletions examples/cucumber-reporting/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js-examples/cucumber-reporting",
"version": "2.2.2",
"version": "2.3.0",
"description": "Example implementation",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@serenity-js/core": "2.2.2",
"@serenity-js/cucumber": "2.2.2",
"@serenity-js/rest": "2.2.2",
"@serenity-js/serenity-bdd": "2.2.2",
"@serenity-js/serenity-bdd": "2.3.0",
"@types/cucumber": "^4.0.7",
"cucumber": "^6.0.5",
"npm-failsafe": "^0.4.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/cucumber-rest-api-level-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.3.0](https://github.com/serenity-js/serenity-js/compare/v2.2.2...v2.3.0) (2020-03-15)

**Note:** Version bump only for package @serenity-js-examples/cucumber-rest-api-level-testing





## [2.2.2](https://github.com/serenity-js/serenity-js/compare/v2.2.1...v2.2.2) (2020-03-08)

**Note:** Version bump only for package @serenity-js-examples/cucumber-rest-api-level-testing
Expand Down
4 changes: 2 additions & 2 deletions examples/cucumber-rest-api-level-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js-examples/cucumber-rest-api-level-testing",
"version": "2.2.2",
"version": "2.3.0",
"description": "Example implementation of a test suite exercising a REST interface",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@serenity-js/cucumber": "2.2.2",
"@serenity-js/local-server": "2.2.2",
"@serenity-js/rest": "2.2.2",
"@serenity-js/serenity-bdd": "2.2.2",
"@serenity-js/serenity-bdd": "2.3.0",
"@types/cucumber": "^6.0.1",
"@types/express": "^4.17.2",
"@types/mocha": "^7.0.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/protractor-cucumber/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.3.0](https://github.com/serenity-js/serenity-js/compare/v2.2.2...v2.3.0) (2020-03-15)

**Note:** Version bump only for package @serenity-js-examples/protractor-cucumber





## [2.2.2](https://github.com/serenity-js/serenity-js/compare/v2.2.1...v2.2.2) (2020-03-08)

**Note:** Version bump only for package @serenity-js-examples/protractor-cucumber
Expand Down
4 changes: 2 additions & 2 deletions examples/protractor-cucumber/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js-examples/protractor-cucumber",
"version": "2.2.2",
"version": "2.3.0",
"description": "Example implementation of a test suite using Protractor and Cucumber to exercise a Web interface",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@serenity-js/local-server": "2.2.2",
"@serenity-js/protractor": "2.2.2",
"@serenity-js/rest": "2.2.2",
"@serenity-js/serenity-bdd": "2.2.2",
"@serenity-js/serenity-bdd": "2.3.0",
"@types/cucumber": "^6.0.1",
"@types/express": "^4.17.2",
"chromedriver": "^80.0.0",
Expand Down
8 changes: 8 additions & 0 deletions examples/protractor-jasmine-todomvc/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.3.0](https://github.com/serenity-js/serenity-js/compare/v2.2.2...v2.3.0) (2020-03-15)

**Note:** Version bump only for package @serenity-js-examples/protractor-jasmine-todomvc





## [2.2.2](https://github.com/serenity-js/serenity-js/compare/v2.2.1...v2.2.2) (2020-03-08)

**Note:** Version bump only for package @serenity-js-examples/protractor-jasmine-todomvc
Expand Down
4 changes: 2 additions & 2 deletions examples/protractor-jasmine-todomvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js-examples/protractor-jasmine-todomvc",
"version": "2.2.2",
"version": "2.3.0",
"description": "Example implementation of a test suite using Protractor and Jasmine to exercise a Web interface",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@serenity-js/jasmine": "2.2.2",
"@serenity-js/protractor": "2.2.2",
"@serenity-js/rest": "2.2.2",
"@serenity-js/serenity-bdd": "2.2.2",
"@serenity-js/serenity-bdd": "2.3.0",
"@types/jasmine": "^3.5.3",
"chromedriver": "^80.0.0",
"npm-failsafe": "^0.4.1",
Expand Down
8 changes: 8 additions & 0 deletions examples/protractor-jasmine/CHANGELOG.md
Original file line number Diff line number Diff line change
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.

# [2.3.0](https://github.com/serenity-js/serenity-js/compare/v2.2.2...v2.3.0) (2020-03-15)

**Note:** Version bump only for package @serenity-js-examples/protractor-jasmine





## [2.2.2](https://github.com/serenity-js/serenity-js/compare/v2.2.1...v2.2.2) (2020-03-08)

**Note:** Version bump only for package @serenity-js-examples/protractor-jasmine
Expand Down
4 changes: 2 additions & 2 deletions examples/protractor-jasmine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js-examples/protractor-jasmine",
"version": "2.2.2",
"version": "2.3.0",
"description": "Example implementation of a test suite using Protractor and Jasmine to exercise a Web interface",
"author": {
"name": "Jan Molak",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@serenity-js/local-server": "2.2.2",
"@serenity-js/protractor": "2.2.2",
"@serenity-js/rest": "2.2.2",
"@serenity-js/serenity-bdd": "2.2.2",
"@serenity-js/serenity-bdd": "2.3.0",
"@types/express": "^4.17.2",
"@types/jasmine": "^3.5.3",
"chromedriver": "^80.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"integration/*",
"packages/*"
],
"version": "2.2.2",
"version": "2.3.0",
"command": {
"create": {
"homepage": "https://serenity-js.org",
Expand Down
12 changes: 12 additions & 0 deletions packages/serenity-bdd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.3.0](https://github.com/serenity-js/serenity-js/compare/v2.2.2...v2.3.0) (2020-03-15)


### Features

* **serenity-bdd:** context icons for browsers and platforms ([65ccab0](https://github.com/serenity-js/serenity-js/commit/65ccab070d12c1d6d3f9067e3737e4c246bdbff0)), closes [#455](https://github.com/serenity-js/serenity-js/issues/455)
* **serenity-bdd:** one-way integration with jira and other issue trackers ([318abbb](https://github.com/serenity-js/serenity-js/commit/318abbbec5f6a99be3c9b8d3aa960ae05de9f8f4)), closes [#189](https://github.com/serenity-js/serenity-js/issues/189)





## [2.2.2](https://github.com/serenity-js/serenity-js/compare/v2.2.1...v2.2.2) (2020-03-08)

**Note:** Version bump only for package @serenity-js/serenity-bdd
Expand Down
2 changes: 1 addition & 1 deletion packages/serenity-bdd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serenity-js/serenity-bdd",
"version": "2.2.2",
"version": "2.3.0",
"description": "Serenity BDD reporter for Serenity/JS",
"author": {
"name": "Jan Molak",
Expand Down

0 comments on commit 986ae29

Please sign in to comment.