mirror of
https://github.com/vale981/accounts-ui
synced 2025-03-05 09:51:40 -05:00
Updated versions.
This commit is contained in:
parent
108d4e7ade
commit
2cb3881dce
5 changed files with 13 additions and 5 deletions
|
@ -1,5 +1,13 @@
|
||||||
# ChangeLog
|
# 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
|
### v1.1.13
|
||||||
|
|
||||||
* Fixed faulty language strings.
|
* Fixed faulty language strings.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# React Accounts UI
|
# React Accounts UI
|
||||||
|
|
||||||
Current version 1.1.13
|
Current version 1.1.14
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
|
|
@ -3,5 +3,5 @@ import { checkNpmVersions } from 'meteor/tmeasday:check-npm-versions';
|
||||||
checkNpmVersions({
|
checkNpmVersions({
|
||||||
"react": ">=0.14.7 || ^15.0.0-rc.2",
|
"react": ">=0.14.7 || ^15.0.0-rc.2",
|
||||||
"react-dom": ">=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"
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Package.describe({
|
Package.describe({
|
||||||
name: 'std:accounts-ui',
|
name: 'std:accounts-ui',
|
||||||
version: '1.1.13',
|
version: '1.1.14',
|
||||||
summary: 'Accounts UI for React in Meteor 1.3',
|
summary: 'Accounts UI for React in Meteor 1.3',
|
||||||
git: 'https://github.com/studiointeract/accounts-ui',
|
git: 'https://github.com/studiointeract/accounts-ui',
|
||||||
documentation: 'README.md'
|
documentation: 'README.md'
|
||||||
|
|
|
@ -19,6 +19,6 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"react": ">=0.14.7 || ^15.0.0-rc.2",
|
"react": ">=0.14.7 || ^15.0.0-rc.2",
|
||||||
"react-dom": ">=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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue