mirror of
https://github.com/vale981/accounts-ui
synced 2025-03-05 09:51:40 -05:00
Create new form state for Enroll Account.
This commit is contained in:
parent
a61a789ec2
commit
c35521ffa8
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue