Skip to content

Commit

Permalink
chore(release): 8.6.0-alpha.1 [skip ci]
Browse files Browse the repository at this point in the history
# [8.6.0-alpha.1](v8.5.4...v8.6.0-alpha.1) (2024-11-16)

### Features

* Refactored class components to functions ([#606](#606)) ([7e8709b](7e8709b))
  • Loading branch information
semantic-release-bot committed Nov 16, 2024
1 parent 7e8709b commit e8710dd
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 @@
# [8.6.0-alpha.1](https://github.com/BlueBaseJS/core/compare/v8.5.4...v8.6.0-alpha.1) (2024-11-16)

### Features

* Refactored class components to functions ([#606](https://github.com/BlueBaseJS/core/issues/606)) ([7e8709b](https://github.com/BlueBaseJS/core/commit/7e8709b903825566776dfed4df678fc1bc911ba3))

## [8.5.4](https://github.com/BlueBaseJS/core/compare/v8.5.3...v8.5.4) (2024-05-05)

### 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/core",
"description": "🚀 A modular, pluggable and cross platform app framework.",
"author": "BlueEast Team <code@blueeast.com>",
"version": "8.5.4",
"version": "8.6.0-alpha.1",
"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 = '8.5.4';
export const VERSION_NUMBER = 805004000;
export const VERSION = '8.6.0.alpha.1';
export const VERSION_NUMBER = 806000101;

0 comments on commit e8710dd

Please sign in to comment.