Skip to content

Develop#11

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

Develop#11
Zaiidmo merged 125 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:32
@Zaiidmo Zaiidmo merged commit 2f30a1a into master Apr 6, 2026
12 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 appears to prepare the package for publishing by updating package metadata for @ciscode/ui-form-kit.

Changes:

  • Bumped package version from 0.0.1 to 0.0.2.
  • Added repository metadata to package.json.
  • Updated package-lock.json to 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.

Comment on lines 1 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 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).

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