Skip to content

Commit 6953ae6

Browse files
chore(release): 8.1.2 [skip ci]
## [8.1.2](v8.1.1...v8.1.2) (2024-04-13) ### Bug Fixes * Fixed CI ([fcf6628](fcf6628))
1 parent fcf6628 commit 6953ae6

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [8.1.2](https://github.com/BlueBaseJS/components/compare/v8.1.1...v8.1.2) (2024-04-13)
2+
3+
### Bug Fixes
4+
5+
* Fixed CI ([fcf6628](https://github.com/BlueBaseJS/components/commit/fcf6628e43a18e0b3be0e4395a634098360258ee))
6+
17
## [8.1.1](https://github.com/BlueBaseJS/components/compare/v8.1.0...v8.1.1) (2024-04-13)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@bluebase/components",
33
"description": "A utility library to use & create BlueBase Components.",
44
"author": "BlueEast Team <code@blueeast.com>",
5-
"version": "8.1.1",
5+
"version": "8.1.2",
66
"main": "dist/index.js",
77
"typings": "dist/index.d.ts",
88
"module": "dist/index.js",

src/version.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// THIS IS AN AUTO GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2-
export const VERSION = '8.1.1';
3-
export const VERSION_NUMBER = 801001000;
2+
export const VERSION = '8.1.2';
3+
export const VERSION_NUMBER = 801002000;

0 commit comments

Comments
 (0)