mirror of
https://github.com/vale981/accounts-ui
synced 2025-03-05 09:51:40 -05:00
Merge branch 'master' into fix-react-meteor-data
This commit is contained in:
commit
8105e8600a
4 changed files with 11 additions and 5 deletions
|
@ -43,7 +43,7 @@ ordered-dict@1.0.9
|
|||
promise@0.8.9
|
||||
random@1.0.10
|
||||
rate-limit@1.0.8
|
||||
react-meteor-data@0.2.11
|
||||
react-meteor-data@0.2.15
|
||||
reactive-dict@1.1.9
|
||||
reactive-var@1.0.11
|
||||
retry@1.0.9
|
||||
|
@ -53,7 +53,7 @@ session@1.1.7
|
|||
softwarerero:accounts-t9n@1.3.3
|
||||
spacebars@1.0.15
|
||||
spacebars-compiler@1.1.2
|
||||
std:accounts-ui@1.2.23
|
||||
std:accounts-ui@1.3.0
|
||||
tmeasday:check-npm-versions@0.3.0
|
||||
tracker@1.1.3
|
||||
ui@1.0.13
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# ChangeLog
|
||||
|
||||
### v1.3
|
||||
12-Nov-2017
|
||||
|
||||
* Updated LoginForm to be compatible with react-meteor-data 0.2.15 #131.
|
||||
* Updated react-meteor-data dependency to 0.2.15.
|
||||
|
||||
### v1.2.23
|
||||
15-Jun-2017
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# React Accounts UI
|
||||
|
||||
Current version 1.2.23
|
||||
Current version 1.3.0
|
||||
|
||||
## Features
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Package.describe({
|
||||
name: 'std:accounts-ui',
|
||||
version: '1.2.23',
|
||||
version: '1.3.0',
|
||||
summary: 'Accounts UI for React in Meteor 1.3+',
|
||||
git: 'https://github.com/studiointeract/accounts-ui',
|
||||
documentation: 'README.md'
|
||||
|
@ -14,7 +14,7 @@ Package.onUse(function(api) {
|
|||
api.use('random');
|
||||
api.use('email');
|
||||
api.use('session');
|
||||
api.use('react-meteor-data@0.2.11');
|
||||
api.use('react-meteor-data@0.2.15');
|
||||
api.use('softwarerero:accounts-t9n');
|
||||
api.use('tmeasday:check-npm-versions@0.3.0');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue