File tree Expand file tree Collapse file tree 7 files changed +14
-7
lines changed
Expand file tree Collapse file tree 7 files changed +14
-7
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ speed-measure-plugin*.json
3636/connect.lock
3737/coverage
3838/projects /plotly /coverage
39+ /projects /plotly /README.md
3940/libpeerconnection.log
4041npm-debug.log
4142yarn-error.log
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ unreleased ] - YYYY-MM-DD
3+ ## [ 3.1.0 ] - 2021-03-17
44### Changed
5+ - Updated peerDependency to angular >10.0 (see https://github.com/plotly/angular-plotly.js/issues/154 )
56- Enhanced integration with Angular CSS classes handling (See https://github.com/plotly/angular-plotly.js/pull/147 )
67- Allow user content inside plotly plot * div* element (See https://github.com/plotly/angular-plotly.js/pull/147 )
78
Original file line number Diff line number Diff line change 11## How to publish on npm
22
3- * Update the version on projects/plotly/package.json
3+ * Update the version in projects/plotly/package.json
4+ * Update the CHANGELOG.md
45* ` ng test --codeCoverage=true --progress=true --watch=false `
6+ * ` cp README.md angular-plotly.png projects/plotly `
57* ` ng build plotly --prod `
6- * ` cp README.md angular-plotly.png dist/plotly `
78* ` npm publish dist/plotly `
8- * ` git tag -a <version> -m <version> `
9+ * ` git tag -a <version> -m <version> `
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-plotly.js" ,
3- "version" : " 3.0 .0" ,
3+ "version" : " 3.1 .0" ,
44 "scripts" : {
55 "ng" : " ng" ,
66 "start" : " ng serve" ,
Original file line number Diff line number Diff line change 11{
22 "$schema" : " ../../node_modules/ng-packagr/ng-package.schema.json" ,
33 "dest" : " ../../dist/plotly" ,
4+ "assets" : [
5+ " angular-plotly.png" ,
6+ " README.md"
7+ ],
48 "lib" : {
59 "entryFile" : " src/public-api.ts"
610 }
7- }
11+ }
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-plotly.js" ,
3- "version" : " 3.0 .0" ,
3+ "version" : " 3.1 .0" ,
44 "peerDependencies" : {
55 "@angular/common" : " >10.0.9" ,
66 "@angular/core" : " >10.0.9"
You can’t perform that action at this time.
0 commit comments