Skip to content

Commit 33d0916

Browse files
committed
chore(Internal): 🔖 released v0.19.0-beta.2 to maven central
1 parent 2cd0738 commit 33d0916

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11

2-
## v0.19.0-beta.0 (2023-10-26)
2+
## v0.19.0-beta.2 (2023-11-02)
33

44
#### :rocket: New Feature
5-
* [#636](https://github.com/BoykaFramework/boyka-framework/pull/636) feat(java): :sparkles: added video recording support for mobile ([@WasiqB](https://github.com/WasiqB))
6-
* [#631](https://github.com/BoykaFramework/boyka-framework/pull/631) feat(workflow): :zap: added new name param to LT workflow ([@WasiqB](https://github.com/WasiqB))
5+
* [#668](https://github.com/BoykaFramework/boyka-framework/pull/668) feat(website): :sparkles: migrated docusaurus to v3 ([@WasiqB](https://github.com/WasiqB))
6+
* [#664](https://github.com/BoykaFramework/boyka-framework/pull/664) feat(Internal): :sparkles: updated dependabot config for grouped pr ([@WasiqB](https://github.com/WasiqB))
77

8-
#### :nail_care: Polish
9-
* [#635](https://github.com/BoykaFramework/boyka-framework/pull/635) refactor(java): :recycle: refactored getSession method logic ([@WasiqB](https://github.com/WasiqB))
10-
* [#633](https://github.com/BoykaFramework/boyka-framework/pull/633) chore(workflow): :art: removed command from changelog text ([@WasiqB](https://github.com/WasiqB))
8+
#### :bug: Bug Fix
9+
* [#667](https://github.com/BoykaFramework/boyka-framework/pull/667) fix(workflow): :bug: fixed issue in release workflow push-pom job ([@WasiqB](https://github.com/WasiqB))
10+
* [#655](https://github.com/BoykaFramework/boyka-framework/pull/655) fix(Internal): :bug: fixed release workflow for maven publish action ([@WasiqB](https://github.com/WasiqB))
11+
* [#639](https://github.com/BoykaFramework/boyka-framework/pull/639) fix(workflow): :bug: fixed pom file issue in release workflow ([@WasiqB](https://github.com/WasiqB))
12+
13+
#### :house: Internal
14+
* [#643](https://github.com/BoykaFramework/boyka-framework/pull/643) build(deps): bump actions/setup-node from 3 to 4 ([@dependabot[bot]](https://github.com/apps/dependabot))
15+
* [#652](https://github.com/BoykaFramework/boyka-framework/pull/652) build(deps): bump org.apache.logging.log4j:log4j-api from 2.21.0 to 2.21.1 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
16+
* [#647](https://github.com/BoykaFramework/boyka-framework/pull/647) build(deps): bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.6.1 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
17+
* [#649](https://github.com/BoykaFramework/boyka-framework/pull/649) build(deps): bump org.apache.logging.log4j:log4j-core from 2.21.0 to 2.21.1 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
18+
* [#640](https://github.com/BoykaFramework/boyka-framework/pull/640) build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot))
1119

1220
#### Committers: 1
1321
- 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.19.0-beta.1</version>
24+
<version>0.19.0-beta.2</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.19.0-beta.1",
2+
"version": "0.19.0-beta.2",
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.19.0-beta.1",
3+
"version": "0.19.0-beta.2",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)