Skip to content

Commit

Permalink
chore(release): bump version to v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Dec 16, 2022
1 parent 41c78ff commit 695e9fd
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 7 deletions.
14 changes: 14 additions & 0 deletions 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.6.2](https://github.com/LouisMazel/maz-ui/compare/v3.6.1...v3.6.2) (2022-12-16)

### Bug Fixes

- **lib:** danger color & maz-select ([#466](https://github.com/LouisMazel/maz-ui/issues/466)) ([5bcbdca](https://github.com/LouisMazel/maz-ui/commit/5bcbdcae3430f71aedec58cd62481a001aca4846))

### Features

- **testing:** use alias instead of local package ([#464](https://github.com/LouisMazel/maz-ui/issues/464)) ([fcb4138](https://github.com/LouisMazel/maz-ui/commit/fcb41383b9015a93f743dd338d91733490e5ba7a))

### Reverts

- Revert "chore(release): bump version to %s" ([30b0409](https://github.com/LouisMazel/maz-ui/commit/30b040922bd71a4c6b4a0603a45dea43b2ec4a41))

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

## [3.6.2](https://github.com/LouisMazel/maz-ui/compare/v3.6.1...v3.6.2) (2022-12-16)

### Bug Fixes

- **lib:** danger color & maz-select ([#466](https://github.com/LouisMazel/maz-ui/issues/466)) ([5bcbdca](https://github.com/LouisMazel/maz-ui/commit/5bcbdcae3430f71aedec58cd62481a001aca4846))

### Reverts

- Revert "chore(release): bump version to %s" ([30b0409](https://github.com/LouisMazel/maz-ui/commit/30b040922bd71a4c6b4a0603a45dea43b2ec4a41))

## [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
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.1",
"version": "3.6.2",
"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
10 changes: 10 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.6.2](https://github.com/LouisMazel/maz-ui/compare/v3.6.1...v3.6.2) (2022-12-16)

### Features

- **testing:** use alias instead of local package ([#464](https://github.com/LouisMazel/maz-ui/issues/464)) ([fcb4138](https://github.com/LouisMazel/maz-ui/commit/fcb41383b9015a93f743dd338d91733490e5ba7a))

### Reverts

- Revert "chore(release): bump version to %s" ([30b0409](https://github.com/LouisMazel/maz-ui/commit/30b040922bd71a4c6b4a0603a45dea43b2ec4a41))

## [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.6.1",
"version": "3.6.2",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit 695e9fd

Please sign in to comment.