Skip to content

Commit

Permalink
Merge pull request #43 from amkirwan/2-0-5-beta-r
Browse files Browse the repository at this point in the history
chore: bump to v2.0.5-beta
  • Loading branch information
amkirwan authored Aug 12, 2019
2 parents 688edc4 + c009fe0 commit 9582dd3
Show file tree
Hide file tree
Showing 7 changed files with 9,140 additions and 2,252 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog Ember-OAuth2

## v2.0.5-beta
(Full Changelog)[https://github.com/amkirwan/ember-oauth2/compare/v2.0.4-beta...v2.0.5-beta]
- Update ember-cli
- Use ES6
- Update Tests
- cleanup

## v2.0.4-beta
(Full Changelog)[https://github.com/amkirwan/ember-oauth2/compare/v2.0.3-beta...v2.0.4-beta]
- Move ember-cli-babel to dev dependencies
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Build Status](https://travis-ci.org/amkirwan/ember-oauth2.png)](https://travis-ci.org/amkirwan/ember-oauth2)

[![Build Status](https://travis-ci.org/amkirwan/ember-oauth2.png)](https://travis-ci.org/amkirwan/ember-oauth2)

ember-oauth2
============
Expand All @@ -8,7 +7,7 @@ JavaScript library for using OAuth 2.0 Implicit Grant flow (Client-Side Flow) or

This creates an OAuth 2.0 Ember object class for handling authentication with OAuth 2.0 providers.

Current Version: **[2.0.4-beta](https://github.com/amkirwan/ember-oauth2/releases/tag/v2.0.4-beta)**
Current Version: **[2.0.5-beta](https://github.com/amkirwan/ember-oauth2/releases/tag/v2.0.5-beta)**

The EmberCli addon [EmberTokenAuth](https://github.com/amkirwan/ember-token-auth) demonstrates how to use Ember-OAuth2 library for authentication.

Expand Down
4 changes: 2 additions & 2 deletions addon/services/ember-oauth2.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ import { warn } from '@ember/debug';
* @overview OAuth2 addon for Emberjs that stores tokens in the browsers localStorage
* @license Licensed under MIT license
* See https://raw.github.com/amkirwan/ember-oauth2/master/LICENSE
* @version 2.0.4-beta
* @version 2.0.5-beta
*
* @module ember-oauth2
* @class ember-oauth2
*/
export default Service.extend(Evented, {
VERSION: '2.0.4-beta',
VERSION: '2.0.5-beta',
/**
* initialize with the providerId to find in
* EmberENV['ember-oauth2'] config
Expand Down
Loading

0 comments on commit 9582dd3

Please sign in to comment.