8000 v4.0.2 · plotly/angular-plotly.js@4420206 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4420206

Browse files
committed
v4.0.2
1 parent 50862e9 commit 4420206

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## [4.0.2] - 2021-08-12
4+
### Fixed
5+
- declaration for `plotly.js-dist-min`
6+
37
## [4.0.1] - 2021-08-12
48
### Fixed
59
- PlotlyModule.isValid now checks the plotly 2.x interface

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": "4.0.1",
3+
"version": "4.0.2",
44
"license": "MIT",
55
"peerDependencies": {
66
"@angular/common": ">10.0.9",

projects/plotly/src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
declare module 'plotly.js-dist-min';

0 commit comments

Comments
 (0)
0