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 @@ [email protected]
4343
4444
4545
46-
46+
4747
4848
4949
@@ -53,7 +53,7 @@ [email protected]
5353
softwarerero:[email protected]
5454
5555
56-
std:accounts-ui@1.2.23
56+
std:accounts-ui@1.3.0
5757
5858
5959

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('[email protected].11');
17+
api.use('[email protected].15');
1818
api.use('softwarerero:accounts-t9n');
1919
api.use('tmeasday:[email protected]');
2020

0 commit comments

Comments
 (0)