diff --git a/lerna.json b/lerna.json index c3176833e5..735c11987a 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "4.5.3", + "version": "4.5.4", "command": { "bootstrap": { "hoist": true diff --git a/packages/authentication-client/CHANGELOG.md b/packages/authentication-client/CHANGELOG.md index 59e61bb5da..2bc97945a6 100644 --- a/packages/authentication-client/CHANGELOG.md +++ b/packages/authentication-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29) + +**Note:** Version bump only for package @feathersjs/authentication-client + + + + + ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17) **Note:** Version bump only for package @feathersjs/authentication-client diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index c05fd0651f..ecc9698001 100644 --- a/packages/authentication-client/package.json +++ b/packages/authentication-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-client", "description": "The authentication plugin for feathers-client", - "version": "4.5.3", + "version": "4.5.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -50,13 +50,13 @@ "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/authentication-local": "^4.5.3", - "@feathersjs/express": "^4.5.3", - "@feathersjs/primus": "^4.5.3", - "@feathersjs/primus-client": "^4.5.3", - "@feathersjs/rest-client": "^4.5.3", - "@feathersjs/socketio": "^4.5.3", - "@feathersjs/socketio-client": "^4.5.3", + "@feathersjs/authentication-local": "^4.5.4", + "@feathersjs/express": "^4.5.4", + "@feathersjs/primus": "^4.5.4", + "@feathersjs/primus-client": "^4.5.4", + "@feathersjs/rest-client": "^4.5.4", + "@feathersjs/socketio": "^4.5.4", + "@feathersjs/socketio-client": "^4.5.4", "@types/debug": "^4.1.5", "@types/mocha": "^7.0.2", "@types/node": "^13.11.1", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index c44209777e..c9f6ef04d0 100644 --- a/packages/authentication-local/CHANGELOG.md +++ b/packages/authentication-local/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. +## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29) + + +### Bug Fixes + +* **authentication-local:** Allow to hash passwords in array data ([#1936](https://github.com/feathersjs/feathers/issues/1936)) ([64705f5](https://github.com/feathersjs/feathers/commit/64705f5d9d4dc27f799da3a074efaf74379a3398)) + + + + + ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17) **Note:** Version bump only for package @feathersjs/authentication-local diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index 431cf96d50..8c78208b32 100644 --- a/packages/authentication-local/package.json +++ b/packages/authentication-local/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-local", "description": "Local authentication strategy for @feathers/authentication", - "version": "4.5.3", + "version": "4.5.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index 99b8a9d0dc..412d32a2aa 100644 --- a/packages/authentication-oauth/CHANGELOG.md +++ b/packages/authentication-oauth/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. +## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29) + + +### Bug Fixes + +* **authentication-oauth:** Add getEntity method to oAuth authentication and remove provider field for other calls ([#1935](https://github.com/feathersjs/feathers/issues/1935)) ([d925c1b](https://github.com/feathersjs/feathers/commit/d925c1bd193b5c19cb23a246f04fc46d0429fc75)) + + + + + ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17) diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index ec24bb21e7..eb9710f4d1 100644 --- a/packages/authentication-oauth/package.json +++ b/packages/authentication-oauth/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-oauth", "description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.", - "version": "4.5.3", + "version": "4.5.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -45,7 +45,7 @@ "dependencies": { "@feathersjs/authentication": "^4.5.3", "@feathersjs/errors": "^4.5.3", - "@feathersjs/express": "^4.5.3", + "@feathersjs/express": "^4.5.4", "@feathersjs/feathers": "^4.5.3", "debug": "^4.1.1", "express-session": "^1.17.0", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 03096d5fbe..88ed943ff8 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29) + +**Note:** Version bump only for package @feathersjs/client + + + + + ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index 6584d18b90..7a73d66450 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/client", "description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections", - "version": "4.5.3", + "version": "4.5.4", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git" @@ -41,15 +41,15 @@ "devDependencies": { "@babel/core": "^7.9.0", "@babel/preset-env": "^7.9.5", - "@feathersjs/authentication-client": "^4.5.3", + "@feathersjs/authentication-client": "^4.5.4", "@feathersjs/errors": "^4.5.3", - "@feathersjs/express": "^4.5.3", + "@feathersjs/express": "^4.5.4", "@feathersjs/feathers": "^4.5.3", - "@feathersjs/primus": "^4.5.3", - "@feathersjs/primus-client": "^4.5.3", - "@feathersjs/rest-client": "^4.5.3", - "@feathersjs/socketio": "^4.5.3", - "@feathersjs/socketio-client": "^4.5.3", + "@feathersjs/primus": "^4.5.4", + "@feathersjs/primus-client": "^4.5.4", + "@feathersjs/rest-client": "^4.5.4", + "@feathersjs/socketio": "^4.5.4", + "@feathersjs/socketio-client": "^4.5.4", "@feathersjs/tests": "^4.5.3", "babel-loader": "^8.1.0", "body-parser": "^1.19.0", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 5ac8a95c02..334b4211e2 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29) + +**Note:** Version bump only for package @feathersjs/express + + + + + ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index 1e0535e825..6f7d792555 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/express", "description": "Feathers Express framework bindings and REST provider", - "version": "4.5.3", + "version": "4.5.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -50,7 +50,7 @@ }, "devDependencies": { "@feathersjs/authentication": "^4.5.3", - "@feathersjs/authentication-local": "^4.5.3", + "@feathersjs/authentication-local": "^4.5.4", "@feathersjs/feathers": "^4.5.3", "@feathersjs/tests": "^4.5.3", "axios": "^0.19.2", diff --git a/packages/primus-client/CHANGELOG.md b/packages/primus-client/CHANGELOG.md index 0b2be5fb77..646ddfe3ff 100644 --- a/packages/primus-client/CHANGELOG.md +++ b/packages/primus-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29) + +**Note:** Version bump only for package @feathersjs/primus-client + + + + + ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17) **Note:** Version bump only for package @feathersjs/primus-client diff --git a/packages/primus-client/package.json b/packages/primus-client/package.json index 1bee7d0a6c..0a1c94a13b 100644 --- a/packages/primus-client/package.json +++ b/packages/primus-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/primus-client", "description": "Client services for Primus and feathers-primus", - "version": "4.5.3", + "version": "4.5.4", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -45,7 +45,7 @@ "devDependencies": { "@feathersjs/commons": "^4.5.3", "@feathersjs/feathers": "^4.5.3", - "@feathersjs/primus": "^4.5.3", + "@feathersjs/primus": "^4.5.4", "@feathersjs/tests": "^4.5.3", "feathers-memory": "^4.1.0", "mocha": "^7.1.1", diff --git a/packages/primus/CHANGELOG.md b/packages/primus/CHANGELOG.md index 98b76ad48a..c2f1613483 100644 --- a/packages/primus/CHANGELOG.md +++ b/packages/primus/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29) + +**Note:** Version bump only for package @feathersjs/primus + + + + + ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17) **Note:** Version bump only for package @feathersjs/primus diff --git a/packages/primus/package.json b/packages/primus/package.json index 600c9a17d4..5bd63cb237 100644 --- a/packages/primus/package.json +++ b/packages/primus/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/primus", "description": "The Feathers Primus real-time API provider", - "version": "4.5.3", + "version": "4.5.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -48,7 +48,7 @@ }, "devDependencies": { "@feathersjs/commons": "^4.5.3", - "@feathersjs/express": "^4.5.3", + "@feathersjs/express": "^4.5.4", "@feathersjs/feathers": "^4.5.3", "@feathersjs/tests": "^4.5.3", "feathers-memory": "^4.1.0", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index a8f879d99a..444f2626a3 100644 --- a/packages/rest-client/CHANGELOG.md +++ b/packages/rest-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29) + +**Note:** Version bump only for package @feathersjs/rest-client + + + + + ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17) **Note:** Version bump only for package @feathersjs/rest-client diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index e98b57fa68..7712b7ff38 100644 --- a/packages/rest-client/package.json +++ b/packages/rest-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/rest-client", "description": "REST client services for different Ajax libraries", - "version": "4.5.3", + "version": "4.5.4", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -49,7 +49,7 @@ "@angular/core": "^9.1.1", "@angular/http": "^7.2.16", "@angular/platform-browser": "^9.1.1", - "@feathersjs/express": "^4.5.3", + "@feathersjs/express": "^4.5.4", "@feathersjs/feathers": "^4.5.3", "@feathersjs/tests": "^4.5.3", "axios": "^0.19.2", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index 56def07389..fff3e4c020 100644 --- a/packages/socketio-client/CHANGELOG.md +++ b/packages/socketio-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29) + +**Note:** Version bump only for package @feathersjs/socketio-client + + + + + ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index d1897833a3..4fbc73b5e9 100644 --- a/packages/socketio-client/package.json +++ b/packages/socketio-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/socketio-client", "description": "The client for Socket.io through feathers-socketio", - "version": "4.5.3", + "version": "4.5.4", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -46,7 +46,7 @@ "devDependencies": { "@feathersjs/commons": "^4.5.3", "@feathersjs/feathers": "^4.5.3", - "@feathersjs/socketio": "^4.5.3", + "@feathersjs/socketio": "^4.5.4", "@feathersjs/tests": "^4.5.3", "feathers-memory": "^4.1.0", "mocha": "^7.1.1", diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index ccdd8bdb60..b455c69663 100644 --- a/packages/socketio/CHANGELOG.md +++ b/packages/socketio/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29) + +**Note:** Version bump only for package @feathersjs/socketio + + + + + ## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index c227b5446d..a2ebb213db 100644 --- a/packages/socketio/package.json +++ b/packages/socketio/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/socketio", "description": "The Feathers Socket.io real-time API provider", - "version": "4.5.3", + "version": "4.5.4", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -48,7 +48,7 @@ }, "devDependencies": { "@feathersjs/commons": "^4.5.3", - "@feathersjs/express": "^4.5.3", + "@feathersjs/express": "^4.5.4", "@feathersjs/feathers": "^4.5.3", "@feathersjs/tests": "^4.5.3", "@types/mocha": "^7.0.2",