diff --git a/CHANGELOG.md b/CHANGELOG.md index 9439d4e103..51031f64f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## v3.34.1...v3.35.0 + +[compare changes](https://github.com/LouisMazel/maz-ui/compare/v3.34.1...v3.35.0) + +### 🚀 Enhancements + +- **maz-ui:** MazSelect - add optgroup ([b1053340](https://github.com/LouisMazel/maz-ui/commit/b1053340)) + +### ❤️ Contributors + +- LouisMazel + ## v3.34.0...v3.34.1 [compare changes](https://github.com/LouisMazel/maz-ui/compare/v3.34.0...v3.34.1) diff --git a/lerna.json b/lerna.json index 0de06b86dd..42235d0632 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "loglevel": "verbose", - "version": "3.34.1", + "version": "3.35.0", "command": { "version": { "allowBranch": ["master", "release/*"], diff --git a/package.json b/package.json index 5b8f920c3c..fb3b93bf5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "3.34.1", + "version": "3.35.0", "description": "A standalone components library for Vue.Js & Nuxt.Js (v3.x)", "scripts": { "preinstall": "npx only-allow pnpm", diff --git a/packages/cli/package.json b/packages/cli/package.json index dcf8bc3bf6..6a71530eea 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "cli", - "version": "3.34.1", + "version": "3.35.0", "main": "./dist/cli.mjs", "types": "./dist/cli.d.ts", "exports": { diff --git a/packages/docs/package.json b/packages/docs/package.json index 5ec68449e5..959bea74db 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "3.34.1", + "version": "3.35.0", "description": "documentation of maz-ui", "author": "LouisMazel ", "license": "ISC", diff --git a/packages/lib/package.json b/packages/lib/package.json index 47f4ec6f78..23797e0bfc 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "maz-ui", - "version": "3.34.1", + "version": "3.35.0", "description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3", "author": "Louis Mazel ", "main": "./modules/index.ts", diff --git a/packages/maz-cli/package.json b/packages/maz-cli/package.json index 2b9451ec30..056c2b4a29 100644 --- a/packages/maz-cli/package.json +++ b/packages/maz-cli/package.json @@ -1,6 +1,6 @@ { "name": "@mazui/cli", - "version": "3.34.1", + "version": "3.35.0", "description": "CLI of Maz-ui", "license": "MIT", "type": "module", diff --git a/packages/nuxt-module/package.json b/packages/nuxt-module/package.json index 870d3db472..143f0a230a 100644 --- a/packages/nuxt-module/package.json +++ b/packages/nuxt-module/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-module", - "version": "3.34.1", + "version": "3.35.0", "license": "MIT", "type": "module", "exports": {