10000 v4.0.4 · plotly/angular-plotly.js@3864e66 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3864e66

Browse files
committed
v4.0.4
1 parent d67e790 commit 3864e66

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

devdocs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
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`

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.3",
3+
"version": "4.0.4",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",

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

0 commit comments

Comments
 (0)
0