Skip to content

chore: 1.0.0-rc.1 release - #10

Merged
geromegrignon merged 1 commit into
mainfrom
release-1.0-rc.1
Aug 6, 2026
Merged

geromegrignon merged 1 commit into
mainfrom
release-1.0-rc.1

Conversation

@geromegrignon

Copy link
Copy Markdown
Member

Description

Related issues

Fixes #

Type of change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that changes the public API)
  • Documentation only
  • Refactor, test, or chore (no user-facing change)

Breaking changes

None

Test plan

  • npm run build
  • npm test
  • npm run lint
  • Verified in the demo app (if applicable)

Checklist

  • Issue discussed or bug clearly described (link issue when applicable)
  • Tests added or updated for behavioral changes
  • Documentation updated (README, JSDoc, migration notes as needed)
  • Public API changes documented; breaking changes called out
  • CHANGELOG updated (if the repository maintains one and the change is user-facing)
  • Commit messages follow Conventional Commits
  • I agree to follow the OpenNG Foundation Code of Conduct

Additional context

Copilot AI lite review requested due to automatic review settings August 5, 2026 17:11

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Prepares an @openng/cashew release candidate by updating the library package version and removing the repository changelog.

Changes:

  • Bumped @openng/cashew package version to 1.0.0-rc.1.
  • Removed CHANGELOG.md from the repository.

Reviewed changes

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

File Description
projects/openng/cashew/package.json Updates the library’s published version to the RC release.
CHANGELOG.md Deletes the changelog file (release notes/history removed).
Suppressed comments (1)

projects/openng/cashew/package.json:8

  • Publishing a prerelease version like 1.0.0-rc.1 without a non-latest dist-tag can unintentionally move consumers to the RC when running npm i @openng/cashew (default latest). Consider setting publishConfig.tag (or ensuring the release pipeline uses npm publish --tag ...) for RC builds.
  "version": "1.0.0-rc.1",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread projects/openng/cashew/package.json
@geromegrignon
geromegrignon merged commit 487c836 into main Aug 6, 2026
2 checks passed
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