Skip to content

Commit

Permalink
Release 1.9.0 for Angular 13.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory COCHIN committed Jun 9, 2022
1 parent 8ceb8c4 commit 6cff2e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Angular IconPicker Directive/Component with no dependencies required.

This is an Icon Picker Directive/Component for Angular 13+.
This is an Icon Picker Directive/Component for Angular 13.3+.

The icon Picker manages Font Awesome, Bootstrap Glyphicon, Font Awesome 5 (5.15.4) and Material Icons.

Expand Down Expand Up @@ -334,3 +334,6 @@ Shahmir Noorani: <https://github.com/shahmirn/>
Phoosha <https://github.com/Phoosha/>

Sébastien Bousquet <https://github.com/sebbousquet>

rodrigokamada <https://github.com/rodrigokamada>

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ngx-icon-picker",
"description": "Icon picker widget for Angular (version 13 and newer)",
"description": "Icon picker widget for Angular (version 13.3 and newer)",
"bugs": "https://github.com/tech-advantage/ngx-icon-picker/issues",
"license": "MIT",
"version": "1.8.0",
"version": "1.9.0",
"scripts": {
"ng": "ng",
"lint": "ng lint",
Expand Down
6 changes: 3 additions & 3 deletions projects/lib/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ngx-icon-picker",
"version": "1.8.0",
"version": "1.9.0",
"dependencies": {
"tslib": "^2.0.0"
},
"peerDependencies": {
"@angular/common": "~13.0.0",
"@angular/core": "~13.0.0"
"@angular/common": "~13.3.3",
"@angular/core": "~13.3.3"
}
}

0 comments on commit 6cff2e2

Please sign in to comment.