Skip to content

Commit

Permalink
chore(release): bump version to v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Dec 12, 2022
1 parent a8792e7 commit 2ef6941
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 4 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packages": ["packages/lib"],
"loglevel": "verbose",
"version": "3.4.2",
"version": "3.5.0",
"yes": false,
"command": {
"version": {
Expand Down
16 changes: 16 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.4.5",
"version": "3.5.0",
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
"author": "Louis Mazel <[email protected]>",
"main": "modules/index.js",
Expand Down

0 comments on commit 2ef6941

Please sign in to comment.