Skip to content

Commit

Permalink
chore(release): bump version to v3.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Sep 18, 2023
1 parent 5291e47 commit 19a05a9
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.11.2](https://github.com/LouisMazel/maz-ui/compare/v3.11.1...v3.11.2) (2023-09-18)

### Bug Fixes

- component docs generating with cli ([af5088b](https://github.com/LouisMazel/maz-ui/commit/af5088ba0b4a0e8eb4f338001115d8fde1d58549))
- **lib:** type files exportation ([5291e47](https://github.com/LouisMazel/maz-ui/commit/5291e47f607c4ae6a5f263799b0ab8484ca2b447))
- **lib:** type files exportation ([063ffde](https://github.com/LouisMazel/maz-ui/commit/063ffdedbcef571d8d5ed60c425e9cd3a6369e16))
- **lib:** use postcss-nested to compile css ([d3b1e94](https://github.com/LouisMazel/maz-ui/commit/d3b1e949e2783c50face4de057d6da217edae304))

## [3.11.1](https://github.com/LouisMazel/maz-ui/compare/v3.11.0...v3.11.1) (2023-09-16)

### 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/*"],
"loglevel": "verbose",
"version": "3.11.1",
"version": "3.11.2",
"yes": false,
"command": {
"version": {
Expand Down
11 changes: 11 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.11.2](https://github.com/LouisMazel/maz-ui/compare/v3.11.1...v3.11.2) (2023-09-18)


### Bug Fixes

* component docs generating with cli ([af5088b](https://github.com/LouisMazel/maz-ui/commit/af5088ba0b4a0e8eb4f338001115d8fde1d58549))





## [3.11.1](https://github.com/LouisMazel/maz-ui/compare/v3.11.0...v3.11.1) (2023-09-16)

**Note:** Version bump only for package cli
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.11.1",
"version": "3.11.2",
"main": "./dist/cli.js",
"bin": {
"maz-cli": "./dist/cli.js"
Expand Down
8 changes: 8 additions & 0 deletions packages/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.11.2](https://github.com/LouisMazel/maz-ui/compare/v3.11.1...v3.11.2) (2023-09-18)

**Note:** Version bump only for package docs





## [3.11.1](https://github.com/LouisMazel/maz-ui/compare/v3.11.0...v3.11.1) (2023-09-16)


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.11.1",
"version": "3.11.2",
"description": "documentation of maz-ui",
"author": "LouisMazel <[email protected]>",
"license": "ISC",
Expand Down
14 changes: 14 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.11.2](https://github.com/LouisMazel/maz-ui/compare/v3.11.1...v3.11.2) (2023-09-18)


### Bug Fixes

* component docs generating with cli ([af5088b](https://github.com/LouisMazel/maz-ui/commit/af5088ba0b4a0e8eb4f338001115d8fde1d58549))
* **lib:** type files exportation ([5291e47](https://github.com/LouisMazel/maz-ui/commit/5291e47f607c4ae6a5f263799b0ab8484ca2b447))
* **lib:** type files exportation ([063ffde](https://github.com/LouisMazel/maz-ui/commit/063ffdedbcef571d8d5ed60c425e9cd3a6369e16))
* **lib:** use postcss-nested to compile css ([d3b1e94](https://github.com/LouisMazel/maz-ui/commit/d3b1e949e2783c50face4de057d6da217edae304))





## [3.11.1](https://github.com/LouisMazel/maz-ui/compare/v3.11.0...v3.11.1) (2023-09-16)


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

0 comments on commit 19a05a9

Please sign in to comment.