Skip to content

Commit

Permalink
chore(release): bump version to v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Dec 13, 2022
1 parent db0e683 commit a29455b
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 7 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.1](https://github.com/LouisMazel/maz-ui/compare/v3.6.0...v3.6.1) (2022-12-13)

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

# [3.6.0](https://github.com/LouisMazel/maz-ui/compare/v3.5.0...v3.6.0) (2022-12-13)

### Features
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.0",
"version": "3.6.1",
"yes": false,
"command": {
"version": {
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.1](https://github.com/LouisMazel/maz-ui/compare/v3.6.0...v3.6.1) (2022-12-13)

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

# [3.6.0](https://github.com/LouisMazel/maz-ui/compare/v3.5.0...v3.6.0) (2022-12-13)

### Features
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.0",
"version": "3.6.1",
"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
8 changes: 8 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.6.1](https://github.com/LouisMazel/maz-ui/compare/v3.6.0...v3.6.1) (2022-12-13)

**Note:** Version bump only for package testing
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.3.1",
"version": "3.6.1",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit a29455b

Please sign in to comment.