From 695e9fd5b7e5e593a5ff624070f5125f83daf374 Mon Sep 17 00:00:00 2001 From: LouisMazel Date: Sat, 17 Dec 2022 00:41:57 +0100 Subject: [PATCH] chore(release): bump version to v3.6.2 --- CHANGELOG.md | 14 ++++++++++++++ lerna.json | 2 +- packages/lib/CHANGELOG.md | 10 ++++++++++ packages/lib/package-lock.json | 4 ++-- packages/lib/package.json | 2 +- packages/testing/CHANGELOG.md | 10 ++++++++++ packages/testing/package-lock.json | 4 ++-- packages/testing/package.json | 2 +- 8 files changed, 41 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a36bcbb2f..578ba969b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lerna.json b/lerna.json index 4c2f37f172..0dd9fe3ec1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "packages": ["packages/*"], "loglevel": "verbose", - "version": "3.6.1", + "version": "3.6.2", "yes": false, "command": { "version": { diff --git a/packages/lib/CHANGELOG.md b/packages/lib/CHANGELOG.md index d04af26cb6..2e79dcaa36 100644 --- a/packages/lib/CHANGELOG.md +++ b/packages/lib/CHANGELOG.md @@ -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 diff --git a/packages/lib/package-lock.json b/packages/lib/package-lock.json index 806708c1a9..68774ecf1d 100644 --- a/packages/lib/package-lock.json +++ b/packages/lib/package-lock.json @@ -1,12 +1,12 @@ { "name": "maz-ui", - "version": "3.6.1", + "version": "3.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "maz-ui", - "version": "3.6.1", + "version": "3.6.2", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.20.2", diff --git a/packages/lib/package.json b/packages/lib/package.json index b69d087341..56bdc5ca8a 100644 --- a/packages/lib/package.json +++ b/packages/lib/package.json @@ -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 ", "main": "modules/maz-ui.umd.js", diff --git a/packages/testing/CHANGELOG.md b/packages/testing/CHANGELOG.md index 6cc00b903f..6ef903d4e5 100644 --- a/packages/testing/CHANGELOG.md +++ b/packages/testing/CHANGELOG.md @@ -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 diff --git a/packages/testing/package-lock.json b/packages/testing/package-lock.json index 1c95d7a592..a397467bad 100644 --- a/packages/testing/package-lock.json +++ b/packages/testing/package-lock.json @@ -1,12 +1,12 @@ { "name": "testing", - "version": "3.6.1", + "version": "3.6.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testing", - "version": "3.6.1", + "version": "3.6.2", "dependencies": { "maz-ui": "file:../lib", "vue": "^3.2.45" diff --git a/packages/testing/package.json b/packages/testing/package.json index 159999b22a..a736d7edb6 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "testing", - "version": "3.6.1", + "version": "3.6.2", "scripts": { "dev": "vite", "build": "vite build",