@uxf/cms 5.0.0-beta.1 → 6.0.0-beta.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 (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,7 @@
9
9
  ## Changelog
10
10
  - **v4** - přidání tailwindu
11
11
  - **v5** - závislost na @uxf/router v3 (nepředává se do containeru celý router ale pouze funkce `route` a `useActiveRoute`)
12
+ - **v6** - odstranění mui a nahrazení react-final-form za react-hook-form
12
13
 
13
14
  ## Rozdělení balíčku
14
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/cms",
3
- "version": "5.0.0-beta.1",
3
+ "version": "6.0.0-beta.1",
4
4
  "description": "UXF Cms",
5
5
  "author": "UXFans <dev@uxf.cz>",
6
6
  "homepage": "https://gitlab.com/uxf-npm/cms#readme",