Skip to content

Commit

Permalink
chore(release): v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 17, 2024
1 parent 7e5953b commit fd06fc0
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Changelog


## v0.11.0

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

### 🩹 Fixes

- Hide gray status icon on status false ([b45aa3b](https://github.com/hywax/mafl/commit/b45aa3b))

### 💅 Refactors

- Validators are moved to a separate files ([6455c29](https://github.com/hywax/mafl/commit/6455c29))
- ⚠️ Move files to src ([#63](https://github.com/hywax/mafl/pull/63))

### 🏡 Chore

- Transform border color icon component ([28ee84d](https://github.com/hywax/mafl/commit/28ee84d))

#### ⚠️ Breaking Changes

- ⚠️ Move files to src ([#63](https://github.com/hywax/mafl/pull/63))

### ❤️ Contributors

- Alexander ([@hywax](http://github.com/hywax))
- Hywax ([@hywax](http://github.com/hywax))

## v0.10.0

[compare changes](https://github.com/hywax/mafl/compare/v0.9.5...v0.10.0)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "module",
"version": "0.10.0",
"version": "0.11.0",
"private": true,
"scripts": {
"build": "nuxi build",
Expand Down

0 comments on commit fd06fc0

Please sign in to comment.