Skip to content

Commit

Permalink
chore(Internal): 🔖 released v0.14.2 to maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
WasiqB committed Jun 15, 2023
1 parent 361be51 commit 1e9598d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.15.0-beta.0",
"version": "0.15.0",
"npmClient": "yarn",
"changelog": {
"repo": "BoykaFramework/boyka-framework",
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.15.0-beta.0",
"version": "0.15.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
Expand Down

0 comments on commit 1e9598d

Please sign in to comment.