Skip to content

Develop#12

Merged
Zaiidmo merged 128 commits intomasterfrom
develop
Apr 6, 2026
Merged

Develop#12
Zaiidmo merged 128 commits intomasterfrom
develop

Conversation

@Zaiidmo
Copy link
Copy Markdown
Contributor

@Zaiidmo Zaiidmo commented Apr 6, 2026

Summary

  • What does this PR change?

Why

  • Why is this change needed?

Checklist

  • Added/updated tests (if behavior changed)
  • npm run lint passes
  • npm run typecheck passes
  • npm test passes
  • npm run build passes
  • Added a changeset (npx changeset) if this affects consumers

Notes

  • Anything reviewers should pay attention to?

Omaima33 and others added 30 commits February 12, 2026 15:16
@Zaiidmo Zaiidmo requested review from a team and Copilot April 6, 2026 15:35
@Zaiidmo Zaiidmo merged commit 8b169ce into master Apr 6, 2026
3 checks passed
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 6, 2026

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.1 to 0.0.2 in package.json and package-lock.json.
  • Added repository metadata to package.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.

Comment on lines 2 to 4
"name": "@ciscode/ui-form-kit",
"version": "0.0.1",
"version": "0.0.2",
"author": "CISCODE",
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Comment on lines +16 to +19
"repository": {
"url": "git+https://github.com/CISCODE-MA/FormKit-UI.git",
"type": "git"
},
Copy link

Copilot AI Apr 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants