Conversation
…ith Tailwind styles
…t error state handling
|
There was a problem hiding this comment.
Pull request overview
This PR appears to prepare the package for publishing by updating package metadata for @ciscode/ui-form-kit.
Changes:
- Bumped package version from
0.0.1to0.0.2. - Added
repositorymetadata topackage.json. - Updated
package-lock.jsonto reflect the new root package version.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| package.json | Updates package version and adds repository metadata for npm/package consumers. |
| package-lock.json | Updates lockfile root 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 is configured to use Changesets for versioning (see README Release Flow and the version-packages/release scripts). Manually editing version here will likely diverge from the Changesets-driven release process and can cause conflicts when changeset version is run. Prefer adding an appropriate .changeset/* entry and running npm run version-packages to generate the version bump (or omit the version bump from this PR if it's not a release PR).



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