We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7230d88 commit ef12547Copy full SHA for ef12547
CHANGELOG.md
@@ -1,7 +1,7 @@
1
# Changelog
2
3
4
-## [3.0.0] - 2020-08-20
+## [3.0.0] - 2020-08-27
5
### Changed
6
- Upgraded to angular 10.0
7
- Moving to angular library format
devdocs.md
@@ -1,5 +1,6 @@
## How to publish on npm
+* Update the version on projects/plotly/package.json
* `ng test --codeCoverage=true --progress=true --watch=false`
* `ng build plotly --prod`
* `cp README.md dist/plotly`
projects/plotly/README.md
projects/plotly/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-plotly.js",
- "version": "3.0.0-rc2",
+ "version": "3.0.0",
"peerDependencies": {
"@angular/common": "^10.0.9",
"@angular/core": "^10.0.9"
0 commit comments