Skip to content

Commit de48c21

Browse files
committed
chore: bump version to 3.0.0-rc.2
1 parent 95e77af commit de48c21

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

GEMINI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ This is a legacy AngularJS 1.x wrapper for Chart.js. It has recently been modern
4848
- **Opt-in Deep Watch**: If deep mutations are required, users can set `chart-dataset-watch-deep="true"` on the directive or `datasetWatchDeep: true` globally via `ChartJsProvider`.
4949

5050
## Deployment & Versioning
51-
- **Trunk-Based**: Work happens on `main`. Current modernization is stabilized on `release/v3.0.0-rc.1`.
51+
- **Trunk-Based**: Work happens on `main`. Current modernization is stabilized on `release/v3.0.0-rc`.
5252
- **Atomic Commits**: Follow Conventional Commits.
53-
- **Versioning**: Automated via `gulp deploy-patch/minor/major`. Tags use the `v` prefix. Bumping to **v3.0.0** due to Chart.js v4 and TypeScript migration.
53+
- **Versioning**: Automated via `gulp deploy-patch/minor/major`. Tags use the `v` prefix. Bumping to **v3.0.0-rc.2** due to Chart.js v4 and TypeScript migration.
5454
- **CI/CD Releases**: GitHub Actions automatically creates **draft** releases when a version tag (`v*`) is pushed, allowing for manual review of release notes before publishing.
5555

5656
## Testing Strategy

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-chart.js",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0-rc.2",
44
"type": "module",
55
"description": "An angular.js wrapper for Chart.js",
66
"engines": {

0 commit comments

Comments
 (0)