Skip to content

Commit 6d07ecc

Browse files
committed
chore(Internal): 🔖 released latest version to maven central
1 parent 9af0acb commit 6d07ecc

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## v0.11.0-rc.0 (2023-01-02)
2+
## v0.11.0 (2023-01-02)
33

44
#### :rocket: New Feature
55
* [#243](https://github.com/BoykaFramework/boyka-framework/pull/243) feat(java): :sparkles: added finger gestures for android ([@WasiqB](https://github.com/WasiqB))
@@ -61,3 +61,22 @@
6161

6262
#### Committers: 1
6363
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
64+
65+
66+
## v0.10.0 (2022-11-23)
67+
68+
#### :rocket: New Feature
69+
* [#267](https://github.com/BoykaFramework/boyka-framework/pull/267) feat(java): :sparkles: provide highlight element on interaction for web ([@WasiqB](https://github.com/WasiqB))
70+
* [#242](https://github.com/BoykaFramework/boyka-framework/pull/242) feat(java): :sparkles: added locator alias name for better logging ([@WasiqB](https://github.com/WasiqB))
71+
* [#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))
72+
73+
#### :bug: Bug Fix
74+
* [#269](https://github.com/BoykaFramework/boyka-framework/pull/269) fix(workflow): :bug: fixed pre-release workflow issue ([@WasiqB](https://github.com/WasiqB))
75+
* [#224](https://github.com/BoykaFramework/boyka-framework/pull/224) fix(Internal): :bug: fixed compilation error in sample test ([@WasiqB](https://github.com/WasiqB))
76+
77+
#### :house: Internal
78+
* [#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))
79+
* [#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))
80+
81+
#### Committers: 1
82+
- 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
@@ -26,7 +26,7 @@ shall be included in all
2626
<modelVersion>4.0.0</modelVersion>
2727
<groupId>com.github.wasiqb.boyka</groupId>
2828
<artifactId>boyka-framework</artifactId>
29-
<version>0.11.0-rc.0</version>
29+
<version>0.11.0</version>
3030
<inceptionYear>2022</inceptionYear>
3131
<name>${project.groupId}:${project.artifactId}</name>
3232
<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.11.0-rc.0",
2+
"version": "0.11.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.11.0-rc.0",
3+
"version": "0.11.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)