From 7da963a33f891e96dbf8ca89a5f05eb5bc8a39eb Mon Sep 17 00:00:00 2001 From: Wasiq Bhamla Date: Thu, 18 Jan 2024 15:43:22 +0000 Subject: [PATCH] chore(Internal): :bookmark: released v0.21.1-beta.0 to maven central --- CHANGELOG.md | 36 +++++++++++++----------------------- core-java/pom.xml | 2 +- lerna.json | 2 +- website/package.json | 2 +- 4 files changed, 16 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82294ff68..0e63ff151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,31 +1,21 @@ -## v0.21.0-beta.0 (2024-01-06) - -#### :rocket: New Feature -* [#726](https://github.com/BoykaFramework/boyka-framework/pull/726) feat(java): :sparkles: added new method in navigate class ([@WasiqB](https://github.com/WasiqB)) +## v0.21.1-beta.0 (2024-01-18) #### :bug: Bug Fix -* [#727](https://github.com/BoykaFramework/boyka-framework/pull/727) fix(workflow): :bug: fixed issue with changelog title after main release ([@WasiqB](https://github.com/WasiqB)) - -#### :nail_care: Polish -* [#718](https://github.com/BoykaFramework/boyka-framework/pull/718) refactor(java): :fire: moved sample test project to its own repo ([@WasiqB](https://github.com/WasiqB)) +* [#745](https://github.com/BoykaFramework/boyka-framework/pull/745) fix(java): :bug: fixed issue in window action listener ([@WasiqB](https://github.com/WasiqB)) +* [#735](https://github.com/BoykaFramework/boyka-framework/pull/735) fix(java): :bug: fixed issue in multi user sessions ([@WasiqB](https://github.com/WasiqB)) #### :house: Internal -* [#724](https://github.com/BoykaFramework/boyka-framework/pull/724) build(deps-dev): bump org.testng:testng from 7.8.0 to 7.9.0 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#723](https://github.com/BoykaFramework/boyka-framework/pull/723) build(deps): bump the dependencies group in /core-java with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#722](https://github.com/BoykaFramework/boyka-framework/pull/722) build(deps): bump the dependencies group in /core-java with 4 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#720](https://github.com/BoykaFramework/boyka-framework/pull/720) build(deps-dev): bump the minor group with 1 update ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#721](https://github.com/BoykaFramework/boyka-framework/pull/721) build(deps-dev): bump the patch group with 1 update ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#719](https://github.com/BoykaFramework/boyka-framework/pull/719) build(deps): bump the dependencies group in /core-java with 2 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#712](https://github.com/BoykaFramework/boyka-framework/pull/712) build(deps): bump the dependencies group with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#714](https://github.com/BoykaFramework/boyka-framework/pull/714) build(deps-dev): bump the minor group with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#713](https://github.com/BoykaFramework/boyka-framework/pull/713) build(deps): bump the dependencies group in /core-java with 4 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#715](https://github.com/BoykaFramework/boyka-framework/pull/715) build(deps): bump the dependencies group in /sample-tests with 1 update ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#716](https://github.com/BoykaFramework/boyka-framework/pull/716) build(deps-dev): bump the patch group with 4 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#707](https://github.com/BoykaFramework/boyka-framework/pull/707) build(deps): bump the dependencies group in /core-java with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#709](https://github.com/BoykaFramework/boyka-framework/pull/709) build(deps-dev): bump the minor group with 1 update ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#708](https://github.com/BoykaFramework/boyka-framework/pull/708) build(deps): bump the dependencies group in /sample-tests with 1 update ([@dependabot[bot]](https://github.com/apps/dependabot)) -* [#710](https://github.com/BoykaFramework/boyka-framework/pull/710) build(deps-dev): bump the patch group with 2 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#746](https://github.com/BoykaFramework/boyka-framework/pull/746) build(deps): bump the dependencies group with 1 update ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#740](https://github.com/BoykaFramework/boyka-framework/pull/740) build(deps-dev): bump the minor group with 2 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#736](https://github.com/BoykaFramework/boyka-framework/pull/736) build(deps): bump the major group with 1 update ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#738](https://github.com/BoykaFramework/boyka-framework/pull/738) build(deps-dev): bump the patch group with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#739](https://github.com/BoykaFramework/boyka-framework/pull/739) build(deps): bump the dependencies group in /core-java with 2 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#732](https://github.com/BoykaFramework/boyka-framework/pull/732) build(deps-dev): bump the minor group with 2 updates ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#733](https://github.com/BoykaFramework/boyka-framework/pull/733) build(deps-dev): bump the patch group with 1 update ([@dependabot[bot]](https://github.com/apps/dependabot)) + +#### :running_woman: Performance +* [#742](https://github.com/BoykaFramework/boyka-framework/pull/742) test(java): :white_check_mark: updated mobile test with updated app ([@WasiqB](https://github.com/WasiqB)) #### Committers: 1 - Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB)) diff --git a/core-java/pom.xml b/core-java/pom.xml index 6da830e86..3d866627c 100644 --- a/core-java/pom.xml +++ b/core-java/pom.xml @@ -21,7 +21,7 @@ 4.0.0 com.github.wasiqb.boyka boyka-framework - 0.21.0 + 0.21.1-beta.0 2022 ${project.groupId}:${project.artifactId} 🎉 Ultimate test automation framework for testing any application on any platform diff --git a/lerna.json b/lerna.json index a1ed42f3a..dbc979c84 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.21.0", + "version": "0.21.1-beta.0", "npmClient": "npm", "changelog": { "repo": "BoykaFramework/boyka-framework", diff --git a/website/package.json b/website/package.json index c4ed5d4ec..223884afc 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.21.0", + "version": "0.21.1-beta.0", "private": true, "scripts": { "docusaurus": "docusaurus",