This commit is contained in:
Tim Brandin 2017-01-07 11:20:14 +01:00
parent 7edc744db5
commit 3e62cc08dd
4 changed files with 10 additions and 4 deletions

View file

@ -50,7 +50,7 @@ session@1.1.5
softwarerero:accounts-t9n@1.3.3
spacebars@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
tracker@1.0.13
ui@1.0.11

View file

@ -1,5 +1,10 @@
# ChangeLog
### v1.2.15
7-January-2017
* #91 - Fixed: localStorage not defined in server side
### v1.2.14
7-January-2017

View file

@ -1,6 +1,6 @@
# React Accounts UI
Current version 1.2.14
Current version 1.2.15
## Features
@ -523,4 +523,5 @@ See example: [Field.jsx#L](imports/ui/components/Field.jsx#L64-L67)
## 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).

View file

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