Skip to content

Commit 2b2b9dd

Browse files
committed
chore: release v2.1.1
1 parent 262f2b4 commit 2b2b9dd

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11

22

3+
4+
## 2.1.1 (2024-10-03)
5+
6+
#### :bug: Bug Fix
7+
* [#902](https://github.com/BoykaFramework/boyka-framework/pull/902) fix(website): :bug: fixing issues in the documentations ([@WasiqB](https://github.com/WasiqB))
8+
* [#903](https://github.com/BoykaFramework/boyka-framework/pull/903) fix(java): :bug: fixed issue when clicking hovered element ([@WasiqB](https://github.com/WasiqB))
9+
10+
#### :house: Internal
11+
* [#899](https://github.com/BoykaFramework/boyka-framework/pull/899) build(deps): bump the dependencies group in /core-java with 8 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
12+
* [#900](https://github.com/BoykaFramework/boyka-framework/pull/900) build(deps-dev): bump the dependencies group with 7 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
13+
* [#898](https://github.com/BoykaFramework/boyka-framework/pull/898) build(deps-dev): bump the dependencies group across 1 directory with 14 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
14+
* [#897](https://github.com/BoykaFramework/boyka-framework/pull/897) build(deps): bump the dependencies group across 1 directory with 6 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
15+
16+
#### Committers: 1
17+
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
18+
319
## 2.1.0 (2024-09-08)
420

521
#### :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.1.0</version>
24+
<version>2.1.1</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.1.0",
3+
"version": "2.1.1",
44
"description": "Ultimate Automation framework to handle automation of Web, Mobile and API applications.",
55
"type": "module",
66
"author": {

0 commit comments

Comments
 (0)