Skip to content

Commit

Permalink
Merge pull request #28 from Talentia-Software-OSS/1.4.x
Browse files Browse the repository at this point in the history
1.4.x => master
  • Loading branch information
cavone-leonardo authored May 10, 2023
2 parents babc68a + 15019a2 commit e581a20
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ D3 Cloud component for Angular built upon d3-cloud

# Installation
```
npm install --save @talentia/angular-d3-cloud@1.4.7
npm install --save @talentia/angular-d3-cloud@1.4.8
```
Installing the package does not install the type definitions for d3-cloud, d3-scale, d3-scale-chromatic, d3-selection and d3-transition libraries.
If you need to use these libraries in your project then install the type definitions with the following command:
Expand Down
24 changes: 16 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion projects/angular-d3-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ D3 Cloud component for Angular built upon d3-cloud

# Installation
```
npm install --save @talentia/angular-d3-cloud@1.4.7
npm install --save @talentia/angular-d3-cloud@1.4.8
```
Installing the package does not install the type definitions for d3-cloud, d3-scale, d3-scale-chromatic, d3-selection and d3-transition libraries.
If you need to use these libraries in your project then install the type definitions with the following command:
Expand Down
6 changes: 3 additions & 3 deletions projects/angular-d3-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@talentia/angular-d3-cloud",
"title": "Angular D3 Word Cloud",
"description": "D3 word cloud component for Angular built upon d3-cloud",
"version": "1.4.7",
"version": "1.4.8",
"dependencies": {
"d3-cloud": "^1.2.5",
"d3-scale": "^4.0.2",
Expand All @@ -18,8 +18,8 @@
"@types/d3-transition": "^3.0.2"
},
"peerDependencies": {
"@angular/common": "^15.2.1",
"@angular/core": "^15.2.1"
"@angular/common": "^15.2.9",
"@angular/core": "^15.2.9"
},
"schematics": "./schematics/collection.json",
"author": {
Expand Down

0 comments on commit e581a20

Please sign in to comment.