Skip to content

Commit

Permalink
chore(release): bump version to v3.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Dec 23, 2022
1 parent 5e67252 commit 102951d
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.6.6](https://github.com/LouisMazel/maz-ui/compare/v3.6.5...v3.6.6) (2022-12-23)

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

## [3.6.5](https://github.com/LouisMazel/maz-ui/compare/v3.6.4...v3.6.5) (2022-12-21)

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

## [3.6.6](https://github.com/LouisMazel/maz-ui/compare/v3.6.5...v3.6.6) (2022-12-23)

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

## [3.6.5](https://github.com/LouisMazel/maz-ui/compare/v3.6.4...v3.6.5) (2022-12-21)

**Note:** Version bump only for package docs
4 changes: 2 additions & 2 deletions packages/docs/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/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "3.6.5",
"version": "3.6.6",
"description": "documentation of maz-ui",
"author": "LouisMazel <[email protected]>",
"license": "ISC",
Expand Down
4 changes: 4 additions & 0 deletions packages/lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.6.6](https://github.com/LouisMazel/maz-ui/compare/v3.6.5...v3.6.6) (2022-12-23)

**Note:** Version bump only for package maz-ui

## [3.6.5](https://github.com/LouisMazel/maz-ui/compare/v3.6.4...v3.6.5) (2022-12-21)

**Note:** Version bump only for package maz-ui
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.6.5",
"version": "3.6.6",
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
"author": "Louis Mazel <[email protected]>",
"main": "modules/maz-ui.umd.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.6.6](https://github.com/LouisMazel/maz-ui/compare/v3.6.5...v3.6.6) (2022-12-23)

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

## [3.6.5](https://github.com/LouisMazel/maz-ui/compare/v3.6.4...v3.6.5) (2022-12-21)

**Note:** Version bump only for package testing
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/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/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testing",
"version": "3.6.5",
"version": "3.6.6",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit 102951d

Please sign in to comment.