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 1
1
# Changelog
2
2
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
+
3
8
## [ 4.0.3] - 2021-08-15
4
9
### Fixed
5
10
- 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 1
1
## How to publish on npm
2
2
3
+ * Update the version in package.json
3
4
* Update the version in projects/plotly/package.json
4
5
* Update the CHANGELOG.md
5
6
* ` ng test --codeCoverage=true --progress=true --watch=false `
6
7
* ` cp README.md angular-plotly.png projects/plotly `
7
8
* ` ng build plotly --configuration production `
9
+ * ` git commit -am "<version>" `
8
10
* ` git tag -a <version> -m <version> `
9
11
* ` git push --tags `
10
12
* ` cd dist/plotly `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-plotly.js" ,
3
- "version" : " 4.0.3 " ,
3
+ "version" : " 4.0.4 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"ng" : " ng" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-plotly.js" ,
3
- "version" : " 4.0.3 " ,
3
+ "version" : " 4.0.4 " ,
4
4
"license" : " MIT" ,
5
5
"peerDependencies" : {
6
6
"@angular/common" : " >10.0.9" ,
You can’t perform that action at this time.
0 commit comments