Skip to content

Commit

Permalink
chore(release): bump version to v3.49.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Dec 8, 2024
1 parent 09e7a35 commit 471f9c7
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 11 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/cli-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: Cli Publish To Npm
on:
release:
types: [published]
push:
paths:
- '.github/workflows/cli-publish.yml'

jobs:
cli-publish:
Expand All @@ -20,7 +23,7 @@ jobs:
with:
cache: 'pnpm'
node-version: '21'
# registry-url: 'https://registry.npmjs.org'
registry-url: 'https://registry.npmjs.org'

- name: Get last repo version
run: git pull origin master
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lib-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Lib Publish To Npm
on:
release:
types: [published]
# push:
# paths:
# - '.github/workflows/lib-publish.yml'
push:
paths:
- '.github/workflows/lib-publish.yml'

jobs:
lib-publish:
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Change Log

## v3.49.2...v3.49.3

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

### 🩹 Fixes

- **maz-ui:** Add hash to css files to avoid overriding ([09e7a35a8](https://github.com/LouisMazel/maz-ui/commit/09e7a35a8))

### 📖 Documentation

- Update README ([0a50bf1f8](https://github.com/LouisMazel/maz-ui/commit/0a50bf1f8))

### 🏡 Chore

- **deps:** Upgrade dependencies ([bb218e371](https://github.com/LouisMazel/maz-ui/commit/bb218e371))

### ❤️ Contributors

- LouisMazel <me@loicmazuel.com>

## v3.49.1...v3.49.2

[compare changes](https://github.com/LouisMazel/maz-ui/compare/v3.49.1...v3.49.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.49.2",
"version": "3.49.3",
"command": {
"version": {
"allowBranch": ["master", "release/*", "refactor/next"],
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.49.2",
"version": "3.49.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.49.2",
"version": "3.49.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.49.2",
"version": "3.49.3",
"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,7 +1,7 @@
{
"name": "maz-ui",
"type": "module",
"version": "3.49.2",
"version": "3.49.3",
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
"author": "Louis Mazel <me@loicmazuel.com>",
"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.49.2",
"version": "3.49.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.49.2",
"version": "3.49.3",
"license": "MIT",
"type": "module",
"exports": {
Expand Down

0 comments on commit 471f9c7

Please sign in to comment.