File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 22
33
44## v1.12.3
5+
56* fixed radio buttons for useraccounts: materialize (see https://github.com/meteor-useraccounts/core/issues/421 )
67* fixed query parameters pick up for useraccounts: iron-routing (see meteor-useraccounts/core #367 )
78* corrected few typos within the docs and removed unnecessary debug log
Original file line number Diff line number Diff line change 11Package . describe ( {
22 summary : 'Meteor sign up and sign in templates core package.' ,
3- version : '1.12.2 ' ,
3+ version : '1.12.3 ' ,
44 name : 'useraccounts:core' ,
55 git : 'https://github.com/meteor-useraccounts/core.git' ,
66} ) ;
@@ -76,7 +76,7 @@ Package.on_use(function(api) {
7676} ) ;
7777
7878Package . on_test ( function ( api ) {
79- api . use ( 'useraccounts:[email protected] .2 ' ) ; 79+ api . use ( 'useraccounts:[email protected] .3 ' ) ; 8080
8181 api . use ( [
8282 'accounts-password' ,
You can’t perform that action at this time.
0 commit comments