Skip to content

Commit

Permalink
chore(release): bump version to v3.45.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Sep 3, 2024
1 parent 0b24903 commit f5e97dd
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 7 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Change Log

## v3.45.2...v3.45.3

[compare changes](https://github.com/LouisMazel/maz-ui/compare/v3.45.2...v3.45.3)

### 🩹 Fixes

- **maz-ui:** MazTabsBar - current tabs init when model value is defined ([3d84bea9f](https://github.com/LouisMazel/maz-ui/commit/3d84bea9f))

### 🏡 Chore

- **deps:** Upgrade dependencies ([797d58131](https://github.com/LouisMazel/maz-ui/commit/797d58131))
- **deps:** Upgrade dependencies ([0b2490396](https://github.com/LouisMazel/maz-ui/commit/0b2490396))

### ❤️ Contributors

- LouisMazel <[email protected]>

## v3.45.1...v3.45.2

[compare changes](https://github.com/LouisMazel/maz-ui/compare/v3.45.1...v3.45.2)
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"loglevel": "verbose",
"version": "3.45.2",
"version": "3.45.3",
"command": {
"version": {
"allowBranch": ["master", "release/*", "feature/use-form-validator"],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "3.45.2",
"version": "3.45.3",
"description": "A standalone components library for Vue.Js & Nuxt.Js (v3.x)",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cli",
"type": "module",
"version": "3.45.2",
"version": "3.45.3",
"exports": {
".": "./dist/cli.mjs",
"./cli": "./bin/cli.mjs",
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.45.2",
"version": "3.45.3",
"description": "documentation of maz-ui",
"author": "LouisMazel <[email protected]>",
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "maz-ui",
"type": "module",
"version": "3.45.2",
"version": "3.45.3",
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
"author": "Louis Mazel <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/maz-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@mazui/cli",
"type": "module",
"version": "3.45.2",
"version": "3.45.3",
"description": "CLI of Maz-ui",
"license": "MIT",
"homepage": "https://maz-ui.com/guide/cli",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-module/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-module",
"version": "3.45.2",
"version": "3.45.3",
"license": "MIT",
"type": "module",
"exports": {
Expand Down

0 comments on commit f5e97dd

Please sign in to comment.