Skip to content

v1.2.3

Choose a tag to compare

@github-actions github-actions released this 01 Sep 15:05
· 50 commits to main since this release
cddca9a

Patch Changes

  • a7dbdf5: Renamed from @neelamkhan21/ui to neelam-ui. Update your imports and your dependency entry:

    - import { Button } from "@neelamkhan21/ui";
    + import { Button } from "neelam-ui";
    - @source "../node_modules/@neelamkhan21/ui/dist";
    + @source "../node_modules/neelam-ui/dist";

    @neelamkhan21/ui is deprecated but stays on the registry, so existing installs keep working and nothing breaks until you choose to move. The documentation link and package homepage now point at the documentation site rather than at Storybook.