@maz-ui/icons 5.0.0-beta.18 → 5.0.0-beta.24

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -89,7 +89,7 @@ The resolver wires up both `MazXxx` (static) and `LazyMazXxx` (lazy) component i
89
89
 
90
90
  ## Documentation
91
91
 
92
- Full documentation: [https://maz-ui.com/guide/icons](https://maz-ui.com/guide/icons)
92
+ Full documentation: [https://maz-ui.com/ecosystem/icons](https://maz-ui.com/ecosystem/icons)
93
93
 
94
94
  ## License
95
95
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@maz-ui/icons",
3
3
  "type": "module",
4
- "version": "5.0.0-beta.18",
4
+ "version": "5.0.0-beta.24",
5
5
  "description": "Icons set in SVG and Vue components",
6
6
  "author": "Louis Mazel <me@loicmazuel.com>",
7
7
  "license": "MIT",
8
- "homepage": "https://maz-ui.com/guide/icons",
8
+ "homepage": "https://maz-ui.com/ecosystem/icons",
9
9
  "repository": {
10
10
  "type": "git",
11
11
  "url": "git+https://github.com/LouisMazel/maz-ui.git"
@@ -119,8 +119,8 @@
119
119
  "devDependencies": {
120
120
  "unbuild": "^3.6.1",
121
121
  "unplugin-vue-components": "^32.0.0",
122
- "@maz-ui/utils": "5.0.0-beta.18",
123
- "@maz-ui/node": "5.0.0-beta.11",
122
+ "@maz-ui/utils": "5.0.0-beta.24",
123
+ "@maz-ui/node": "5.0.0-beta.24",
124
124
  "@maz-ui/vite-config": "0.0.0"
125
125
  },
126
126
  "lint-staged": {