Skip to content

Commit

Permalink
chore(release): 6.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [6.4.2](v6.4.1...v6.4.2) (2024-04-13)

### Bug Fixes

* **SettingsPageItemMobile:** Fixed layout ([3686841](3686841))
  • Loading branch information
semantic-release-bot committed Apr 13, 2024
1 parent 3686841 commit 31741a6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [6.4.2](https://github.com/BlueBaseJS/plugin-settings-app/compare/v6.4.1...v6.4.2) (2024-04-13)

### Bug Fixes

* **SettingsPageItemMobile:** Fixed layout ([3686841](https://github.com/BlueBaseJS/plugin-settings-app/commit/36868414d30e5ef330302d656df088bccecbf6ca))

## [6.4.1](https://github.com/BlueBaseJS/plugin-settings-app/compare/v6.4.0...v6.4.1) (2024-04-13)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@bluebase/plugin-settings-app",
"description": "A settings app for the BlueBase framework!",
"author": "BlueEast Team <code@blueeast.com>",
"version": "6.4.1",
"version": "6.4.2",
"main": "./App.jsx",
"typings": "dist/index.d.ts",
"module": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/version.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// THIS IS AN AUTO GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
export const VERSION = '6.4.1';
export const VERSION_NUMBER = 604001000;
export const VERSION = '6.4.2';
export const VERSION_NUMBER = 604002000;

0 comments on commit 31741a6

Please sign in to comment.