Skip to content

Commit

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

## [3.10.3](https://github.com/LouisMazel/maz-ui/compare/v3.10.2...v3.10.3) (2023-09-02)

### Bug Fixes

- **lib:** nuxt module - add necessary file for component auto import ([0dccce5](https://github.com/LouisMazel/maz-ui/commit/0dccce5b13694ae5759360efad9e02771585612a))

## [3.10.2](https://github.com/LouisMazel/maz-ui/compare/v3.10.1...v3.10.2) (2023-09-02)

**Note:** Version bump only for package root
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.10.2",
"version": "3.10.3",
"yes": false,
"command": {
"version": {
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.10.3](https://github.com/LouisMazel/maz-ui/compare/v3.10.2...v3.10.3) (2023-09-02)

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





## [3.10.2](https://github.com/LouisMazel/maz-ui/compare/v3.10.1...v3.10.2) (2023-09-02)

**Note:** Version bump only for package docs
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.10.2",
"version": "3.10.3",
"description": "documentation of maz-ui",
"author": "LouisMazel <[email protected]>",
"license": "ISC",
Expand Down
11 changes: 11 additions & 0 deletions packages/lib/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.10.3](https://github.com/LouisMazel/maz-ui/compare/v3.10.2...v3.10.3) (2023-09-02)


### Bug Fixes

* **lib:** nuxt module - add necessary file for component auto import ([0dccce5](https://github.com/LouisMazel/maz-ui/commit/0dccce5b13694ae5759360efad9e02771585612a))





## [3.10.2](https://github.com/LouisMazel/maz-ui/compare/v3.10.1...v3.10.2) (2023-09-02)

**Note:** Version bump only for package maz-ui
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.10.2",
"version": "3.10.3",
"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 0f898f0

Please sign in to comment.