File tree 7 files changed +14
-7
lines changed
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
36
36
/connect.lock
37
37
/coverage
38
38
/projects /plotly /coverage
39
+ /projects /plotly /README.md
39
40
/libpeerconnection.log
40
41
npm-debug.log
41
42
yarn-error.log
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ unreleased ] - YYYY-MM-DD
3
+ ## [ 3.1.0 ] - 2021-03-17
4
4
### Changed
5
+ - Updated peerDependency to angular >10.0 (see https://github.com/plotly/angular-plotly.js/issues/154 )
5
6
- Enhanced integration with Angular CSS classes handling (See https://github.com/plotly/angular-plotly.js/pull/147 )
6
7
- Allow user content inside plotly plot * div* element (See https://github.com/plotly/angular-plotly.js/pull/147 )
7
8
Original file line number Diff line number Diff line change 1
1
## How to publish on npm
2
2
3
- * Update the version on projects/plotly/package.json
3
+ * Update the version in projects/plotly/package.json
4
+ * Update the CHANGELOG.md
4
5
* ` ng test --codeCoverage=true --progress=true --watch=false `
6
+ * ` cp README.md angular-plotly.png projects/plotly `
5
7
* ` ng build plotly --prod `
6
- * ` cp README.md angular-plotly.png dist/plotly `
7
8
* ` 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 1
1
{
2
2
"name" : " angular-plotly.js" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"scripts" : {
5
5
"ng" : " ng" ,
6
6
"start" : " ng serve" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ../../node_modules/ng-packagr/ng-package.schema.json" ,
3
3
"dest" : " ../../dist/plotly" ,
4
+ "assets" : [
5
+ " angular-plotly.png" ,
6
+ " README.md"
7
+ ],
4
8
"lib" : {
5
9
"entryFile" : " src/public-api.ts"
6
10
}
7
- }
11
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-plotly.js" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"peerDependencies" : {
5
5
"@angular/common" : " >10.0.9" ,
6
6
"@angular/core" : " >10.0.9"
You can’t perform that action at this time.
0 commit comments