Skip to content

Commit

Permalink
patch release - Bump to version 1.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
splendido committed Aug 21, 2015
1 parent 823c40f commit 956ba5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions History.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


## v1.12.3

* fixed radio buttons for useraccounts:materialize (see https://github.com/meteor-useraccounts/core/issues/421)
* fixed query parameters pick up for useraccounts:iron-routing (see meteor-useraccounts/core#367)
* corrected few typos within the docs and removed unnecessary debug log
Expand Down
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
summary: 'Meteor sign up and sign in templates core package.',
version: '1.12.2',
version: '1.12.3',
name: 'useraccounts:core',
git: 'https://github.com/meteor-useraccounts/core.git',
});
Expand Down Expand Up @@ -76,7 +76,7 @@ Package.on_use(function(api) {
});

Package.on_test(function(api) {
api.use('useraccounts:[email protected].2');
api.use('useraccounts:[email protected].3');

api.use([
'accounts-password',
Expand Down

0 comments on commit 956ba5f

Please sign in to comment.