Skip to content

Commit 8105e86

Browse files
authored
Merge branch 'master' into fix-react-meteor-data
2 parents 0494826 + 8e3c933 commit 8105e86

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
lines changed

.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ordered-dict@1.0.9
4343
promise@0.8.9
4444
random@1.0.10
4545
rate-limit@1.0.8
46-
react-meteor-data@0.2.11
46+
react-meteor-data@0.2.15
4747
reactive-dict@1.1.9
4848
reactive-var@1.0.11
4949
retry@1.0.9
@@ -53,7 +53,7 @@ session@1.1.7
5353
softwarerero:accounts-t9n@1.3.3
5454
spacebars@1.0.15
5555
spacebars-compiler@1.1.2
56-
std:accounts-ui@1.2.23
56+
std:accounts-ui@1.3.0
5757
tmeasday:check-npm-versions@0.3.0
5858
tracker@1.1.3
5959
ui@1.0.13

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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
410
15-Jun-2017
511

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Accounts UI
22

3-
Current version 1.2.23
3+
Current version 1.3.0
44

55
## Features
66

package.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.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

0 commit comments

Comments
 (0)