Skip to content

chore: align version to 1.0.0 to match master#16

Closed
y-aithnini wants to merge 1 commit intodevelopfrom
fix/align-version-1.0.0
Closed

chore: align version to 1.0.0 to match master#16
y-aithnini wants to merge 1 commit intodevelopfrom
fix/align-version-1.0.0

Conversation

@y-aithnini
Copy link
Copy Markdown
Contributor

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?

Copilot AI review requested due to automatic review settings April 7, 2026 10:29
@y-aithnini y-aithnini requested a review from a team as a code owner April 7, 2026 10:29
@y-aithnini y-aithnini closed this Apr 7, 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 version to 1.0.0 to align the published metadata with master, and updates the npm lockfile accordingly for the CacheKit NestJS module.

Changes:

  • Bumped @ciscode/cachekit version from 0.0.11.0.0 in package.json.
  • Updated package-lock.json to reflect the new version and refreshed lock metadata.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Updates published package version to 1.0.0.
package-lock.json Aligns lockfile version entries and updates lock metadata.

{
"name": "@ciscode/cachekit",
"version": "0.0.1",
"version": "1.0.0",
Copy link

Copilot AI Apr 7, 2026

Choose a reason for hiding this comment

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

This repo’s release process is Changesets-driven (see docs/RELEASE.md). Manually setting the package version to 1.0.0 in package.json can conflict with the usual “Version Packages” PR flow and may produce an unreconciled changelog/tag. Consider reverting the manual version edit and instead adding an appropriate changeset + running the standard Changesets versioning workflow to align versions.

Suggested change
"version": "1.0.0",
"version": "0.0.0",

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.

2 participants