Skip to content

Commit 410d676

Browse files
committed
chore(Internal): 🔖 released v0.18.0 to maven central
1 parent 3e82258 commit 410d676

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
> [email protected] changelog /home/runner/work/boyka-framework/boyka-framework
3-
> lerna-changelog "--from" "v0.17.0" "--next-version" "v0.18.0-beta.0"
3+
> lerna-changelog "--from" "v0.17.0" "--next-version" "v0.18.0"
44
55

66
## v0.18.0-beta.0 (2023-10-01)

lerna.json

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

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.18.0-beta.0</version>
24+
<version>0.18.0</version>
2525
<inceptionYear>2022</inceptionYear>
2626
<name>${project.groupId}:${project.artifactId}</name>
2727
<description>🎉 Ultimate test automation framework for testing any application on any platform</description>

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.18.0-beta.0",
3+
"version": "0.18.0",
44
"private": true,
55
"scripts": {
66
"docusaurus": "docusaurus",

0 commit comments

Comments
 (0)