From 3e62cc08dd13854bff0751600943e6bf8dce2f7c Mon Sep 17 00:00:00 2001 From: Tim Brandin Date: Sat, 7 Jan 2017 11:20:14 +0100 Subject: [PATCH] Bump. --- .versions | 2 +- CHANGELOG.md | 5 +++++ README.md | 5 +++-- package.js | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.versions b/.versions index fccc46b..e690156 100644 --- a/.versions +++ b/.versions @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 470ed77..7203e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index bd9d032..d14bcc6 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/package.js b/package.js index fd9e03a..7cd6435 100644 --- a/package.js +++ b/package.js @@ -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'