Skip to content

Commit 2b60891

Browse files
committed
chore(Internal): 🔖 released v0.14.0 to maven central
1 parent 7e4343d commit 2b60891

File tree

3 files changed

+8
-15
lines changed

3 files changed

+8
-15
lines changed

CHANGELOG.md

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

2-
## v0.14.0 (2023-03-19)
2+
## v0.14.1-rc.0 (2023-05-02)
33

44
#### :rocket: New Feature
5-
* [#411](https://github.com/BoykaFramework/boyka-framework/pull/411) feat(java): :sparkles: added hybrid app support ([@WasiqB](https://github.com/WasiqB))
6-
* [#408](https://github.com/BoykaFramework/boyka-framework/pull/408) feat(java): :sparkles: added switch to frame using ID ([@WasiqB](https://github.com/WasiqB))
7-
* [#410](https://github.com/BoykaFramework/boyka-framework/pull/410) feat(java): :sparkles: added form data body support ([@WasiqB](https://github.com/WasiqB))
5+
* [#445](https://github.com/BoykaFramework/boyka-framework/pull/445) feat(java): :sparkles: added listeners to allow outside control in the framework ([@WasiqB](https://github.com/WasiqB))
6+
* [#421](https://github.com/BoykaFramework/boyka-framework/pull/421) feat(java): ✨ added support for multi user session ([@WasiqB](https://github.com/WasiqB))
87

98
#### :bug: Bug Fix
10-
* [#406](https://github.com/BoykaFramework/boyka-framework/pull/406) fix(java): :bug: fixed issues in web automation ([@WasiqB](https://github.com/WasiqB))
11-
* [#386](https://github.com/BoykaFramework/boyka-framework/pull/386) fix(java): :bug: fixed error encountered in API ([@WasiqB](https://github.com/WasiqB))
12-
* [#381](https://github.com/BoykaFramework/boyka-framework/pull/381) fix(Internal): :bug: fixed miscellaneous issues in last release ([@WasiqB](https://github.com/WasiqB))
13-
14-
#### :memo: Documentation
15-
* [#407](https://github.com/BoykaFramework/boyka-framework/pull/407) docs(Internal): :memo: updated missing docs ([@WasiqB](https://github.com/WasiqB))
9+
* [#461](https://github.com/BoykaFramework/boyka-framework/pull/461) fix(Internal): :bug: fixed release workflow to enable manual trigger ([@WasiqB](https://github.com/WasiqB))
1610

1711
#### :house: Internal
18-
* [#398](https://github.com/BoykaFramework/boyka-framework/pull/398) build(deps): bump maven-compiler-plugin from 3.10.1 to 3.11.0 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot))
19-
* [#399](https://github.com/BoykaFramework/boyka-framework/pull/399) build(deps): bump lombok from 1.18.24 to 1.18.26 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot))
20-
* [#401](https://github.com/BoykaFramework/boyka-framework/pull/401) build(deps): bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot))
12+
* [#415](https://github.com/BoykaFramework/boyka-framework/pull/415) build(deps): bump checkstyle from 10.8.0 to 10.9.2 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
13+
* [#414](https://github.com/BoykaFramework/boyka-framework/pull/414) build(deps): bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot))
2114

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.14.0",
2+
"version": "0.14.1-rc.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"changelog": {

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.14.0",
3+
"version": "0.14.1-rc.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)