Skip to content

Commit 03bc838

Browse files
committed
chore(Internal): 🔖 released latest version to maven central
1 parent 30802e5 commit 03bc838

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

CHANGELOG.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11

2-
## v0.8.2 (2022-08-29)
2+
## v0.9.0-rc.0 (2022-10-10)
3+
4+
#### :rocket: New Feature
5+
* [#207](https://github.com/WasiqBhamla/boyka-framework/pull/207) feat(Internal): :arrow_up: added dependabot config to enable auto dependency upgrade ([@WasiqB](https://github.com/WasiqB))
6+
* [#205](https://github.com/WasiqBhamla/boyka-framework/pull/205) feat(java): :sparkles: added support to run on lambdatest cloud ([@WasiqB](https://github.com/WasiqB))
7+
* [#200](https://github.com/WasiqBhamla/boyka-framework/pull/200) feat(java): :sparkles: added android browserstack support ([@WasiqB](https://github.com/WasiqB))
8+
* [#199](https://github.com/WasiqBhamla/boyka-framework/pull/199) feat(java): :sparkles: added appium service feature with Android ([@WasiqB](https://github.com/WasiqB))
39

410
#### :bug: Bug Fix
5-
* [#187](https://github.com/WasiqBhamla/boyka-framework/pull/187) fix(workflow): :bug: fixed issue of test release workflow not getting triggered ([@WasiqB](https://github.com/WasiqB))
6-
* [#183](https://github.com/WasiqBhamla/boyka-framework/pull/183) fix(java): :bug: fixed errors when browser key is missing or empty in config ([@WasiqB](https://github.com/WasiqB))
7-
* [#182](https://github.com/WasiqBhamla/boyka-framework/pull/182) fix(java): :bug: fixed error handling when config key is not found ([@WasiqB](https://github.com/WasiqB))
8-
* [#181](https://github.com/WasiqBhamla/boyka-framework/pull/181) fix(java): :bug: fixed error when cloud host and credentials is null ([@WasiqB](https://github.com/WasiqB))
9-
* [#180](https://github.com/WasiqBhamla/boyka-framework/pull/180) fix(Internal): :bug: fixed readme as per suggestions from Eddie ([@WasiqB](https://github.com/WasiqB))
10-
* [#178](https://github.com/WasiqBhamla/boyka-framework/pull/178) fix(java): :bug: updated the log4j2 xml to display info level logs in console ([@mfaisalkhatri](https://github.com/mfaisalkhatri))
11-
* [#176](https://github.com/WasiqBhamla/boyka-framework/pull/176) fix(java): :bug: fixed error while parsing non json response ([@mfaisalkhatri](https://github.com/mfaisalkhatri))
12-
* [#174](https://github.com/WasiqBhamla/boyka-framework/pull/174) fix(Internal): 🐛 replaced version dropdown to textbox in issue template ([@WasiqB](https://github.com/WasiqB))
11+
* [#210](https://github.com/WasiqBhamla/boyka-framework/pull/210) fix(workflow): :bug: fixed failing pre-release workflow ([@WasiqB](https://github.com/WasiqB))
12+
13+
#### :memo: Documentation
14+
* [#202](https://github.com/WasiqBhamla/boyka-framework/pull/202) docs(Internal): :memo: updated readme and docs for miscellaneous changes ([@WasiqB](https://github.com/WasiqB))
1315

14-
#### Committers: 2
15-
- Mohammad Faisal Khatri ([@mfaisalkhatri](https://github.com/mfaisalkhatri))
16+
#### Committers: 1
1617
- 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
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>com.github.wasiqb.boyka</groupId>
2222
<artifactId>boyka-framework</artifactId>
23-
<version>0.8.2</version>
23+
<version>0.9.0-rc.0</version>
2424
<inceptionYear>2022</inceptionYear>
2525
<name>${project.groupId}:${project.artifactId}</name>
2626
<description>🎉 Ultimate test automation 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.8.2",
2+
"version": "0.9.0-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.8.2",
3+
"version": "0.9.0-rc.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)