diff --git a/lerna.json b/lerna.json index cb533382af..bcc0d3c3ce 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "4.3.10", + "version": "4.3.11", "command": { "bootstrap": { "hoist": true diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index 60a2e616d0..8db62d1136 100644 --- a/packages/adapter-commons/CHANGELOG.md +++ b/packages/adapter-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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/adapter-commons + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/adapter-commons diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 49359e1254..8dc2d8a8c9 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "4.3.10", + "version": "4.3.11", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -42,8 +42,8 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.10", - "@feathersjs/feathers": "^4.3.10" + "@feathersjs/errors": "^4.3.11", + "@feathersjs/feathers": "^4.3.11" }, "devDependencies": { "@types/mocha": "^5.2.7", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index c93f69c9a9..f17827a4bb 100644 --- a/packages/adapter-tests/CHANGELOG.md +++ b/packages/adapter-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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/adapter-tests + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/adapter-tests diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index eaad45a9b6..54b1516288 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "4.3.10", + "version": "4.3.11", "description": "Feathers shared database adapter test suite", "homepage": "https://feathersjs.com", "keywords": [ @@ -38,8 +38,8 @@ "access": "public" }, "devDependencies": { - "@feathersjs/errors": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/errors": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", "feathers-memory": "^4.1.0", "mocha": "^6.2.1" }, diff --git a/packages/authentication-client/CHANGELOG.md b/packages/authentication-client/CHANGELOG.md index d8c4bda1b3..e20c8f8ca7 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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/authentication-client + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/authentication-client diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index 8b6507f7ef..aace1b4698 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.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,20 +43,20 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.3.10", + "@feathersjs/authentication": "^4.3.11", "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/errors": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/authentication-local": "^4.3.10", - "@feathersjs/express": "^4.3.10", - "@feathersjs/primus": "^4.3.10", - "@feathersjs/primus-client": "^4.3.10", - "@feathersjs/rest-client": "^4.3.10", - "@feathersjs/socketio": "^4.3.10", - "@feathersjs/socketio-client": "^4.3.10", + "@feathersjs/authentication-local": "^4.3.11", + "@feathersjs/express": "^4.3.11", + "@feathersjs/primus": "^4.3.11", + "@feathersjs/primus-client": "^4.3.11", + "@feathersjs/rest-client": "^4.3.11", + "@feathersjs/socketio": "^4.3.11", + "@feathersjs/socketio-client": "^4.3.11", "@types/debug": "^4.1.5", "@types/mocha": "^5.2.7", "@types/node": "^12.7.12", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index 5c71baea58..0ae84289c8 100644 --- a/packages/authentication-local/CHANGELOG.md +++ b/packages/authentication-local/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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/authentication-local + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/authentication-local diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index 21e94add13..bcb5f02296 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.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,9 +43,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.3.10", - "@feathersjs/errors": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/authentication": "^4.3.11", + "@feathersjs/errors": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", "bcryptjs": "^2.4.3", "debug": "^4.1.1", "lodash": "^4.17.15" diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index f530dec465..61867a55fa 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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + + +### Bug Fixes + +* **authentication-oauth:** Allow hash based redirects ([#1676](https://github.com/feathersjs/feathers/issues/1676)) ([ffe7cf3](https://github.com/feathersjs/feathers/commit/ffe7cf3fbb4e62d7689065cf7b61f25f602ce8cf)) + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/authentication-oauth diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index ff25361fb7..8503c18d54 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.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,10 +43,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.3.10", - "@feathersjs/errors": "^4.3.10", - "@feathersjs/express": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/authentication": "^4.3.11", + "@feathersjs/errors": "^4.3.11", + "@feathersjs/express": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", "debug": "^4.1.1", "express-session": "^1.17.0", "grant": "^4.6.3", diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index e58a4dae99..8fd101377c 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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + + +### Bug Fixes + +* **authentication:** Retain object references in authenticate hook ([#1675](https://github.com/feathersjs/feathers/issues/1675)) ([e1939be](https://github.com/feathersjs/feathers/commit/e1939be19d4e79d3f5e2fe69ba894a11c627ae99)) + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/authentication diff --git a/packages/authentication/package.json b/packages/authentication/package.json index c5c0769eb2..5b39e46831 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.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,9 +43,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/errors": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/transport-commons": "^4.3.10", + "@feathersjs/errors": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/transport-commons": "^4.3.11", "@types/jsonwebtoken": "8.3.4", "debug": "^4.1.1", "jsonwebtoken": "^8.5.1", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index d00cf00514..4031944dfd 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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/client + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index 3034964658..4dbcc85d42 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.3.10", + "version": "4.3.11", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git" @@ -41,16 +41,16 @@ "devDependencies": { "@babel/core": "^7.6.4", "@babel/preset-env": "^7.6.3", - "@feathersjs/authentication-client": "^4.3.10", - "@feathersjs/errors": "^4.3.10", - "@feathersjs/express": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/primus": "^4.3.10", - "@feathersjs/primus-client": "^4.3.10", - "@feathersjs/rest-client": "^4.3.10", - "@feathersjs/socketio": "^4.3.10", - "@feathersjs/socketio-client": "^4.3.10", - "@feathersjs/tests": "^4.3.10", + "@feathersjs/authentication-client": "^4.3.11", + "@feathersjs/errors": "^4.3.11", + "@feathersjs/express": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/primus": "^4.3.11", + "@feathersjs/primus-client": "^4.3.11", + "@feathersjs/rest-client": "^4.3.11", + "@feathersjs/socketio": "^4.3.11", + "@feathersjs/socketio-client": "^4.3.11", + "@feathersjs/tests": "^4.3.11", "babel-loader": "^8.0.6", "body-parser": "^1.19.0", "feathers-memory": "^4.1.0", diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index 9d25c1d81b..fb8935cd02 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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/configuration + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index 3860bf1e19..d8a41d62c5 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.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/feathers": "^4.3.11", "config": "^3.2.3", "debug": "^4.1.1" }, diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 77dda73130..4ec35ed05d 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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/errors + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index a78a584d7a..4580a5c907 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.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/index", "types": "index.d.ts", @@ -39,7 +39,7 @@ "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/feathers": "^4.3.11", "chai": "^4.2.0", "express": "^4.17.1", "mocha": "^6.2.1", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index d7c4020112..f83cb0712f 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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/express + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index 9dc4cd3b52..9de7d2229c 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.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -41,7 +41,7 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.10", + "@feathersjs/errors": "^4.3.11", "@types/express": "^4.17.1", "debug": "^4.1.1", "express": "^4.17.1", @@ -49,10 +49,10 @@ "uberproto": "^2.0.4" }, "devDependencies": { - "@feathersjs/authentication": "^4.3.10", - "@feathersjs/authentication-local": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/tests": "^4.3.10", + "@feathersjs/authentication": "^4.3.11", + "@feathersjs/authentication-local": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/tests": "^4.3.11", "axios": "^0.19.0", "chai": "^4.2.0", "lodash": "^4.17.15", diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index 2a95a06409..1171c3a95a 100644 --- a/packages/feathers/CHANGELOG.md +++ b/packages/feathers/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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/feathers + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/feathers diff --git a/packages/feathers/package.json b/packages/feathers/package.json index a1d7143a42..9936bf70e0 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.3.10", + "version": "4.3.11", "homepage": "http://feathersjs.com", "repository": { "type": "git", diff --git a/packages/primus-client/CHANGELOG.md b/packages/primus-client/CHANGELOG.md index 84075c3301..bd21eb05b6 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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/primus-client + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/primus-client diff --git a/packages/primus-client/package.json b/packages/primus-client/package.json index 9dcfe7645f..f79511f3f4 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.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,13 +40,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.10" + "@feathersjs/transport-commons": "^4.3.11" }, "devDependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/primus": "^4.3.10", - "@feathersjs/tests": "^4.3.10", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/primus": "^4.3.11", + "@feathersjs/tests": "^4.3.11", "chai": "^4.2.0", "feathers-memory": "^4.1.0", "mocha": "^6.2.1", diff --git a/packages/primus/CHANGELOG.md b/packages/primus/CHANGELOG.md index e4cc010929..7a8f759d4e 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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/primus + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/primus diff --git a/packages/primus/package.json b/packages/primus/package.json index 614e2f9d70..c07f0f8981 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.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -40,7 +40,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.10", + "@feathersjs/transport-commons": "^4.3.11", "debug": "^4.1.1", "primus": "^7.3.4", "primus-emitter": "^3.1.1", @@ -48,9 +48,9 @@ }, "devDependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/express": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/tests": "^4.3.10", + "@feathersjs/express": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/tests": "^4.3.11", "feathers-memory": "^4.1.0", "lodash": "^4.17.15", "mocha": "^6.2.1", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index b291d1fc94..38360cfd09 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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/rest-client + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/rest-client diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index feec1e6519..5282907aaa 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.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -41,7 +41,7 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.10", + "@feathersjs/errors": "^4.3.11", "qs": "^6.9.0" }, "devDependencies": { @@ -49,9 +49,9 @@ "@angular/core": "^8.2.10", "@angular/http": "^7.2.15", "@angular/platform-browser": "^8.2.10", - "@feathersjs/express": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/tests": "^4.3.10", + "@feathersjs/express": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/tests": "^4.3.11", "axios": "^0.19.0", "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 88e48820b2..9284659221 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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/socketio-client + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index dd293bb34a..4d700f42b0 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.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,14 +40,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.10", + "@feathersjs/transport-commons": "^4.3.11", "@types/socket.io-client": "^1.4.32" }, "devDependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/socketio": "^4.3.10", - "@feathersjs/tests": "^4.3.10", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/socketio": "^4.3.11", + "@feathersjs/tests": "^4.3.11", "chai": "^4.2.0", "feathers-memory": "^4.1.0", "mocha": "^6.2.1", diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index d120e68e23..e87bcc24fd 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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/socketio + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 9f09c4f755..b26e333452 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.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -40,7 +40,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.10", + "@feathersjs/transport-commons": "^4.3.11", "@types/socket.io": "^2.1.4", "debug": "^4.1.1", "socket.io": "^2.3.0", @@ -48,9 +48,9 @@ }, "devDependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/express": "^4.3.10", - "@feathersjs/feathers": "^4.3.10", - "@feathersjs/tests": "^4.3.10", + "@feathersjs/express": "^4.3.11", + "@feathersjs/feathers": "^4.3.11", + "@feathersjs/tests": "^4.3.11", "feathers-memory": "^4.1.0", "lodash": "^4.17.15", "mocha": "^6.2.1", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index 0851ac93f9..832d464fa3 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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/tests + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index 27ab25f73a..7b9b409a65 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.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -46,7 +46,7 @@ "lodash": "^4.17.15" }, "devDependencies": { - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/feathers": "^4.3.11", "@types/axios": "^0.14.0", "@types/debug": "^4.1.5", "@types/lodash": "^4.14.144", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 314531305b..c04ea69f99 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.3.11](https://github.com/feathersjs/feathers/compare/v4.3.10...v4.3.11) (2019-11-11) + +**Note:** Version bump only for package @feathersjs/transport-commons + + + + + ## [4.3.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) **Note:** Version bump only for package @feathersjs/transport-commons diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 545d9b0f43..eaf0bad06f 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.3.10", + "version": "4.3.11", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -44,13 +44,13 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.10", + "@feathersjs/errors": "^4.3.11", "debug": "^4.1.1", "lodash": "^4.17.15", "radix-router": "^3.0.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.3.10", + "@feathersjs/feathers": "^4.3.11", "@types/debug": "^4.1.5", "@types/mocha": "^5.2.7", "@types/node": "^12.7.12",