diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d5557d0d..d8aec599ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.5.0](https://github.com/LouisMazel/maz-ui/compare/v2.3.13...v3.5.0) (2022-12-12) + +### Bug Fixes + +- **docs:** build error ([#353](https://github.com/LouisMazel/maz-ui/issues/353)) ([f3fc68d](https://github.com/LouisMazel/maz-ui/commit/f3fc68d7976c44990f19bb55bf2d285a959ee297)) +- **docs:** components rendering ([#272](https://github.com/LouisMazel/maz-ui/issues/272)) ([af3d72e](https://github.com/LouisMazel/maz-ui/commit/af3d72effcbd2994d779eddb53234e7ca840644c)) +- **docs:** deployment ([#283](https://github.com/LouisMazel/maz-ui/issues/283)) ([d389c51](https://github.com/LouisMazel/maz-ui/commit/d389c51bc856540256c3e3c3aa662b0d3e8ea5c8)) +- **docs:** doc build error - use maz-ui from npm ([#383](https://github.com/LouisMazel/maz-ui/issues/383)) ([758a763](https://github.com/LouisMazel/maz-ui/commit/758a7633e4ce0f384051349f4ea9c37d571aafaf)) +- **docs:** documentation components rendering on server side ([#276](https://github.com/LouisMazel/maz-ui/issues/276)) ([0ee8a5f](https://github.com/LouisMazel/maz-ui/commit/0ee8a5f9bb4c8c209de6be4ad29b631d532349db)) +- **docs:** documentation components rendering on server side ([#277](https://github.com/LouisMazel/maz-ui/issues/277)) ([dd8aed7](https://github.com/LouisMazel/maz-ui/commit/dd8aed76ad63c91b494bfec8877948fd52185ce3)) +- **docs:** documentation components rendering on server side ([#278](https://github.com/LouisMazel/maz-ui/issues/278)) ([f0b9faf](https://github.com/LouisMazel/maz-ui/commit/f0b9fafe62260796d36cbc4e081fcc4734e225a1)) +- **docs:** downgrade vuepress to 43 ([#273](https://github.com/LouisMazel/maz-ui/issues/273)) ([ebbf739](https://github.com/LouisMazel/maz-ui/commit/ebbf739889acdfda97b458a25541c24af248f5fe)) +- **docs:** helpers method use ([#284](https://github.com/LouisMazel/maz-ui/issues/284)) ([8a3d67c](https://github.com/LouisMazel/maz-ui/commit/8a3d67c94c881ce260eac3c23d767a9e12a60d0d)) +- **docs:** meta title ([#285](https://github.com/LouisMazel/maz-ui/issues/285)) ([d7da878](https://github.com/LouisMazel/maz-ui/commit/d7da878d99060d358dc7f749f24be3fe7ce4a51c)) +- **docs:** server components rendering ([#274](https://github.com/LouisMazel/maz-ui/issues/274)) ([59f9091](https://github.com/LouisMazel/maz-ui/commit/59f909161f39ec5cf9d7dfa17869263039d4d13b)) +- **docs:** typo ([#297](https://github.com/LouisMazel/maz-ui/issues/297)) ([75fbc36](https://github.com/LouisMazel/maz-ui/commit/75fbc365f392e1e316ddf8c1b16c20c3fba5d209)) +- **lib:** maz-select - scroll in to view behaviour ([#389](https://github.com/LouisMazel/maz-ui/issues/389)) ([ebac7c8](https://github.com/LouisMazel/maz-ui/commit/ebac7c8aade9ff87d95f8e4af2b0e31950c718de)) + +### Features + +- **docs:** adding seo plugin ([#279](https://github.com/LouisMazel/maz-ui/issues/279)) ([b1c7edd](https://github.com/LouisMazel/maz-ui/commit/b1c7edd4cf3c5c182ac78cb50b3a56e1d7a673e4)) +- **docs:** adding seo plugin ([#280](https://github.com/LouisMazel/maz-ui/issues/280)) ([363735e](https://github.com/LouisMazel/maz-ui/commit/363735e377f2261d2297e9f0712205ba3f7d279b)) +- **lib:** maz-stepper colors & validated steps UI ([#431](https://github.com/LouisMazel/maz-ui/issues/431)) ([#432](https://github.com/LouisMazel/maz-ui/issues/432)) ([b294858](https://github.com/LouisMazel/maz-ui/commit/b294858cb55d427aafc6dbb84e7b384a4a1aca82)) + +### Reverts + +- Revert "release: v3.1.2 (#415)" ([4895427](https://github.com/LouisMazel/maz-ui/commit/48954272d5f53fd381e764880880e85af88f2082)), closes [#415](https://github.com/LouisMazel/maz-ui/issues/415) + ## [3.4.2](https://github.com/LouisMazel/maz-ui/compare/v3.4.1...v3.4.2) (2022-12-06) ### Bug Fixes diff --git a/lerna.json b/lerna.json index c4f02e70fb..309ef42aa2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "packages": ["packages/lib"], "loglevel": "verbose", - "version": "3.4.2", + "version": "3.5.0", "yes": false, "command": { "version": { diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index f33482b1eb..e1c6546acf 100644 --- a/packages/lib/CHANGELOG.md +++ b/packages/lib/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.5.0](https://github.com/LouisMazel/maz-ui/compare/v2.3.13...v3.5.0) (2022-12-12) + +### Bug Fixes + +- **docs:** deployment ([#283](https://github.com/LouisMazel/maz-ui/issues/283)) ([d389c51](https://github.com/LouisMazel/maz-ui/commit/d389c51bc856540256c3e3c3aa662b0d3e8ea5c8)) +- **docs:** documentation components rendering on server side ([#276](https://github.com/LouisMazel/maz-ui/issues/276)) ([0ee8a5f](https://github.com/LouisMazel/maz-ui/commit/0ee8a5f9bb4c8c209de6be4ad29b631d532349db)) +- **lib:** maz-select - scroll in to view behaviour ([#389](https://github.com/LouisMazel/maz-ui/issues/389)) ([ebac7c8](https://github.com/LouisMazel/maz-ui/commit/ebac7c8aade9ff87d95f8e4af2b0e31950c718de)) + +### Features + +- **lib:** maz-stepper colors & validated steps UI ([#431](https://github.com/LouisMazel/maz-ui/issues/431)) ([#432](https://github.com/LouisMazel/maz-ui/issues/432)) ([b294858](https://github.com/LouisMazel/maz-ui/commit/b294858cb55d427aafc6dbb84e7b384a4a1aca82)) + +### Reverts + +- Revert "release: v3.1.2 (#415)" ([4895427](https://github.com/LouisMazel/maz-ui/commit/48954272d5f53fd381e764880880e85af88f2082)), closes [#415](https://github.com/LouisMazel/maz-ui/issues/415) + ## [3.4.2](https://github.com/LouisMazel/maz-ui/compare/v3.4.1...v3.4.2) (2022-12-06) - **lib:** v-zoom-img - error while showing image ([4d61871](https://github.com/LouisMazel/maz-ui/commit/4d618717bb680e66126b0a97bdea455037698232)) diff --git a/packages/lib/package-lock.json b/packages/lib/package-lock.json index dc021623e3..3ea8c3071d 100644 --- a/packages/lib/package-lock.json +++ b/packages/lib/package-lock.json @@ -1,12 +1,12 @@ { "name": "maz-ui", - "version": "3.4.5", + "version": "3.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "maz-ui", - "version": "3.4.5", + "version": "3.5.0", "license": "MIT", "devDependencies": { "@babel/core": "^7.20.5", diff --git a/packages/lib/package.json b/packages/lib/package.json index 4b13d945d5..aee38ae5c5 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -1,6 +1,6 @@ { "name": "maz-ui", - "version": "3.4.5", + "version": "3.5.0", "description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3", "author": "Louis Mazel ", "main": "modules/index.js",