Skip to content

Commit 01a59bf

Browse files
committed
5.2.1
1 parent e93275e commit 01a59bf

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33

4+
## [5.2.1] - 2023-08-25
5+
### Fixed
6+
- Added null definition to setPlotlyBundle method parameter (see https://github.com/plotly/angular-plotly.js/pull/249)
7+
48
## [5.2.0] - 2023-06-19
59
### Addded
610
- Adding support to themes (see https://github.com/plotly/angular-plotly.js/issues/152)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-plotly.js",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

projects/plotly/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-plotly.js",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"license": "MIT",
55
"peerDependencies": {
66
"@angular/common": ">=15.0.0",

0 commit comments

Comments
 (0)