maz-ui 4.3.1-beta.0 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "maz-ui",
3
3
  "type": "module",
4
- "version": "4.3.1-beta.0",
4
+ "version": "4.3.1",
5
5
  "description": "A standalone components library for Vue.Js 3 & Nuxt.Js 3",
6
6
  "author": "Louis Mazel <me@loicmazuel.com>",
7
7
  "license": "MIT",
@@ -178,11 +178,11 @@
178
178
  "libphonenumber-js": "^1.12.26",
179
179
  "valibot": "^1.1.0",
180
180
  "vue-chartjs": "^5.3.3",
181
- "@maz-ui/cli": "4.3.1-beta.0",
182
- "@maz-ui/icons": "4.3.0",
181
+ "@maz-ui/cli": "4.3.1",
182
+ "@maz-ui/themes": "4.3.0",
183
183
  "@maz-ui/translations": "4.3.0",
184
184
  "@maz-ui/utils": "4.3.0",
185
- "@maz-ui/themes": "4.3.0"
185
+ "@maz-ui/icons": "4.3.0"
186
186
  },
187
187
  "devDependencies": {
188
188
  "@vitejs/plugin-vue": "^6.0.1",
@@ -217,8 +217,8 @@
217
217
  "vue": "^3.5.24",
218
218
  "vue-router": "^4.6.3",
219
219
  "vue-tsc": "^3.1.3",
220
- "@maz-ui/eslint-config": "4.3.1-beta.0",
221
- "@maz-ui/node": "4.3.1-beta.0"
220
+ "@maz-ui/eslint-config": "4.3.1",
221
+ "@maz-ui/node": "4.3.1"
222
222
  },
223
223
  "lint-staged": {
224
224
  "*.{js,ts,vue,mjs,mts,cjs,md,yml,json}": "cross-env NODE_ENV=production eslint --fix",