Skip to content

Commit

Permalink
1.4.0 - Sync version with bootstrap-icons
Browse files Browse the repository at this point in the history
  • Loading branch information
avmaisak committed Mar 1, 2021
1 parent 697525e commit 359ed5b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@
* Updated to 1.4.0
* fixed #253, added config options for module,
* [breaking changes] - reverted to pick() method

## v.1.4.0 (01.03.2021)

* Sync version with bootstrap-icons
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap-icons-demo",
"version": "1.3.6",
"version": "1.4.0",
"homepage": "https://avmaisak.github.io/ngx-bootstrap-icons/",
"scripts": {
"ng": "./node_modules/@angular/cli/bin/ng",
Expand Down Expand Up @@ -31,7 +31,7 @@
"angular-cli-ghpages": "0.6.2",
"bootstrap": "4.6.0",
"lodash": "4.17.21",
"ngx-bootstrap-icons": "1.3.6",
"ngx-bootstrap-icons": "1.4.0",
"ngx-clipboard": "14.0.1",
"rxjs": "6.6.6",
"tslib": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/ngx-bootstrap-icons-lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-bootstrap-icons",
"version": "1.3.6",
"version": "1.4.0",
"description": "Bootstrap Icons components library for your Angular Applications",
"homepage": "https://avmaisak.github.io/ngx-bootstrap-icons/",
"repository": {
Expand Down

0 comments on commit 359ed5b

Please sign in to comment.