From 563503497817563bccd5b288b70f73b91ac19900 Mon Sep 17 00:00:00 2001 From: David Luecke Date: Sat, 5 Jan 2019 16:12:47 -0800 Subject: [PATCH] Publish - @feathersjs/authentication-oauth1@1.1.0 - @feathersjs/authentication-oauth2@1.3.0 --- packages/authentication-oauth1/CHANGELOG.md | 11 +++++++++++ packages/authentication-oauth1/package.json | 2 +- packages/authentication-oauth2/CHANGELOG.md | 11 +++++++++++ packages/authentication-oauth2/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/packages/authentication-oauth1/CHANGELOG.md b/packages/authentication-oauth1/CHANGELOG.md index 2ca2bf7b0..64e6090a1 100644 --- a/packages/authentication-oauth1/CHANGELOG.md +++ b/packages/authentication-oauth1/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.1.0](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.10...@feathersjs/authentication-oauth1@1.1.0) (2019-01-06) + + +### Features + +* Make custom query for oAuth authentication ([#1124](https://github.com/feathersjs/feathers/issues/1124)) ([5d43e3c](https://github.com/feathersjs/feathers/commit/5d43e3c)) + + + + + ## [1.0.10](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth1@1.0.9...@feathersjs/authentication-oauth1@1.0.10) (2019-01-02) diff --git a/packages/authentication-oauth1/package.json b/packages/authentication-oauth1/package.json index 6e5489a53..facc603bb 100644 --- a/packages/authentication-oauth1/package.json +++ b/packages/authentication-oauth1/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-oauth1", "description": "A Feathers OAuth1 authentication strategy", - "version": "1.0.10", + "version": "1.1.0", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ diff --git a/packages/authentication-oauth2/CHANGELOG.md b/packages/authentication-oauth2/CHANGELOG.md index f1a5895b5..7ba7387bd 100644 --- a/packages/authentication-oauth2/CHANGELOG.md +++ b/packages/authentication-oauth2/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.7...@feathersjs/authentication-oauth2@1.3.0) (2019-01-06) + + +### Features + +* Make custom query for oAuth authentication ([#1124](https://github.com/feathersjs/feathers/issues/1124)) ([5d43e3c](https://github.com/feathersjs/feathers/commit/5d43e3c)) + + + + + ## [1.2.7](https://github.com/feathersjs/feathers/compare/@feathersjs/authentication-oauth2@1.2.6...@feathersjs/authentication-oauth2@1.2.7) (2019-01-02) diff --git a/packages/authentication-oauth2/package.json b/packages/authentication-oauth2/package.json index 7856503fd..a0464d29b 100644 --- a/packages/authentication-oauth2/package.json +++ b/packages/authentication-oauth2/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-oauth2", "description": "An OAuth2 authentication strategy for feathers-authentication using Passport", - "version": "1.2.7", + "version": "1.3.0", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [