Hi team,

I've opened a PR to rename two packages in the KIE Tools repository. This
will require action from anyone currently using these packages.

PR Link: https://github.com/apache/incubator-kie-tools/pull/3427


The following packages have been renamed:
Old Package Name New Package Name
@kie-tools/form @kie-tools/uniforms-patternfly-form-wrapper
@kie-tools/form-dmn @kie-tools/dmn-uniforms-patternfly-form-wrapper
Migration Guide

If you're currently using these packages, please update your dependencies:
Before:

{  "dependencies": {    "@kie-tools/form": "workspace:*",
"@kie-tools/form-dmn": "workspace:*"  }}

After:

{  "dependencies": {    "@kie-tools/uniforms-patternfly-form-wrapper":
"workspace:*",    "@kie-tools/dmn-uniforms-patternfly-form-wrapper":
"workspace:*"  }}

Update Import Statements:

Before:

import { FormComponent } from "@kie-tools/form";import { FormDmn }
from "@kie-tools/form-dmn";

After:

import { FormComponent } from
"@kie-tools/uniforms-patternfly-form-wrapper";import { FormDmn } from
"@kie-tools/dmn-uniforms-patternfly-form-wrapper";

Please review this PR and provide feedback. If approved, this change will
be merged in the next release cycle. All downstream projects and consumers
will need to update their dependencies accordingly.

Thanks for your attention!

Best regards, Luiz Motta

Reply via email to