Skip to content

Commit 352d2ff

Browse files
committed
5.2.2
1 parent 01a59bf commit 352d2ff

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22

33

4-
## [5.2.1] - 2023-08-25
4+
## [5.2.2] - 2023-08-25
55
### Fixed
66
- Added null definition to setPlotlyBundle method parameter (see https://github.com/plotly/angular-plotly.js/pull/249)
77

8+
## [5.2.1] - 2023-08-19
9+
### Fixed
10+
- Rolling back the themes support
11+
812
## [5.2.0] - 2023-06-19
913
### Addded
1014
- 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.1",
3+
"version": "5.2.2",
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.1",
3+
"version": "5.2.2",
44
"license": "MIT",
55
"peerDependencies": {
66
"@angular/common": ">=15.0.0",

0 commit comments

Comments
 (0)