Skip to content

Commit

Permalink
(release): 21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steveblue committed Nov 14, 2024
1 parent 61ce343 commit 4c16e5f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ To learn how to use the ngx-charts components to build custom charts and find ex

- Checkout master (`git checkout master`)
- Pull master (`git pull`)
- Refresh node modules (`npm ci`)
- Run tests (`npm test`)
- Refresh node modules (`yarn install --immutable`)
- Run tests (`yarn test`)
- Examine log to determine next version (X.Y.Z)
- Run `git checkout -b release/X.Y.Z`
- Update version in `projects/swimlane/ngx-charts/package.json`.
Expand Down
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 21.0.0

- Bump: Upgrade to support Angular 18
- Bump: Upgrade dependencies
- Fix: In SSR mode, some charts could become misaligned

## 20.5.0

- Feature: Add Sankey diagram chart type
Expand Down
2 changes: 1 addition & 1 deletion projects/swimlane/ngx-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@swimlane/ngx-charts",
"version": "21.0.0-beta.0",
"version": "21.0.0",
"description": "Declarative Charting Framework for Angular",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4c16e5f

Please sign in to comment.