Skip to content

Commit d6630d0

Browse files
committed
chore: release v2.0.0
1 parent de1d167 commit d6630d0

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
2+
## 2.0.0 (2024-07-29)
3+
4+
#### :boom: Breaking Change
5+
* [#837](https://github.com/BoykaFramework/boyka-framework/pull/837) feat!(java): :sparkles: moved common api settings to main block ([@WasiqB](https://github.com/WasiqB))
6+
7+
#### :rocket: New Feature
8+
* [#857](https://github.com/BoykaFramework/boyka-framework/pull/857) feat(java): :sparkles: added feature to get input value from textbox ([@WasiqB](https://github.com/WasiqB))
9+
* [#855](https://github.com/BoykaFramework/boyka-framework/pull/855) feat(java): :sparkles: added new method to focus on input element ([@WasiqB](https://github.com/WasiqB))
10+
* [#837](https://github.com/BoykaFramework/boyka-framework/pull/837) feat!(java): :sparkles: moved common api settings to main block ([@WasiqB](https://github.com/WasiqB))
11+
12+
#### :bug: Bug Fix
13+
* [#873](https://github.com/BoykaFramework/boyka-framework/pull/873) fix(workflow): :bug: fix error when publishing release ([@WasiqB](https://github.com/WasiqB))
14+
* [#870](https://github.com/BoykaFramework/boyka-framework/pull/870) fix(workflow): 🐛 updated release workflow ([@WasiqB](https://github.com/WasiqB))
15+
* [#869](https://github.com/BoykaFramework/boyka-framework/pull/869) fix(workflow): :bug: fixed issue with lerna version bump ([@WasiqB](https://github.com/WasiqB))
16+
* [#866](https://github.com/BoykaFramework/boyka-framework/pull/866) fix(workflow): 🐛 fixed issue with release command in package.json ([@WasiqB](https://github.com/WasiqB))
17+
18+
#### :house: Internal
19+
* [#864](https://github.com/BoykaFramework/boyka-framework/pull/864) build(deps): bump the dependencies group in /core-java with 2 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
20+
* [#865](https://github.com/BoykaFramework/boyka-framework/pull/865) build(deps-dev): bump the dependencies group with 8 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
21+
* [#859](https://github.com/BoykaFramework/boyka-framework/pull/859) build(deps): bump the dependencies group in /core-java with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
22+
* [#860](https://github.com/BoykaFramework/boyka-framework/pull/860) build(deps-dev): bump io.qameta.allure:allure-testng from 2.27.0 to 2.28.0 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
23+
* [#861](https://github.com/BoykaFramework/boyka-framework/pull/861) build(deps-dev): bump the dependencies group with 4 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
24+
* [#856](https://github.com/BoykaFramework/boyka-framework/pull/856) build(deps): bump the dependencies group in /core-java with 5 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
25+
* [#850](https://github.com/BoykaFramework/boyka-framework/pull/850) build(deps-dev): bump the dependencies group with 6 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
26+
* [#849](https://github.com/BoykaFramework/boyka-framework/pull/849) build(deps): bump the dependencies group in /core-java with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
27+
* [#848](https://github.com/BoykaFramework/boyka-framework/pull/848) build(deps-dev): bump the dependencies group with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
28+
* [#847](https://github.com/BoykaFramework/boyka-framework/pull/847) build(deps): bump the dependencies group in /core-java with 6 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
29+
* [#845](https://github.com/BoykaFramework/boyka-framework/pull/845) build(deps-dev): bump the dependencies group with 6 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
30+
* [#846](https://github.com/BoykaFramework/boyka-framework/pull/846) build(deps): bump the dependencies group in /core-java with 3 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
31+
* [#844](https://github.com/BoykaFramework/boyka-framework/pull/844) build(deps): bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.1 to 3.4.0 in /core-java in the dependencies group ([@dependabot[bot]](https://github.com/apps/dependabot))
32+
* [#843](https://github.com/BoykaFramework/boyka-framework/pull/843) build(deps-dev): bump the dependencies group with 5 updates ([@dependabot[bot]](https://github.com/apps/dependabot))
33+
34+
#### Committers: 1
35+
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
36+
137
## v1.2.0 (2024-05-30)
238

339
#### :bug: Bug Fix

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>1.2.0</version>
24+
<version>2.0.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": "1.2.0",
3+
"version": "2.0.0",
44
"description": "Ultimate Automation framework to handle automation of Web, Mobile and API applications.",
55
"author": {
66
"name": "Wasiq Bhamla",

0 commit comments

Comments
 (0)