Create new form state for Enroll Account.

This commit is contained in:
Tim Brandin 2017-01-07 12:13:18 +01:00
parent a61a789ec2
commit c35521ffa8
3 changed files with 7 additions and 2 deletions

View file

@ -50,7 +50,7 @@ session@1.1.5
softwarerero:accounts-t9n@1.3.3 softwarerero:accounts-t9n@1.3.3
spacebars@1.0.11 spacebars@1.0.11
spacebars-compiler@1.0.11 spacebars-compiler@1.0.11
std:accounts-ui@1.2.16 std:accounts-ui@1.2.17
tmeasday:check-npm-versions@0.3.0 tmeasday:check-npm-versions@0.3.0
tracker@1.0.13 tracker@1.0.13
ui@1.0.11 ui@1.0.11

View file

@ -1,5 +1,10 @@
# ChangeLog # ChangeLog
### v1.2.17
7-January-2017
* #55 - Create new form state for Enroll Account
### v1.2.16 ### v1.2.16
7-January-2017 7-January-2017

View file

@ -1,6 +1,6 @@
Package.describe({ Package.describe({
name: 'std:accounts-ui', name: 'std:accounts-ui',
version: '1.2.16', version: '1.2.17',
summary: 'Accounts UI for React in Meteor 1.3+', summary: 'Accounts UI for React in Meteor 1.3+',
git: 'https://github.com/studiointeract/accounts-ui', git: 'https://github.com/studiointeract/accounts-ui',
documentation: 'README.md' documentation: 'README.md'