Skip to content

Commit 5d36a82

Browse files
committed
chore(Internal): 🔖 released v0.22.0-beta.0 to maven central
1 parent 454e6ce commit 5d36a82

File tree

4 files changed

+10
-14
lines changed

4 files changed

+10
-14
lines changed

CHANGELOG.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,17 @@
11

2-
## v0.21.1-beta.0 (2024-01-18)
2+
## v0.22.0-beta.0 (2024-01-28)
3+
4+
#### :rocket: New Feature
5+
* [#757](https://github.com/BoykaFramework/boyka-framework/pull/757) feat(java): :sparkles: added support to skip ssl validation ([@WasiqB](https://github.com/WasiqB))
36

47
#### :bug: Bug Fix
5-
* [#745](https://github.com/BoykaFramework/boyka-framework/pull/745) fix(java): :bug: fixed issue in window action listener ([@WasiqB](https://github.com/WasiqB))
6-
* [#735](https://github.com/BoykaFramework/boyka-framework/pull/735) fix(java): :bug: fixed issue in multi user sessions ([@WasiqB](https://github.com/WasiqB))
8+
* [#753](https://github.com/BoykaFramework/boyka-framework/pull/753) fix(java): :bug: fixing flaky mobile web feature ([@WasiqB](https://github.com/WasiqB))
79

810
#### :house: Internal
9-
* [#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))
10-
* [#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))
11-
* [#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))
12-
* [#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))
13-
* [#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))
14-
* [#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))
15-
* [#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))
11+
* [#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))
1612

1713
#### :running_woman: Performance
18-
* [#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))
14+
* [#750](https://github.com/BoykaFramework/boyka-framework/pull/750) test(java): :white_check_mark: enabled parallel test execution ([@WasiqB](https://github.com/WasiqB))
1915

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

core-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<modelVersion>4.0.0</modelVersion>
2222
<groupId>com.github.wasiqb.boyka</groupId>
2323
<artifactId>boyka-framework</artifactId>
24-
<version>0.21.1</version>
24+
<version>0.22.0-beta.0</version>
2525
<inceptionYear>2022</inceptionYear>
2626
<name>${project.groupId}:${project.artifactId}</name>
2727
<description>🎉 Ultimate test automation framework for testing any application on any platform</description>

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.21.1",
2+
"version": "0.22.0-beta.0",
33
"npmClient": "npm",
44
"changelog": {
55
"repo": "BoykaFramework/boyka-framework",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "website",
3-
"version": "0.21.1",
3+
"version": "0.22.0-beta.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)