Skip to content

Commit df2c2c3

Browse files
Lan Zukanovicandrefarzat
authored andcommitted
21.0.0
1 parent 9ec91a1 commit df2c2c3

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Changelog
22

3+
## [21.0.0] - 2026-05-29
4+
### Changed
5+
- Updated to Angular 21
36

47
## [20.0.0] - 2025-06-07
58
### Changed
69
- Updated to Angular 20
710

8-
911
## [6.0.0] - 2024-08-30
1012
### Changed
1113
- Updated to Angular 16
@@ -73,7 +75,6 @@
7375
- Moving to angular library format
7476
- Changing `plotly_click` event to `plotlyClick` for consistence among other event names
7577

76-
7778
## [2.0.0] - 2020-02-28
7879
### Changed
7980
- Upgraded to angular 9.0 (See https://github.com/plotly/angular-plotly.js/issues/101)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-plotly.js",
3-
"version": "20.0.0",
3+
"version": "21.0.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

projects/plotly/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-plotly.js",
3-
"version": "20.0.0",
3+
"version": "21.0.0",
44
"license": "MIT",
55
"peerDependencies": {
66
"@angular/common": ">=21.0.0",

0 commit comments

Comments
 (0)