Skip to content

Commit 3e82258

Browse files
committed
chore(Internal): 🔖 released v0.18.0-beta.0 to maven central
1 parent 2ad4aa5 commit 3e82258

File tree

4 files changed

+727
-16
lines changed

4 files changed

+727
-16
lines changed

CHANGELOG.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,31 @@
1-
## v0.17.0 (2023-09-11)
21

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

8-
#### :house: Internal
6+
## v0.18.0-beta.0 (2023-10-01)
7+
8+
#### :rocket: New Feature
9+
* [#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))
10+
* [#612](https://github.com/BoykaFramework/boyka-framework/pull/612) feat(Internal): ⚡ changed branching strategy to feature driven ([@WasiqB](https://github.com/WasiqB))
11+
* [#610](https://github.com/BoykaFramework/boyka-framework/pull/610) feat(java): ✨ added all the appium server args support ([@WasiqB](https://github.com/WasiqB))
12+
* [#609](https://github.com/BoykaFramework/boyka-framework/pull/609) feat(java): :sparkles: made boyka config path configurable ([@WasiqB](https://github.com/WasiqB))
13+
* [#606](https://github.com/BoykaFramework/boyka-framework/pull/606) feat(java): :zap: upgrade jdk from v11 to v17 ([@WasiqB](https://github.com/WasiqB))
14+
* [#610](https://github.com/BoykaFramework/boyka-framework/pull/610) feat(java): ✨ added all the appium server args support ([@WasiqB](https://github.com/WasiqB))
15+
* [#609](https://github.com/BoykaFramework/boyka-framework/pull/609) feat(java): :sparkles: made boyka config path configurable ([@WasiqB](https://github.com/WasiqB))
16+
* [#606](https://github.com/BoykaFramework/boyka-framework/pull/606) feat(java): :zap: upgrade jdk from v11 to v17 ([@WasiqB](https://github.com/WasiqB))
917

10-
- [#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))
11-
- [#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))
12-
- [#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))
13-
- [#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))
14-
- [#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))
15-
- [#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))
16-
- [#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))
17-
- [#573](https://github.com/BoykaFramework/boyka-framework/pull/573) ci(workflow): ✨ optimize release workflows ([@WasiqB](https://github.com/WasiqB))
18+
#### :house: Internal
19+
* [#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))
20+
* [#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))
21+
* [#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))
22+
* [#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))
23+
* [#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))
24+
* [#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))
25+
* [#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))
26+
* [#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))
27+
* [#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))
28+
* [#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))
1829

1930
#### Committers: 1
20-
2131
- Wasiq Bhamla ([@WasiqB](https://github.com/WasiqB))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.17.0",
2+
"version": "0.18.0-beta.0",
33
"npmClient": "npm",
44
"changelog": {
55
"repo": "BoykaFramework/boyka-framework",

0 commit comments

Comments
 (0)