File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ ordered-dict@1.0.9
4343promise@0.8.9
4444random@1.0.10
4545rate-limit@1.0.8
46- react-meteor-data@0.2.11
46+ react-meteor-data@0.2.15
4747reactive-dict@1.1.9
4848reactive-var@1.0.11
4949retry@1.0.9
@@ -53,7 +53,7 @@ session@1.1.7
5353softwarerero:accounts-t9n@1.3.3
5454spacebars@1.0.15
5555spacebars-compiler@1.1.2
56- std:accounts-ui@1.2.23
56+ std:accounts-ui@1.3.0
5757tmeasday:check-npm-versions@0.3.0
5858tracker@1.1.3
5959ui@1.0.13
Original file line number Diff line number Diff line change 11# ChangeLog
22
3+ ### v1.3
4+ 12-Nov-2017
5+
6+ * Updated LoginForm to be compatible with react-meteor-data 0.2.15 #131 .
7+ * Updated react-meteor-data dependency to 0.2.15.
8+
39### v1.2.23
41015-Jun-2017
511
Original file line number Diff line number Diff line change 11# React Accounts UI
22
3- Current version 1.2.23
3+ Current version 1.3.0
44
55## Features
66
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : 'std:accounts-ui' ,
3- version : '1.2.23 ' ,
3+ version : '1.3.0 ' ,
44 summary : 'Accounts UI for React in Meteor 1.3+' ,
55 git : 'https://github.com/studiointeract/accounts-ui' ,
66 documentation : 'README.md'
@@ -14,7 +14,7 @@ Package.onUse(function(api) {
1414 api . use ( 'random' ) ;
1515 api . use ( 'email' ) ;
1616 api . use ( 'session' ) ;
17- api . use ( 'react-meteor-data@0.2.11 ' ) ;
17+ api . use ( 'react-meteor-data@0.2.15 ' ) ;
1818 api . use ( 'softwarerero:accounts-t9n' ) ;
1919 api . use ( 'tmeasday:check-npm-versions@0.3.0' ) ;
2020
You can’t perform that action at this time.
0 commit comments