Skip to content

Commit 650c2ae

Browse files
committed
chore: release v2.5.0
1 parent e2ab702 commit 650c2ae

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@
77

88

99

10+
11+
## 2.5.0 (2025-01-22)
12+
13+
#### :rocket: New Feature
14+
* [#975](https://github.com/BoykaFramework/boyka-framework/pull/975) feat(java): :sparkles: added android specific critical actions ([@WasiqB](https://github.com/WasiqB))
15+
* [#971](https://github.com/BoykaFramework/boyka-framework/pull/971) feat(java): :sparkles: added shadow root support ([@WasiqB](https://github.com/WasiqB))
16+
* [#969](https://github.com/BoykaFramework/boyka-framework/pull/969) feat(java): :sparkles: added executeScript method for element ([@WasiqB](https://github.com/WasiqB))
17+
* [#968](https://github.com/BoykaFramework/boyka-framework/pull/968) feat(java): :sparkles: added support to draw diagrams using points ([@WasiqB](https://github.com/WasiqB))
18+
19+
#### :house: Internal
20+
* [#972](https://github.com/BoykaFramework/boyka-framework/pull/972) build(deps): bump com.networknt:json-schema-validator from 1.5.4 to 1.5.5 in /core-java in the dependencies group ([@dependabot[bot]](https://github.com/apps/dependabot))
21+
* [#973](https://github.com/BoykaFramework/boyka-framework/pull/973) build(deps-dev): bump the dependencies group with 4 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
22+
* [#970](https://github.com/BoykaFramework/boyka-framework/pull/970) build(deps): bump the dependencies group in /core-java with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
23+
* [#964](https://github.com/BoykaFramework/boyka-framework/pull/964) build(deps): bump the dependencies group with 9 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
24+
25+
#### Committers: 1
26+
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
27+
1028
## 2.4.2 (2025-01-01)
1129

1230
#### :rocket: New Feature

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>io.github.boykaframework</groupId>
2323
<artifactId>boyka-framework</artifactId>
24-
<version>2.4.2</version>
24+
<version>2.5.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>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "boyka-framework",
3-
"version": "2.4.2",
3+
"version": "2.5.0",
44
"description": "Ultimate Automation framework to handle automation of Web, Mobile and API applications.",
55
"type": "module",
66
"author": {

0 commit comments

Comments
 (0)