Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ho committed Jun 10, 2019
1 parent c2d4f86 commit 5aa0acc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v8.0.0
* Support Angular 8

# v7.2.2
* BugFix: Gravatar is requested infinitely [#7](https://github.com/t-ho/ngx-gravatar/issues/7)

Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# ngx-gravatar

The gravatar directive for angular 5, 6 and 7+. It is AoT compatible.
The gravatar directive for angular 5, 6, 7 and 8+. It is AoT compatible.

This directive supports two avatar sources:
* **Custom image**
Expand Down Expand Up @@ -46,6 +46,11 @@ npm install --save ngx-gravatar
yarn add ngx-gravatar
```

#### * For Angular 6 and 7, please use ngx-gravatar version 7.x.x
```shell
npm install --save [email protected]
```

#### * For Angular 4 and 5, please use ngx-gravatar version 3.x.x
```shell
npm install --save [email protected]
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-gravatar-app",
"description": "A customizable Gravatar for Angular 4, 5, 6 and 7+ applications - AoT compatible. It supports custom image and Gravatar sources",
"version": "7.2.2",
"name": "ngx-gravatar",
"description": "A customizable Gravatar for Angular 4, 5, 6, 7 and 8+ applications - AoT compatible. It supports custom image and Gravatar sources",
"version": "8.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand Down
4 changes: 2 additions & 2 deletions projects/ngx-gravatar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ngx-gravatar",
"description": "A customizable Gravatar for Angular 4, 5, 6 and 7+ applications - AoT compatible. It supports custom image and Gravatar sources",
"version": "7.2.2",
"description": "A customizable Gravatar for Angular 4, 5, 6, 7 and 8+ applications - AoT compatible. It supports custom image and Gravatar sources",
"version": "8.0.0",
"repository": {
"type": "git",
"url": "https://github.com/t-ho/ngx-gravatar.git"
Expand Down

0 comments on commit 5aa0acc

Please sign in to comment.