Skip to content

Commit

Permalink
chore(Internal): 🔖 released v0.18.0-beta.0 to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Oct 1, 2023
1 parent 2ad4aa5 commit 3e82258
Show file tree
Hide file tree
Showing 4 changed files with 727 additions and 16 deletions.
38 changes: 24 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
## v0.17.0 (2023-09-11)

#### :rocket: New Feature
> boyka-framework@0.17.0 changelog /home/runner/work/boyka-framework/boyka-framework
> lerna-changelog "--from" "v0.17.0" "--next-version" "v0.18.0-beta.0"
- [#581](https://github.com/BoykaFramework/boyka-framework/pull/581) feat(workflow): :sparkles: using with new selenium grid dist ([@WasiqB](https://github.com/WasiqB))
- [#579](https://github.com/BoykaFramework/boyka-framework/pull/579) feat(Internal): ✨ migrated yarn to pnpm ([@WasiqB](https://github.com/WasiqB))

#### :house: Internal
## v0.18.0-beta.0 (2023-10-01)

#### :rocket: New Feature
* [#626](https://github.com/BoykaFramework/boyka-framework/pull/626) feat(workflow): :zap: run cloud tests when cloud env variables set ([@WasiqB](https://github.com/WasiqB))
* [#612](https://github.com/BoykaFramework/boyka-framework/pull/612) feat(Internal): ⚡ changed branching strategy to feature driven ([@WasiqB](https://github.com/WasiqB))
* [#610](https://github.com/BoykaFramework/boyka-framework/pull/610) feat(java): ✨ added all the appium server args support ([@WasiqB](https://github.com/WasiqB))
* [#609](https://github.com/BoykaFramework/boyka-framework/pull/609) feat(java): :sparkles: made boyka config path configurable ([@WasiqB](https://github.com/WasiqB))
* [#606](https://github.com/BoykaFramework/boyka-framework/pull/606) feat(java): :zap: upgrade jdk from v11 to v17 ([@WasiqB](https://github.com/WasiqB))
* [#610](https://github.com/BoykaFramework/boyka-framework/pull/610) feat(java): ✨ added all the appium server args support ([@WasiqB](https://github.com/WasiqB))
* [#609](https://github.com/BoykaFramework/boyka-framework/pull/609) feat(java): :sparkles: made boyka config path configurable ([@WasiqB](https://github.com/WasiqB))
* [#606](https://github.com/BoykaFramework/boyka-framework/pull/606) feat(java): :zap: upgrade jdk from v11 to v17 ([@WasiqB](https://github.com/WasiqB))

- [#597](https://github.com/BoykaFramework/boyka-framework/pull/597) build(deps): bump org.aspectj:aspectjweaver from 1.9.20 to 1.9.20.1 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
- [#599](https://github.com/BoykaFramework/boyka-framework/pull/599) build(deps): bump org.seleniumhq.selenium:selenium-java from 4.12.0 to 4.12.1 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
- [#583](https://github.com/BoykaFramework/boyka-framework/pull/583) build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.0 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
- [#591](https://github.com/BoykaFramework/boyka-framework/pull/591) build(deps-dev): bump lint-staged from 13.3.0 to 14.0.1 ([@dependabot[bot]](https://github.com/apps/dependabot))
- [#575](https://github.com/BoykaFramework/boyka-framework/pull/575) build(deps-dev): bump eslint-config-prettier from 8.10.0 to 9.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
- [#588](https://github.com/BoykaFramework/boyka-framework/pull/588) build(deps-dev): bump prettier from 2.8.8 to 3.0.3 ([@dependabot[bot]](https://github.com/apps/dependabot))
- [#598](https://github.com/BoykaFramework/boyka-framework/pull/598) build(deps-dev): bump @types/node from 18.17.14 to 18.17.15 ([@dependabot[bot]](https://github.com/apps/dependabot))
- [#573](https://github.com/BoykaFramework/boyka-framework/pull/573) ci(workflow): ✨ optimize release workflows ([@WasiqB](https://github.com/WasiqB))
#### :house: Internal
* [#621](https://github.com/BoykaFramework/boyka-framework/pull/621) build(deps-dev): bump @types/node from 18.17.15 to 20.8.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#622](https://github.com/BoykaFramework/boyka-framework/pull/622) build(deps): bump clsx from 1.2.1 to 2.0.0 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#620](https://github.com/BoykaFramework/boyka-framework/pull/620) build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#619](https://github.com/BoykaFramework/boyka-framework/pull/619) build(deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin from 3.9.1.2184 to 3.10.0.2594 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#618](https://github.com/BoykaFramework/boyka-framework/pull/618) build(deps): bump actions/checkout from 3 to 4 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#617](https://github.com/BoykaFramework/boyka-framework/pull/617) build(deps): bump org.seleniumhq.selenium:selenium-java from 4.12.1 to 4.13.0 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#616](https://github.com/BoykaFramework/boyka-framework/pull/616) build(deps): bump crazy-max/ghaction-import-gpg from 5 to 6 ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#615](https://github.com/BoykaFramework/boyka-framework/pull/615) build(deps): bump commons-io:commons-io from 2.13.0 to 2.14.0 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#614](https://github.com/BoykaFramework/boyka-framework/pull/614) build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.0 to 3.4.1 in /core-java ([@dependabot[bot]](https://github.com/apps/dependabot))
* [#613](https://github.com/BoykaFramework/boyka-framework/pull/613) build(deps): bump org.projectlombok:lombok from 1.18.28 to 1.18.30 in /sample-tests ([@dependabot[bot]](https://github.com/apps/dependabot))

#### Committers: 1

- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.17.0",
"version": "0.18.0-beta.0",
"npmClient": "npm",
"changelog": {
"repo": "BoykaFramework/boyka-framework",
Expand Down
Loading

0 comments on commit 3e82258

Please sign in to comment.