Skip to content

Commit 1d83e33

Browse files
committed
chore(Internal): 🔖 released latest version to maven central
1 parent 689fd63 commit 1d83e33

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11

2-
## v0.8.2-rc.0 (2022-08-29)
2+
## v0.8.2-rc.1 (2022-08-29)
33

44
#### :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))
56
* [#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))
67
* [#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))
78
* [#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))

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-rc.0</version>
23+
<version>0.8.2-rc.1</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-rc.0",
2+
"version": "0.8.2-rc.1",
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-rc.0",
3+
"version": "0.8.2-rc.1",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)