Skip to content

Commit

Permalink
chore(release): bump version to v3.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Apr 12, 2024
1 parent e77f634 commit ba242a4
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
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)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"loglevel": "verbose",
"version": "3.38.0",
"version": "3.39.0",
"command": {
"version": {
"allowBranch": ["master", "release/*"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "3.38.0",
"version": "3.39.0",
"description": "A standalone components library for Vue.Js & Nuxt.Js (v3.x)",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli",
"version": "3.38.0",
"version": "3.39.0",
"main": "./dist/cli.mjs",
"types": "./dist/cli.d.ts",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
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",
Expand Down
2 changes: 1 addition & 1 deletion packages/maz-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mazui/cli",
"version": "3.38.0",
"version": "3.39.0",
"description": "CLI of Maz-ui",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-module",
"version": "3.38.0",
"version": "3.39.0",
"license": "MIT",
"type": "module",
"exports": {
Expand Down

0 comments on commit ba242a4

Please sign in to comment.