Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoow committed Nov 5, 2014
1 parent 5747bd2 commit 615aff7
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.7.1

* The `localStorage` session store now correctly reads its configuration from
the `Configuration` object and in turn can be configured in
`config/environment.js` in Ember CLI projects, see #340.

# 0.7.0

* __[BREAKING]__: The Devise authorizer now sends the session token as
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth-cookie-store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-simple-auth-cookie-store",
"main": "simple-auth-cookie-store",
"version": "0.7.0",
"version": "0.7.1",
"description": "A Cookie based store for Ember Simple Auth.",
"author": "Marco Otte-Witte",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth-devise/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-simple-auth-devise",
"main": "simple-auth-devise",
"version": "0.7.0",
"version": "0.7.1",
"description": "An authenticator and authorizer for Ember Simple Auth that is compatible with the Ruby on Rails plugin devise.",
"author": "Timothy Baron, Marco Otte-Witte",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth-oauth2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-simple-auth-oauth2",
"main": "simple-auth-oauth2",
"version": "0.7.0",
"version": "0.7.1",
"description": "An authenticator and authorizer for Ember Simple Auth that implement RFC 6749 OAuth 2.0 and RFC 6750 (Bearer Tokens).",
"author": "Marco Otte-Witte",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-simple-auth-testing",
"main": "simple-auth-testing",
"version": "0.7.0",
"version": "0.7.1",
"description": "Test helpers for Ember Simple Auth to authenticate and invalidate the session.",
"author": "Marco Otte-Witte",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth-torii/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-simple-auth-torii",
"main": "simple-auth-torii",
"version": "0.7.0",
"version": "0.7.1",
"description": "An authenticator for Ember Simple Auth that wraps the torii library.",
"author": "Marco Otte-Witte",
"license": "MIT"
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-simple-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ember-simple-auth",
"main": "simple-auth",
"version": "0.7.0",
"version": "0.7.1",
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.",
"author": "Marco Otte-Witte",
"license": "MIT"
Expand Down

0 comments on commit 615aff7

Please sign in to comment.