From 1e9598d7b216110a65312d3b275002d84f8d1b75 Mon Sep 17 00:00:00 2001 From: Wasiq Bhamla Date: Thu, 15 Jun 2023 09:23:57 +0000 Subject: [PATCH] chore(Internal): :bookmark: released v0.14.2 to maven central --- CHANGELOG.md | 6 +++++- lerna.json | 2 +- website/package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19be3dcf5..29e3dc3b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,19 @@ -## v0.15.0-beta.0 (2023-06-15) +## v0.15.0 (2023-06-15) #### :rocket: New Feature * [#483](/~https://github.com/BoykaFramework/boyka-framework/pull/483) feat(java): :sparkles: adding web app support for mobile ([@WasiqB](/~https://github.com/WasiqB)) * [#480](/~https://github.com/BoykaFramework/boyka-framework/pull/480) feat(java): :sparkles: finger gestures added for Mobile applications ([@WasiqB](/~https://github.com/WasiqB)) +* [#483](/~https://github.com/BoykaFramework/boyka-framework/pull/483) feat(java): :sparkles: adding web app support for mobile ([@WasiqB](/~https://github.com/WasiqB)) +* [#480](/~https://github.com/BoykaFramework/boyka-framework/pull/480) feat(java): :sparkles: finger gestures added for Mobile applications ([@WasiqB](/~https://github.com/WasiqB)) #### :bug: Bug Fix * [#511](/~https://github.com/BoykaFramework/boyka-framework/pull/511) fix(Internal): :bug: fixed issue with pre-release command ([@WasiqB](/~https://github.com/WasiqB)) +* [#511](/~https://github.com/BoykaFramework/boyka-framework/pull/511) fix(Internal): :bug: fixed issue with pre-release command ([@WasiqB](/~https://github.com/WasiqB)) #### :house: Internal * [#509](/~https://github.com/BoykaFramework/boyka-framework/pull/509) build(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 in /sample-tests ([@dependabot[bot]](/~https://github.com/apps/dependabot)) +* [#509](/~https://github.com/BoykaFramework/boyka-framework/pull/509) build(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 in /sample-tests ([@dependabot[bot]](/~https://github.com/apps/dependabot)) #### Committers: 1 - Wasiq Bhamla ([@WasiqB](/~https://github.com/WasiqB)) diff --git a/lerna.json b/lerna.json index fc43cee43..4bf14f9e6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.15.0-beta.0", + "version": "0.15.0", "npmClient": "yarn", "changelog": { "repo": "BoykaFramework/boyka-framework", diff --git a/website/package.json b/website/package.json index 0f65bea7d..1aa4b5856 100644 --- a/website/package.json +++ b/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "0.15.0-beta.0", + "version": "0.15.0", "private": true, "scripts": { "docusaurus": "docusaurus",