Skip to content

Commit ef12547

Browse files
committed
Version 3.0.0
1 parent 7230d88 commit ef12547

File tree

4 files changed

+3
-26
lines changed

4 files changed

+3
-26
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33

4-
## [3.0.0] - 2020-08-20
4+
## [3.0.0] - 2020-08-27
55
### Changed
66
- Upgraded to angular 10.0
77
- Moving to angular library format

devdocs.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## How to publish on npm
22

3+
* Update the version on projects/plotly/package.json
34
* `ng test --codeCoverage=true --progress=true --watch=false`
45
* `ng build plotly --prod`
56
* `cp README.md dist/plotly`

projects/plotly/README.md

-24
This file was deleted.

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": "3.0.0-rc2",
3+
"version": "3.0.0",
44
"peerDependencies": {
55
"@angular/common": "^10.0.9",
66
"@angular/core": "^10.0.9"

0 commit comments

Comments
 (0)