@headless-adminapp/fluent 1.4.42 → 1.4.43
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ Peer dependencies:
|
|
|
25
25
|
Use this package when you want a Fluent UI experience. See the docs and examples for recommended setup:
|
|
26
26
|
|
|
27
27
|
- https://headless-adminapp.github.io/
|
|
28
|
-
- https://
|
|
28
|
+
- https://headless-adminapp-examples.vercel.app/
|
|
29
29
|
|
|
30
30
|
## Development
|
|
31
31
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@headless-adminapp/fluent",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.43",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/lodash": "4.17.20"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "47a576c7ea05e944fe5cd3cda1690129412de2eb"
|
|
58
58
|
}
|