Bump version of Tracker.Component.

This commit is contained in:
Tim Brandin 2016-03-30 17:41:26 +02:00
parent 449de83ac9
commit 289e5065ff
5 changed files with 8 additions and 4 deletions

View file

@ -50,7 +50,7 @@ session@1.1.3
softwarerero:accounts-t9n@0.0.20
spacebars@1.0.9
spacebars-compiler@1.0.9
studiointeract:react-accounts-ui@1.0.9
studiointeract:react-accounts-ui@1.0.10
tracker@1.0.11
ui@1.0.9
underscore@1.0.6

View file

@ -1,5 +1,9 @@
# ChangeLog
### v1.0.11
* Bump version of Tracker.Component
### v1.0.10
* Support for extending with more fields.

View file

@ -1,6 +1,6 @@
# React Accounts UI for Meteor 1.3
Current version 1.0.8
Current version 1.0.11
## Features

View file

@ -1,6 +1,6 @@
Package.describe({
name: 'studiointeract:react-accounts-ui',
version: '1.0.10',
version: '1.0.11',
summary: 'Accounts UI for React in Meteor 1.3',
git: 'https://github.com/studiointeract/react-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.8"
"tracker-component": "^1.3.11"
}
}