mirror of
https://github.com/vale981/accounts-ui
synced 2025-03-04 17:31:41 -05:00
Bugfix.
This commit is contained in:
parent
3aa82dbb95
commit
bff35f7426
4 changed files with 7 additions and 3 deletions
|
@ -50,7 +50,7 @@ session@1.1.3
|
|||
softwarerero:accounts-t9n@0.0.20
|
||||
spacebars@1.0.9
|
||||
spacebars-compiler@1.0.9
|
||||
studiointeract:react-accounts-ui@1.0.15
|
||||
studiointeract:react-accounts-ui@1.0.16
|
||||
tracker@1.0.11
|
||||
ui@1.0.9
|
||||
underscore@1.0.6
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# ChangeLog
|
||||
|
||||
### v1.0.16
|
||||
|
||||
* Bug fix
|
||||
|
||||
### v1.0.15
|
||||
|
||||
* Added required boolean to Fields
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# React Accounts UI
|
||||
|
||||
Current version 1.0.15
|
||||
Current version 1.0.16
|
||||
|
||||
## Features
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Package.describe({
|
||||
name: 'studiointeract:react-accounts-ui',
|
||||
version: '1.0.15',
|
||||
version: '1.0.16',
|
||||
summary: 'Accounts UI for React in Meteor 1.3',
|
||||
git: 'https://github.com/studiointeract/react-accounts-ui',
|
||||
documentation: 'README.md'
|
||||
|
|
Loading…
Add table
Reference in a new issue