@mingcute/react 1.1.0 → 1.2.0
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.
- package/README.md +17 -20
- package/dist/icons/Loading2Fill.js +1 -1
- package/dist/icons/Loading2Fill.mjs +1 -1
- package/dist/icons/Loading2Line.js +1 -1
- package/dist/icons/Loading2Line.mjs +1 -1
- package/dist/icons/Loading4Fill.js +1 -1
- package/dist/icons/Loading4Fill.mjs +1 -1
- package/dist/icons/Loading4Line.js +1 -1
- package/dist/icons/Loading4Line.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mingcute/react",
|
|
3
3
|
"description": "MingCute is a set of simple and exquisite open-source icon library for React applications.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.2.0",
|
|
5
5
|
"license": "Apache-2.0 license",
|
|
6
6
|
"author": "Richard",
|
|
7
7
|
"homepage": "https://www.mingcute.com/",
|