Skip to content

Commit d1f346c

Browse files
committed
chore(Internal): 🔖 released latest version to maven central
[skip ci]
1 parent 2cd31f4 commit d1f346c

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
2+
## v0.8.1-rc.3 (2022-08-15)
3+
4+
#### :rocket: New Feature
5+
* [#149](https://github.com/WasiqBhamla/boyka-framework/pull/149) feat(workflow): :construction_worker: created and pushed change log file when releasing main version ([@WasiqB](https://github.com/WasiqB))
6+
7+
#### :bug: Bug Fix
8+
* [#165](https://github.com/WasiqBhamla/boyka-framework/pull/165) fix(workflow): :bug: fixed miscellaneous issues in workflows ([@WasiqB](https://github.com/WasiqB))
9+
* [#162](https://github.com/WasiqBhamla/boyka-framework/pull/162) fix(workflow): 🐛 fixed issue creating tags in pre-release workflow ([@WasiqB](https://github.com/WasiqB))
10+
* [#160](https://github.com/WasiqBhamla/boyka-framework/pull/160) fix(workflow): :bug: fixed issue creating tags in pre-release workflow ([@WasiqB](https://github.com/WasiqB))
11+
* [#157](https://github.com/WasiqBhamla/boyka-framework/pull/157) fix(workflow): :bug: fixed issue of empty version while releasing pre-release version ([@WasiqB](https://github.com/WasiqB))
12+
* [#154](https://github.com/WasiqBhamla/boyka-framework/pull/154) fix(workflow): :bug: fixed Error while preparing pre-release ([@WasiqB](https://github.com/WasiqB))
13+
* [#152](https://github.com/WasiqBhamla/boyka-framework/pull/152) fix(workflow): :bug: fixed Error while creating PR ([@WasiqB](https://github.com/WasiqB))
14+
* [#147](https://github.com/WasiqBhamla/boyka-framework/pull/147) fix: :bug: cleaned up pom and updated dependencies version ([@mfaisalkhatri](https://github.com/mfaisalkhatri))
15+
* [#137](https://github.com/WasiqBhamla/boyka-framework/pull/137) fix(java): :white_check_mark: added tests for few mouse actions ([@WasiqB](https://github.com/WasiqB))
16+
* [#131](https://github.com/WasiqBhamla/boyka-framework/pull/131) fix(Internal): :bug: fixed pre-commit lint bug ([@mfaisalkhatri](https://github.com/mfaisalkhatri))
17+
18+
#### :house: Internal
19+
* [#146](https://github.com/WasiqBhamla/boyka-framework/pull/146) ci(workflow): 📈 updated job to add test summary on github ui ([@WasiqB](https://github.com/WasiqB))
20+
* [#132](https://github.com/WasiqBhamla/boyka-framework/pull/132) ci(workflow): :sparkles: automated release process ([@WasiqB](https://github.com/WasiqB))
21+
22+
#### :running_woman: Performance
23+
* [#108](https://github.com/WasiqBhamla/boyka-framework/pull/108) test(java): :white_check_mark: added sample tests project to run api and web using boyka dependency ([@mfaisalkhatri](https://github.com/mfaisalkhatri))
24+
25+
#### Committers: 2
26+
- Mohammad Faisal Khatri ([@mfaisalkhatri](https://github.com/mfaisalkhatri))
27+
- 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.8.1-rc.2</version>
24+
<version>0.8.1-rc.3</version>
2525
<inceptionYear>2022</inceptionYear>
2626
<name>${project.groupId}:${project.artifactId}</name>
2727
<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.1-rc.2",
2+
"version": "0.8.1-rc.3",
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.1-rc.2",
3+
"version": "0.8.1-rc.3",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)