-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release): bump version to v3.39.0
- Loading branch information
1 parent
e77f634
commit ba242a4
Showing
8 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
# Change Log | ||
|
||
## v3.38.0...v3.39.0 | ||
|
||
[compare changes](https://github.com/LouisMazel/maz-ui/compare/v3.38.0...v3.39.0) | ||
|
||
### 🚀 Enhancements | ||
|
||
- **maz-ui:** MazInput - make it a generic component ([2ed0c964](https://github.com/LouisMazel/maz-ui/commit/2ed0c964)) | ||
- **maz-ui:** MazSelect - make it a generic component ([e77f6342](https://github.com/LouisMazel/maz-ui/commit/e77f6342)) | ||
|
||
### 🩹 Fixes | ||
|
||
- **maz-ui:** MazInput - debounce method never emit the new value ([190b3de5](https://github.com/LouisMazel/maz-ui/commit/190b3de5)) | ||
|
||
### ❤️ Contributors | ||
|
||
- LouisMazel <[email protected]> | ||
|
||
## v3.37.8...v3.38.0 | ||
|
||
[compare changes](https://github.com/LouisMazel/maz-ui/compare/v3.37.8...v3.38.0) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "docs", | ||
"version": "3.38.0", | ||
"version": "3.39.0", | ||
"description": "documentation of maz-ui", | ||
"author": "LouisMazel <[email protected]>", | ||
"license": "ISC", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "maz-ui", | ||
"version": "3.38.0", | ||
"version": "3.39.0", | ||
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3", | ||
"author": "Louis Mazel <[email protected]>", | ||
"main": "./modules/index.ts", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters