diff --git a/.changeset/soft-zebras-camp.md b/.changeset/soft-zebras-camp.md new file mode 100644 index 0000000000..c227299d40 --- /dev/null +++ b/.changeset/soft-zebras-camp.md @@ -0,0 +1,6 @@ +--- +"@udecode/plate-ui": minor +--- + +- add support for `plate-components.json` to avoid conflict with shadcn's `components.json`. If `plate-components.json` does not exist, `components.json` will be used. +- add support for custom ui dir in `components.json`: use `aliases > plate-ui`.