mirror of
https://github.com/vale981/accounts-ui
synced 2025-03-05 09:51:40 -05:00
Bump version of Tracker.Component.
This commit is contained in:
parent
449de83ac9
commit
289e5065ff
5 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,9 @@
|
|||
# ChangeLog
|
||||
|
||||
### v1.0.11
|
||||
|
||||
* Bump version of Tracker.Component
|
||||
|
||||
### v1.0.10
|
||||
|
||||
* Support for extending with more fields.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# React Accounts UI for Meteor 1.3
|
||||
|
||||
Current version 1.0.8
|
||||
Current version 1.0.11
|
||||
|
||||
## Features
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue