Skip to content

Commit

Permalink
chore(Internal): 馃敄 released v0.22.1-beta.0 to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Jan 30, 2024
1 parent 898a86c commit fd7adee
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 34 deletions.
36 changes: 5 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,39 +1,13 @@

## v0.22.0-beta.0 (2024-01-28)

#### :rocket: New Feature
* [#757](https://github.com/BoykaFramework/boyka-framework/pull/757) feat(java): :sparkles: added support to skip ssl validation ([@WasiqB](https://github.com/WasiqB))

#### :bug: Bug Fix
* [#753](https://github.com/BoykaFramework/boyka-framework/pull/753) fix(java): :bug: fixing flaky mobile web feature ([@WasiqB](https://github.com/WasiqB))

#### :house: Internal
* [#751](https://github.com/BoykaFramework/boyka-framework/pull/751) build(deps): bump the dependencies group in /core-java with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot))

#### :running_woman: Performance
* [#750](https://github.com/BoykaFramework/boyka-framework/pull/750) test(java): :white_check_mark: enabled parallel test execution ([@WasiqB](https://github.com/WasiqB))

#### Committers: 1
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))


## v0.21.1-beta.0 (2024-01-18)
## v0.22.1-beta.0 (2024-01-30)

#### :bug: Bug Fix
* [#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))
* [#764](https://github.com/BoykaFramework/boyka-framework/pull/764) fix(java): :bug: fixed host name error in api ([@WasiqB](https://github.com/WasiqB))

#### :house: Internal
* [#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))
* [#761](https://github.com/BoykaFramework/boyka-framework/pull/761) build(deps): bump the dependencies group with 1 update ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#762](https://github.com/BoykaFramework/boyka-framework/pull/762) build(deps): bump the dependencies group in /core-java with 4 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#760](https://github.com/BoykaFramework/boyka-framework/pull/760) build(deps-dev): bump the dependencies group with 1 update ([@dependabot[bot]](https://github.com/apps/dependabot))

#### Committers: 1
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
2 changes: 1 addition & 1 deletion core-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.wasiqb.boyka</groupId>
<artifactId>boyka-framework</artifactId>
<version>0.22.0</version>
<version>0.22.1-beta.0</version>
<inceptionYear>2022</inceptionYear>
<name>${project.groupId}:${project.artifactId}</name>
<description>馃帀 Ultimate test automation framework for testing any application on any platform</description>
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.22.0",
"version": "0.22.1-beta.0",
"npmClient": "npm",
"changelog": {
"repo": "BoykaFramework/boyka-framework",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.22.0",
"version": "0.22.1-beta.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit fd7adee

Please sign in to comment.