Skip to content

Commit

Permalink
chore(release): bump version 3.29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Dec 1, 2023
1 parent 5f27116 commit 897f409
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 6 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.29.3...v3.29.4

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

### 🩹 Fixes

- **maz-ui:** Tailwing config utils typescript errors ([c3b153a8](https://github.com/LouisMazel/maz-ui/commit/c3b153a8))
- **maz-ui:** MazDropzone - fix error with dropzone constructor ([5f271166](https://github.com/LouisMazel/maz-ui/commit/5f271166))

### 🏡 Chore

- **nuxt-module:** Specify build cmd ([e643ff9f](https://github.com/LouisMazel/maz-ui/commit/e643ff9f))

### ❤️ Contributors

- LouisMazel <me@loicmazuel.com>

## v3.29.2...v3.29.3

[compare changes](https://github.com/LouisMazel/maz-ui/compare/v3.29.2...v3.29.3)
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.29.3",
"version": "3.29.4",
"yes": false,
"command": {
"version": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cli",
"version": "3.29.3",
"version": "3.29.4",
"main": "./dist/cli.js",
"bin": {
"cli": "./dist/cli.js"
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.29.3",
"version": "3.29.4",
"description": "documentation of maz-ui",
"author": "LouisMazel <me@loicmazuel.com>",
"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,6 +1,6 @@
{
"name": "maz-ui",
"version": "3.29.3",
"version": "3.29.4",
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
"author": "Louis Mazel <me@loicmazuel.com>",
"main": "./modules/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/maz-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mazui/cli",
"version": "3.29.3",
"version": "3.29.4",
"description": "CLI of Maz-ui",
"license": "MIT",
"type": "module",
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.29.3",
"version": "3.29.4",
"license": "MIT",
"type": "module",
"exports": {
Expand Down

0 comments on commit 897f409

Please sign in to comment.