8000 v6.0.0 · plotly/angular-plotly.js@92e4907 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92e4907

Browse files
committed
v6.0.0
1 parent 329b428 commit 92e4907

File tree

4 files changed

+10
-6
lines changed

4 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## [6.0.0] - 2024-08-30
5+
### Changed
6+
- Updated to Angular 16
7+
48
## [5.2.2] - 2023-08-25
59
### Fixed
610
- Added null definition to setPlotlyBundle method parameter (see https://github.com/plotly/angular-plotly.js/pull/249)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "5.2.2",
3+
"version": "6.0.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

projects/plotly/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "angular-plotly.js",
3-
"version": "5.2.2",
3+
"version": "6.0.0",
44
"license": "MIT",
55
"peerDependencies": {
6-
"@angular/common": ">=15.0.0",
7-
"@angular/core": ">=15.0.0"
6+
"@angular/common": ">=16.0.0",
7+
"@angular/core": ">=16.0.0"
88
},
99
"devDependencies": {
1010
"@types/plotly.js-dist-min": ">2.20.0",

0 commit comments

Comments
 (0)
0