@cocreate/users
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -0,1 +1,8 @@ | ||
## [1.0.13](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.12...v1.0.13) (2021-06-30) | ||
### Bug Fixes | ||
* Update readme.md ([8511aef](https://github.com/CoCreate-app/CoCreate-users/commit/8511aefb8e63c04dfa34ac54b650c8320a45eef9)) | ||
## [1.0.12](https://github.com/CoCreate-app/CoCreate-users/compare/v1.0.11...v1.0.12) (2021-06-30) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/users", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "A simple users component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -5,6 +5,8 @@ # CoCreate-users | ||
![GitHub file size in bytes](https://img.shields.io/github/size/CoCreate-app/CoCreate-users/dist/CoCreate-users.min.js?label=minified%20size&style=for-the-badge) | ||
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-users?style=for-the-badge) | ||
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-users?style=for-the-badge) | ||
![GitHub labels](https://img.shields.io/github/labels/CoCreate-app/CoCreate-users/help%20wanted?style=for-the-badge) | ||
![minified](https://img.badgesize.io/https://cdn.cocreate.app/users/latest/CoCreate-users.min.js?style=flat-square&label=minified&color=orange) | ||
![gzip](https://img.badgesize.io/https://cdn.cocreate.app/users/latest/CoCreate-users.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow) | ||
![brotli](https://img.badgesize.io/https://cdn.cocreate.app/users/latest/CoCreate-users.min.js?compression=brotli&style=flat-square&label=brotli) | ||
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-users?style=flat-square) | ||
![License](https://img.shields.io/github/license/CoCreate-app/CoCreate-users?style=flat-square) | ||
![Hiring](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet) | ||
@@ -33,2 +35,8 @@ ![CoCreate-users](https://cdn.cocreate.app/docs/CoCreate-users.gif) | ||
## yarn | ||
```shell | ||
$ yarn install @cocreate/users | ||
``` | ||
# Table of Contents | ||
@@ -35,0 +43,0 @@ |
50982
84