Conversation
There was a problem hiding this comment.
Pull request overview
This pull request prepares a release candidate for version 1.94.0 by updating the package version and upgrading the @tidepool/viz dependency from a pre-release version to a release candidate version.
Changes:
- Bump package version from 1.93.1 to 1.94.0-rc.1
- Update @tidepool/viz dependency from 1.55.0-web-4384-date-mismatch.5 to 1.55.0-rc.1
- Update yarn.lock to reflect the new dependency 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 to 1.94.0-rc.1 and @tidepool/viz dependency to 1.55.0-rc.1 |
| yarn.lock | Updates lockfile with new @tidepool/viz version resolution and checksums |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| }, | ||
| "packageManager": "yarn@3.6.4", | ||
| "version": "1.93.1", | ||
| "version": "1.94.0-rc.1", |
There was a problem hiding this comment.
The PR title states "Release 1.94.0 to develop" but the version is set to "1.94.0-rc.1" (a release candidate). This is inconsistent. If this is meant to be a release candidate, the PR title should reflect that. If this is meant to be the final 1.94.0 release, the version should be "1.94.0" without the "-rc.1" suffix.
WEB-4455 - Hide Tag & Sites Counts
No description provided.