Skip to content

Commit 209ee04

Browse files
committed
chore(Internal): 🔖 released latest version to maven central
1 parent 3e33f76 commit 209ee04

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11

2-
## v0.9.0 (2022-10-12)
2+
## v0.10.0-rc.0 (2022-11-23)
33

44
#### :rocket: New Feature
5-
* [#207](https://github.com/BoykaFramework/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/BoykaFramework/boyka-framework/pull/205) feat(java): :sparkles: added support to run on lambdatest cloud ([@WasiqB](https://github.com/WasiqB))
7-
* [#200](https://github.com/BoykaFramework/boyka-framework/pull/200) feat(java): :sparkles: added android browserstack support ([@WasiqB](https://github.com/WasiqB))
8-
* [#199](https://github.com/BoykaFramework/boyka-framework/pull/199) feat(java): :sparkles: added appium service feature with Android ([@WasiqB](https://github.com/WasiqB))
5+
* [#267](https://github.com/BoykaFramework/boyka-framework/pull/267) feat(java): :sparkles: provide highlight element on interaction for web ([@WasiqB](https://github.com/WasiqB))
6+
* [#242](https://github.com/BoykaFramework/boyka-framework/pull/242) feat(java): :sparkles: added locator alias name for better logging ([@WasiqB](https://github.com/WasiqB))
7+
* [#232](https://github.com/BoykaFramework/boyka-framework/pull/232) feat(java): :loud_sound: added creation of all logs supported by appium ([@WasiqB](https://github.com/WasiqB))
98

109
#### :bug: Bug Fix
11-
* [#214](https://github.com/BoykaFramework/boyka-framework/pull/214) fix(Internal): 🐛 fixed failing release test ([@WasiqB](https://github.com/WasiqB))
12-
* [#210](https://github.com/BoykaFramework/boyka-framework/pull/210) fix(workflow): :bug: fixed failing pre-release workflow ([@WasiqB](https://github.com/WasiqB))
10+
* [#269](https://github.com/BoykaFramework/boyka-framework/pull/269) fix(workflow): :bug: fixed pre-release workflow issue ([@WasiqB](https://github.com/WasiqB))
11+
* [#224](https://github.com/BoykaFramework/boyka-framework/pull/224) fix(Internal): :bug: fixed compilation error in sample test ([@WasiqB](https://github.com/WasiqB))
1312

14-
#### :memo: Documentation
15-
* [#202](https://github.com/BoykaFramework/boyka-framework/pull/202) docs(Internal): :memo: updated readme and docs for miscellaneous changes ([@WasiqB](https://github.com/WasiqB))
13+
#### :house: Internal
14+
* [#217](https://github.com/BoykaFramework/boyka-framework/pull/217) build(deps): bump checkstyle from 10.3.3 to 10.3.4 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
15+
* [#219](https://github.com/BoykaFramework/boyka-framework/pull/219) build(deps-dev): bump @types/node from 18.8.3 to 18.8.4 ([@dependabot[bot]](https://github.com/apps/dependabot))
1616

1717
#### Committers: 1
1818
- 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.9.0</version>
23+
<version>0.10.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.9.0",
2+
"version": "0.10.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.9.0",
3+
"version": "0.10.0-rc.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)