File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed
Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 4.0.4] - 2021-08-15
4+ ### Fixed
5+ - Several tests which were named as specs instead of spec
6+ - Fixing ` PlotlyViaCDNModule.setPlotlyBundle ` method to accept ` null `
7+
38## [ 4.0.3] - 2021-08-15
49### Fixed
510- Removing declaration for ` plotly.js-dist-min ` . We can use the ` @types/plotly.js-dist-min ` npm package now
Original file line number Diff line number Diff line change 11## How to publish on npm
22
3+ * Update the version in package.json
34* Update the version in projects/plotly/package.json
45* Update the CHANGELOG.md
56* ` ng test --codeCoverage=true --progress=true --watch=false `
67* ` cp README.md angular-plotly.png projects/plotly `
78* ` ng build plotly --configuration production `
9+ * ` git commit -am "<version>" `
810* ` git tag -a <version> -m <version> `
911* ` git push --tags `
1012* ` cd dist/plotly `
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-plotly.js" ,
3- "version" : " 4.0.3 " ,
3+ "version" : " 4.0.4 " ,
44 "license" : " MIT" ,
55 "scripts" : {
66 "ng" : " ng" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-plotly.js" ,
3- "version" : " 4.0.3 " ,
3+ "version" : " 4.0.4 " ,
44 "license" : " MIT" ,
55 "peerDependencies" : {
66 "@angular/common" : " >10.0.9" ,
You can’t perform that action at this time.
0 commit comments