Skip to content

Commit c98842b

Browse files
committed
Upgrade package version
1 parent be36e3e commit c98842b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

lib/react-string-avatar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* react-string-avatar
33
* React String Avatar is a simple React component that generates a letter's avatar like Microsoft or Google do in their web apps. First letter of each word in a string or a group of initials will be used to generate the avatar. The image of the avatar will be rendered in an html img tag as a real png or jpeg. The image data can be retrieved using javascript to be stored in back-end giving you an initial profile picture in your web or mobile apps when the user does not upload one. Several React props are available to configure the output: size, shape, resolution, colors, etc.
4-
* @version v1.0.0 - 2018-08-26
4+
* @version v1.0.1 - 2018-08-26
55
* @link https://github.com/ajsoriar/react-string-avatar
66
* @author Andres J. Soria R. <[email protected]>
77
* @license MIT License, http://www.opensource.org/licenses/MIT

lib/react-string-avatar.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-string-avatar",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "React String Avatar is a simple React component that generates a letter's avatar like Microsoft or Google do in their web apps. First letter of each word in a string or a group of initials will be used to generate the avatar. The image of the avatar will be rendered in an html img tag as a real png or jpeg. The image data can be retrieved using javascript to be stored in back-end giving you an initial profile picture in your web or mobile apps when the user does not upload one. Several React props are available to configure the output: size, shape, resolution, colors, etc.",
55
"main": "lib/react-string-avatar.min.js",
66
"module": "src/react-string-avatar.js",

src/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* react-string-avatar
33
* React String Avatar is a simple React component that generates a letter's avatar like Microsoft or Google do in their web apps. First letter of each word in a string or a group of initials will be used to generate the avatar. The image of the avatar will be rendered in an html img tag as a real png or jpeg. The image data can be retrieved using javascript to be stored in back-end giving you an initial profile picture in your web or mobile apps when the user does not upload one. Several React props are available to configure the output: size, shape, resolution, colors, etc.
4-
* @version v1.0.0 - 2018-08-26
4+
* @version v1.0.1 - 2018-08-26
55
* @link https://github.com/ajsoriar/react-string-avatar
66
* @author Andres J. Soria R. <[email protected]>
77
* @license MIT License, http://www.opensource.org/licenses/MIT

0 commit comments

Comments
 (0)