Updated versions.

This commit is contained in:
Tim Brandin 2016-04-07 00:26:41 +02:00
parent 108d4e7ade
commit 2cb3881dce
5 changed files with 13 additions and 5 deletions

View file

@ -1,5 +1,13 @@
# ChangeLog
### v1.1.14
* @SachaG added classes to the social buttons distinguishing which service.
* @SachaG added tmeasday:check-npm-versions to check for the correct version of npm packages.
* @ArthurPai updated T9n, which adds the Chinese language for accounts, so we can update it to v1.3.3
* @ArthurPai fixed a forgotten update T9n translation in the PasswordOrService component.
* @PolGuixe fixed the faulty meteor-developer account integration.
### v1.1.13
* Fixed faulty language strings.

View file

@ -1,6 +1,6 @@
# React Accounts UI
Current version 1.1.13
Current version 1.1.14
## Features

View file

@ -3,5 +3,5 @@ import { checkNpmVersions } from 'meteor/tmeasday:check-npm-versions';
checkNpmVersions({
"react": ">=0.14.7 || ^15.0.0-rc.2",
"react-dom": ">=0.14.7 || ^15.0.0-rc.2",
"tracker-component": "^1.3.11"
});
"tracker-component": "^1.3.13"
});

View file

@ -1,6 +1,6 @@
Package.describe({
name: 'std:accounts-ui',
version: '1.1.13',
version: '1.1.14',
summary: 'Accounts UI for React in Meteor 1.3',
git: 'https://github.com/studiointeract/accounts-ui',
documentation: 'README.md'

View file

@ -19,6 +19,6 @@
"dependencies": {
"react": ">=0.14.7 || ^15.0.0-rc.2",
"react-dom": ">=0.14.7 || ^15.0.0-rc.2",
"tracker-component": "^1.3.11"
"tracker-component": "^1.3.13"
}
}