Conversation
…ith Tailwind styles
…t error state handling
|
There was a problem hiding this comment.
Pull request overview
This PR updates the package metadata for @ciscode/ui-form-kit, seemingly to prepare for publishing a new patch release and to improve npm/GitHub linkage.
Changes:
- Bumped package version from
0.0.1to0.0.2inpackage.jsonandpackage-lock.json. - Added
repositorymetadata topackage.json.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Version bump and added repository URL/type metadata. |
| package-lock.json | Lockfile version fields updated to match the package version bump. |
| "name": "@ciscode/ui-form-kit", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "author": "CISCODE", |
There was a problem hiding this comment.
This repo’s documented release flow uses Changesets; manually editing version can conflict with changeset version and publishing automation. Please revert the manual version bump and add an appropriate .changeset/*.md entry, then run npm run version-packages (or changeset version) to update version + lockfile consistently.
| "repository": { | ||
| "url": "git+https://github.com/CISCODE-MA/FormKit-UI.git", | ||
| "type": "git" | ||
| }, |
There was a problem hiding this comment.
The PR description still contains the unfilled template sections (Summary/Why/Notes). Please add a brief description of what changed and why so reviewers can validate the intent against the code changes.



Summary
Why
Checklist
npm run lintpassesnpm run typecheckpassesnpm testpassesnpm run buildpassesnpx changeset) if this affects consumersNotes