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 by bumping the published version and adding repository information, aligning the npm package details with the GitHub source location.
Changes:
- Bump package version from
0.0.1to0.0.2. - Add a
repositoryfield topackage.json. - Sync the version bump into
package-lock.json.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Bumps package version and adds repository metadata for npm consumers. |
| package-lock.json | Updates lockfile package version to match package.json. |
| "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 for versioning; manually editing version here can get out of sync with .changeset/* and may be overwritten the next time changeset version is run. Consider adding a patch changeset and generating the version bump via changeset version/npm run version-packages instead of editing package.json directly.



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