Skip to content

Commit fd06fc0

Browse files
author
hywax
committed
chore(release): v0.11.0
1 parent 7e5953b commit fd06fc0

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

Diff for: CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
# Changelog
22

33

4+
## v0.11.0
5+
6+
[compare changes](https://github.com/hywax/mafl/compare/v0.10.0...v0.11.0)
7+
8+
### 🩹 Fixes
9+
10+
- Hide gray status icon on status false ([b45aa3b](https://github.com/hywax/mafl/commit/b45aa3b))
11+
12+
### 💅 Refactors
13+
14+
- Validators are moved to a separate files ([6455c29](https://github.com/hywax/mafl/commit/6455c29))
15+
- ⚠️ Move files to src ([#63](https://github.com/hywax/mafl/pull/63))
16+
17+
### 🏡 Chore
18+
19+
- Transform border color icon component ([28ee84d](https://github.com/hywax/mafl/commit/28ee84d))
20+
21+
#### ⚠️ Breaking Changes
22+
23+
- ⚠️ Move files to src ([#63](https://github.com/hywax/mafl/pull/63))
24+
25+
### ❤️ Contributors
26+
27+
- Alexander ([@hywax](https://github.com/hywax))
28+
- Hywax ([@hywax](https://github.com/hywax))
29+
430
## v0.10.0
531

632
[compare changes](https://github.com/hywax/mafl/compare/v0.9.5...v0.10.0)

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"type": "module",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"private": true,
55
"scripts": {
66
"build": "nuxi build",

0 commit comments

Comments
 (0)