diff --git a/lerna.json b/lerna.json index 388afcfd28..d9bf1a07dc 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "4.5.6", + "version": "4.5.7", "command": { "bootstrap": { "hoist": true diff --git a/packages/authentication-client/CHANGELOG.md b/packages/authentication-client/CHANGELOG.md index 17f2844386..e4d8b82632 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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + +**Note:** Version bump only for package @feathersjs/authentication-client + + + + + ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12) **Note:** Version bump only for package @feathersjs/authentication-client diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index e7689b371d..250c6c8243 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.6", + "version": "4.5.7", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,20 +43,20 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.6", - "@feathersjs/commons": "^4.5.5", - "@feathersjs/errors": "^4.5.5", - "@feathersjs/feathers": "^4.5.5", + "@feathersjs/authentication": "^4.5.7", + "@feathersjs/commons": "^4.5.7", + "@feathersjs/errors": "^4.5.7", + "@feathersjs/feathers": "^4.5.7", "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/authentication-local": "^4.5.6", - "@feathersjs/express": "^4.5.6", - "@feathersjs/primus": "^4.5.6", - "@feathersjs/primus-client": "^4.5.6", - "@feathersjs/rest-client": "^4.5.6", - "@feathersjs/socketio": "^4.5.6", - "@feathersjs/socketio-client": "^4.5.6", + "@feathersjs/authentication-local": "^4.5.7", + "@feathersjs/express": "^4.5.7", + "@feathersjs/primus": "^4.5.7", + "@feathersjs/primus-client": "^4.5.7", + "@feathersjs/rest-client": "^4.5.7", + "@feathersjs/socketio": "^4.5.7", + "@feathersjs/socketio-client": "^4.5.7", "@types/debug": "^4.1.5", "@types/mocha": "^8.0.0", "@types/node": "^14.0.25", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index c431fe1848..17110f1d03 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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + + +### Bug Fixes + +* **authentication:** Add JWT getEntityQuery ([#2013](https://github.com/feathersjs/feathers/issues/2013)) ([e0e7fb5](https://github.com/feathersjs/feathers/commit/e0e7fb5162940fe776731283b40026c61d9c8a33)) + + + + + ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12) **Note:** Version bump only for package @feathersjs/authentication-local diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index f118caeee6..f8cf6969c8 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.6", + "version": "4.5.7", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,9 +43,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.6", - "@feathersjs/errors": "^4.5.5", - "@feathersjs/feathers": "^4.5.5", + "@feathersjs/authentication": "^4.5.7", + "@feathersjs/errors": "^4.5.7", + "@feathersjs/feathers": "^4.5.7", "bcryptjs": "^2.4.3", "debug": "^4.1.1", "lodash": "^4.17.19" diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index d1ab53d211..52e7b20296 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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + + +### Bug Fixes + +* **typescript:** Revert add overload types for `find` service methods ([#1972](https://github.com/feathersjs/feathers/issues/1972))" ([#2025](https://github.com/feathersjs/feathers/issues/2025)) ([a9501ac](https://github.com/feathersjs/feathers/commit/a9501acb4d3ef58dfb87d62c57a9bf76569da281)) + + + + + ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12) **Note:** Version bump only for package @feathersjs/authentication-oauth diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index d048b31d70..26a6bb8aa4 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.6", + "version": "4.5.7", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,10 +43,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.6", - "@feathersjs/errors": "^4.5.5", - "@feathersjs/express": "^4.5.6", - "@feathersjs/feathers": "^4.5.5", + "@feathersjs/authentication": "^4.5.7", + "@feathersjs/errors": "^4.5.7", + "@feathersjs/express": "^4.5.7", + "@feathersjs/feathers": "^4.5.7", "debug": "^4.1.1", "express-session": "^1.17.1", "grant": "^4.7.0", diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index 2b43076055..84a88dafa4 100644 --- a/packages/authentication/CHANGELOG.md +++ b/packages/authentication/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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + + +### Bug Fixes + +* **authentication:** Add JWT getEntityQuery ([#2013](https://github.com/feathersjs/feathers/issues/2013)) ([e0e7fb5](https://github.com/feathersjs/feathers/commit/e0e7fb5162940fe776731283b40026c61d9c8a33)) + + + + + ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12) diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 805627c33a..78a737ee11 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication", "description": "Add Authentication to your FeathersJS app.", - "version": "4.5.6", + "version": "4.5.7", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,9 +43,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/errors": "^4.5.5", - "@feathersjs/feathers": "^4.5.5", - "@feathersjs/transport-commons": "^4.5.5", + "@feathersjs/errors": "^4.5.7", + "@feathersjs/feathers": "^4.5.7", + "@feathersjs/transport-commons": "^4.5.7", "@types/jsonwebtoken": "^8.5.0", "debug": "^4.1.1", "jsonwebtoken": "^8.5.1", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 702a6eb891..573d708328 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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + +**Note:** Version bump only for package @feathersjs/client + + + + + ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index bbf6589469..d600e70c2e 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.6", + "version": "4.5.7", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git" @@ -41,16 +41,16 @@ "devDependencies": { "@babel/core": "^7.10.5", "@babel/preset-env": "^7.10.4", - "@feathersjs/authentication-client": "^4.5.6", - "@feathersjs/errors": "^4.5.5", - "@feathersjs/express": "^4.5.6", - "@feathersjs/feathers": "^4.5.5", - "@feathersjs/primus": "^4.5.6", - "@feathersjs/primus-client": "^4.5.6", - "@feathersjs/rest-client": "^4.5.6", - "@feathersjs/socketio": "^4.5.6", - "@feathersjs/socketio-client": "^4.5.6", - "@feathersjs/tests": "^4.5.5", + "@feathersjs/authentication-client": "^4.5.7", + "@feathersjs/errors": "^4.5.7", + "@feathersjs/express": "^4.5.7", + "@feathersjs/feathers": "^4.5.7", + "@feathersjs/primus": "^4.5.7", + "@feathersjs/primus-client": "^4.5.7", + "@feathersjs/rest-client": "^4.5.7", + "@feathersjs/socketio": "^4.5.7", + "@feathersjs/socketio-client": "^4.5.7", + "@feathersjs/tests": "^4.5.7", "babel-loader": "^8.1.0", "body-parser": "^1.19.0", "feathers-memory": "^4.1.0", diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index 5b0a151fbe..57bec6da84 100644 --- a/packages/commons/CHANGELOG.md +++ b/packages/commons/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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + +**Note:** Version bump only for package @feathersjs/commons + + + + + ## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11) **Note:** Version bump only for package @feathersjs/commons diff --git a/packages/commons/package.json b/packages/commons/package.json index 1495f9f474..83bf677316 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "4.5.5", + "version": "4.5.7", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index 379516a306..cdd197248a 100644 --- a/packages/configuration/CHANGELOG.md +++ b/packages/configuration/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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + +**Note:** Version bump only for package @feathersjs/configuration + + + + + ## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index b14a23ae87..a6932f0a3a 100644 --- a/packages/configuration/package.json +++ b/packages/configuration/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/configuration", "description": "A small configuration module for your Feathers application.", - "version": "4.5.5", + "version": "4.5.7", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^4.5.5", + "@feathersjs/feathers": "^4.5.7", "config": "^3.3.1", "debug": "^4.1.1" }, diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index f702a1ec09..5306932b8c 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + +**Note:** Version bump only for package @feathersjs/errors + + + + + ## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11) **Note:** Version bump only for package @feathersjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index 09d85a8247..88a0a8f881 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/errors", "description": "Common error types for Feathers apps", - "version": "4.5.5", + "version": "4.5.7", "homepage": "https://feathersjs.com", "main": "lib/index", "types": "index.d.ts", @@ -39,7 +39,7 @@ "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.5", + "@feathersjs/feathers": "^4.5.7", "express": "^4.17.1", "mocha": "^8.0.1" }, diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index cc6c8768f0..30da80d015 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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + +**Note:** Version bump only for package @feathersjs/express + + + + + ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index e6e78944ad..b598d3b91b 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.6", + "version": "4.5.7", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -40,8 +40,8 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.5", - "@feathersjs/errors": "^4.5.5", + "@feathersjs/commons": "^4.5.7", + "@feathersjs/errors": "^4.5.7", "@types/express": "^4.17.7", "debug": "^4.1.1", "express": "^4.17.1", @@ -49,10 +49,10 @@ "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/authentication": "^4.5.6", - "@feathersjs/authentication-local": "^4.5.6", - "@feathersjs/feathers": "^4.5.5", - "@feathersjs/tests": "^4.5.5", + "@feathersjs/authentication": "^4.5.7", + "@feathersjs/authentication-local": "^4.5.7", + "@feathersjs/feathers": "^4.5.7", + "@feathersjs/tests": "^4.5.7", "axios": "^0.19.2", "lodash": "^4.17.19", "mocha": "^8.0.1" diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index bcbc835505..2be9657db3 100644 --- a/packages/feathers/CHANGELOG.md +++ b/packages/feathers/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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + + +### Bug Fixes + +* **typescript:** Revert add overload types for `find` service methods ([#1972](https://github.com/feathersjs/feathers/issues/1972))" ([#2025](https://github.com/feathersjs/feathers/issues/2025)) ([a9501ac](https://github.com/feathersjs/feathers/commit/a9501acb4d3ef58dfb87d62c57a9bf76569da281)) + + + + + ## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11) diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 79aea59ebd..8d3a2d975b 100644 --- a/packages/feathers/package.json +++ b/packages/feathers/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/feathers", "description": "A framework for real-time applications and REST API with JavaScript and TypeScript", - "version": "4.5.5", + "version": "4.5.7", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -45,7 +45,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.5", + "@feathersjs/commons": "^4.5.7", "debug": "^4.1.1", "events": "^3.2.0", "uberproto": "^2.0.6" diff --git a/packages/primus-client/CHANGELOG.md b/packages/primus-client/CHANGELOG.md index 91f76bb523..b9f785f0ed 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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + +**Note:** Version bump only for package @feathersjs/primus-client + + + + + ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12) **Note:** Version bump only for package @feathersjs/primus-client diff --git a/packages/primus-client/package.json b/packages/primus-client/package.json index 83ede08477..b046991ebb 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.6", + "version": "4.5.7", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,13 +40,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.5" + "@feathersjs/transport-commons": "^4.5.7" }, "devDependencies": { - "@feathersjs/commons": "^4.5.5", - "@feathersjs/feathers": "^4.5.5", - "@feathersjs/primus": "^4.5.6", - "@feathersjs/tests": "^4.5.5", + "@feathersjs/commons": "^4.5.7", + "@feathersjs/feathers": "^4.5.7", + "@feathersjs/primus": "^4.5.7", + "@feathersjs/tests": "^4.5.7", "feathers-memory": "^4.1.0", "mocha": "^8.0.1", "ws": "^7.3.1" diff --git a/packages/primus/CHANGELOG.md b/packages/primus/CHANGELOG.md index 12c843e7b4..7e4947e60b 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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + +**Note:** Version bump only for package @feathersjs/primus + + + + + ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12) **Note:** Version bump only for package @feathersjs/primus diff --git a/packages/primus/package.json b/packages/primus/package.json index 1545357a0e..39ef5650bf 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.6", + "version": "4.5.7", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -40,17 +40,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.5", + "@feathersjs/transport-commons": "^4.5.7", "debug": "^4.1.1", "primus": "^7.3.5", "primus-emitter": "^3.1.1", "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/commons": "^4.5.5", - "@feathersjs/express": "^4.5.6", - "@feathersjs/feathers": "^4.5.5", - "@feathersjs/tests": "^4.5.5", + "@feathersjs/commons": "^4.5.7", + "@feathersjs/express": "^4.5.7", + "@feathersjs/feathers": "^4.5.7", + "@feathersjs/tests": "^4.5.7", "feathers-memory": "^4.1.0", "lodash": "^4.17.19", "mocha": "^8.0.1", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index cc803261a8..266c78509e 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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + +**Note:** Version bump only for package @feathersjs/rest-client + + + + + ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12) **Note:** Version bump only for package @feathersjs/rest-client diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index 7afff304a7..fc7e6ba478 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.6", + "version": "4.5.7", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,8 +40,8 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.5", - "@feathersjs/errors": "^4.5.5", + "@feathersjs/commons": "^4.5.7", + "@feathersjs/errors": "^4.5.7", "qs": "^6.9.4" }, "devDependencies": { @@ -49,9 +49,9 @@ "@angular/core": "^10.0.5", "@angular/http": "^7.2.16", "@angular/platform-browser": "^10.0.5", - "@feathersjs/express": "^4.5.6", - "@feathersjs/feathers": "^4.5.5", - "@feathersjs/tests": "^4.5.5", + "@feathersjs/express": "^4.5.7", + "@feathersjs/feathers": "^4.5.7", + "@feathersjs/tests": "^4.5.7", "axios": "^0.19.2", "body-parser": "^1.19.0", "feathers-memory": "^4.1.0", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index e7c6651242..bfd7f2ea1f 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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + +**Note:** Version bump only for package @feathersjs/socketio-client + + + + + ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index 76086e8648..799841c705 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.6", + "version": "4.5.7", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,14 +40,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.5", + "@feathersjs/transport-commons": "^4.5.7", "@types/socket.io-client": "^1.4.33" }, "devDependencies": { - "@feathersjs/commons": "^4.5.5", - "@feathersjs/feathers": "^4.5.5", - "@feathersjs/socketio": "^4.5.6", - "@feathersjs/tests": "^4.5.5", + "@feathersjs/commons": "^4.5.7", + "@feathersjs/feathers": "^4.5.7", + "@feathersjs/socketio": "^4.5.7", + "@feathersjs/tests": "^4.5.7", "feathers-memory": "^4.1.0", "mocha": "^8.0.1", "socket.io-client": "^2.3.0" diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index a8c782dcec..168dda08c6 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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + +**Note:** Version bump only for package @feathersjs/socketio + + + + + ## [4.5.6](https://github.com/feathersjs/feathers/compare/v4.5.5...v4.5.6) (2020-07-12) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 8392776b69..c6864cabac 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.6", + "version": "4.5.7", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -40,17 +40,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.5", + "@feathersjs/transport-commons": "^4.5.7", "@types/socket.io": "^2.1.10", "debug": "^4.1.1", "socket.io": "^2.3.0", "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/commons": "^4.5.5", - "@feathersjs/express": "^4.5.6", - "@feathersjs/feathers": "^4.5.5", - "@feathersjs/tests": "^4.5.5", + "@feathersjs/commons": "^4.5.7", + "@feathersjs/express": "^4.5.7", + "@feathersjs/feathers": "^4.5.7", + "@feathersjs/tests": "^4.5.7", "@types/mocha": "^8.0.0", "@types/mongodb": "^3.5.25", "@types/node": "^14.0.25", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index 3812ebd5e1..6697a3a2d4 100644 --- a/packages/tests/CHANGELOG.md +++ b/packages/tests/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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + +**Note:** Version bump only for package @feathersjs/tests + + + + + ## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index 5e62f03650..0cc854dbe4 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -2,7 +2,7 @@ "name": "@feathersjs/tests", "private": true, "description": "Feathers core module common tests", - "version": "4.5.5", + "version": "4.5.7", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -46,7 +46,7 @@ "lodash": "^4.17.19" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.5", + "@feathersjs/feathers": "^4.5.7", "@types/axios": "^0.14.0", "@types/debug": "^4.1.5", "@types/lodash": "^4.14.158", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 31294757a2..5f030778dc 100644 --- a/packages/transport-commons/CHANGELOG.md +++ b/packages/transport-commons/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.7](https://github.com/feathersjs/feathers/compare/v4.5.6...v4.5.7) (2020-07-24) + +**Note:** Version bump only for package @feathersjs/transport-commons + + + + + ## [4.5.5](https://github.com/feathersjs/feathers/compare/v4.5.4...v4.5.5) (2020-07-11) **Note:** Version bump only for package @feathersjs/transport-commons diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 89e8ace8fd..855d8fd7a0 100644 --- a/packages/transport-commons/package.json +++ b/packages/transport-commons/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/transport-commons", "description": "Shared functionality for websocket providers", - "version": "4.5.5", + "version": "4.5.7", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,14 +43,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.5", - "@feathersjs/errors": "^4.5.5", + "@feathersjs/commons": "^4.5.7", + "@feathersjs/errors": "^4.5.7", "debug": "^4.1.1", "lodash": "^4.17.19", "radix-router": "^3.0.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.5", + "@feathersjs/feathers": "^4.5.7", "@types/debug": "^4.1.5", "@types/mocha": "^8.0.0", "@types/node": "^14.0.25",