mirror of
https://github.com/vale981/accounts-ui
synced 2025-03-06 02:11:41 -05:00
Bump.
This commit is contained in:
parent
7edc744db5
commit
3e62cc08dd
4 changed files with 10 additions and 4 deletions
|
@ -50,7 +50,7 @@ session@1.1.5
|
||||||
softwarerero:accounts-t9n@1.3.3
|
softwarerero:accounts-t9n@1.3.3
|
||||||
spacebars@1.0.11
|
spacebars@1.0.11
|
||||||
spacebars-compiler@1.0.11
|
spacebars-compiler@1.0.11
|
||||||
std:accounts-ui@1.2.14
|
std:accounts-ui@1.2.15
|
||||||
tmeasday:check-npm-versions@0.3.0
|
tmeasday:check-npm-versions@0.3.0
|
||||||
tracker@1.0.13
|
tracker@1.0.13
|
||||||
ui@1.0.11
|
ui@1.0.11
|
||||||
|
|
|
@ -1,5 +1,10 @@
|
||||||
# ChangeLog
|
# ChangeLog
|
||||||
|
|
||||||
|
### v1.2.15
|
||||||
|
7-January-2017
|
||||||
|
|
||||||
|
* #91 - Fixed: localStorage not defined in server side
|
||||||
|
|
||||||
### v1.2.14
|
### v1.2.14
|
||||||
7-January-2017
|
7-January-2017
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# React Accounts UI
|
# React Accounts UI
|
||||||
|
|
||||||
Current version 1.2.14
|
Current version 1.2.15
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
|
@ -523,4 +523,5 @@ See example: [Field.jsx#L](imports/ui/components/Field.jsx#L64-L67)
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
Made by the [creative folks at Studio Interact](http://studiointeract.com)
|
Made by the [creative folks at Studio Interact](http://studiointeract.com) and
|
||||||
|
[all the wonderful people using and improving this package](https://github.com/studiointeract/accounts-ui/graphs/contributors).
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Package.describe({
|
Package.describe({
|
||||||
name: 'std:accounts-ui',
|
name: 'std:accounts-ui',
|
||||||
version: '1.2.14',
|
version: '1.2.15',
|
||||||
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'
|
||||||
|
|
Loading…
Add table
Reference in a new issue