@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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://github.com/kishanmundha/headless-adminapp-examples
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.42",
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": "ab95b45e2c1098d0524b19ba32cce202be8e7439"
57
+ "gitHead": "47a576c7ea05e944fe5cd3cda1690129412de2eb"
58
58
  }