Skip to content

Commit

Permalink
chore(release): bump version to 3.47.2-beta.25
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisMazel committed Nov 29, 2024
1 parent 2c3ab44 commit 5686a93
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 9 deletions.
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.47.2-beta.24",
"version": "3.47.2-beta.25",
"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.47.2-beta.24",
"version": "3.47.2-beta.25",
"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.47.2-beta.24",
"version": "3.47.2-beta.25",
"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.47.2-beta.24",
"version": "3.47.2-beta.25",
"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.47.2-beta.24",
"version": "3.47.2-beta.25",
"description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
"author": "Louis Mazel <[email protected]>",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/lib/tailwindcss/variables/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const utilities = {
'align-items': 'center',
'justify-content': 'center',
},
'.cap-f': {
'@apply first-letter:maz-capitalize': '',
'.cap-f::first-letter': {
'text-transform': 'capitalize',
},
} satisfies CSSRuleObject | CSSRuleObject[]
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.47.2-beta.24",
"version": "3.47.2-beta.25",
"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.47.2-beta.24",
"version": "3.47.2-beta.25",
"license": "MIT",
"type": "module",
"exports": {
Expand Down
4 changes: 4 additions & 0 deletions packages/playground/src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
<div>
<!-- Start Developping Area - You should not commit anything here to keep this place clean for all others -->

<h1 class="maz-cap-f">
hello world
</h1>

<!-- <TestForm /> -->

<MazChecklist
Expand Down

0 comments on commit 5686a93

Please sign in to comment.