Skip to content

Commit

Permalink
build(deps-dev): bump @types/node from 18.8.3 to 18.8.4 (#219)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Wasiq Bhamla <wasbhamla2005@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and WasiqB committed Oct 13, 2022
1 parent 8aa0daa commit a017520
Show file tree
Hide file tree
Showing 5 changed files with 10,684 additions and 18,362 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## v0.9.0-rc.0 (2022-10-10)
## v0.9.0-rc.1 (2022-10-11)

#### :rocket: New Feature
* [#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))
Expand All @@ -8,6 +8,7 @@
* [#199](https://github.com/WasiqBhamla/boyka-framework/pull/199) feat(java): :sparkles: added appium service feature with Android ([@WasiqB](https://github.com/WasiqB))

#### :bug: Bug Fix
* [#214](https://github.com/WasiqBhamla/boyka-framework/pull/214) fix(Internal): 馃悰 fixed failing release test ([@WasiqB](https://github.com/WasiqB))
* [#210](https://github.com/WasiqBhamla/boyka-framework/pull/210) fix(workflow): :bug: fixed failing pre-release workflow ([@WasiqB](https://github.com/WasiqB))

#### :memo: Documentation
Expand Down
2 changes: 1 addition & 1 deletion core-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.wasiqb.boyka</groupId>
<artifactId>boyka-framework</artifactId>
<version>0.9.0-rc.0</version>
<version>0.9.0-rc.1</version>
<inceptionYear>2022</inceptionYear>
<name>${project.groupId}:${project.artifactId}</name>
<description>馃帀 Ultimate test automation for testing any application on any platform</description>
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.9.0-rc.0",
"version": "0.9.0-rc.1",
"npmClient": "yarn",
"useWorkspaces": true,
"changelog": {
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "website",
"version": "0.9.0-rc.0",
"version": "0.9.0-rc.1",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit a017520

Please sign in to comment.