diff --git a/changelog.md b/changelog.md index c62c297476..3eb5aa5e50 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26) + + +### Bug Fixes + +* Add jsonwebtoken TypeScript type dependency ([317c80a](https://github.com/feathersjs/feathers/commit/317c80a9205e8853bb830a12c3aa1a19e95f9abc)) +* Only initialize default Express session if oAuth is actually used ([#1648](https://github.com/feathersjs/feathers/issues/1648)) ([9b9b43f](https://github.com/feathersjs/feathers/commit/9b9b43ff09af1080e4aaa537064bac37b881c9a2)) +* Small type improvements ([#1624](https://github.com/feathersjs/feathers/issues/1624)) ([50162c6](https://github.com/feathersjs/feathers/commit/50162c6e562f0a47c6a280c4f01fff7c3afee293)) + + + + + ## [4.3.8](https://github.com/feathersjs/feathers/compare/v4.3.7...v4.3.8) (2019-10-14) diff --git a/lerna.json b/lerna.json index 5f8572e863..cb533382af 100644 --- a/lerna.json +++ b/lerna.json @@ -3,13 +3,14 @@ "packages": [ "packages/*" ], - "version": "4.3.9", + "version": "4.3.10", "command": { "bootstrap": { "hoist": true }, "publish": { "allowBranch": "master", + "message": "chore(release): publish %s", "conventionalCommits": true, "createRelease": "github" } diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index fb7d280bad..60a2e616d0 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.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 + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (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 182f3c9247..32652ab523 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "4.3.9", + "version": "4.3.10", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -38,8 +38,8 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.9", - "@feathersjs/feathers": "^4.3.9" + "@feathersjs/errors": "^4.3.10", + "@feathersjs/feathers": "^4.3.10" }, "devDependencies": { "@types/mocha": "^5.2.7", @@ -51,5 +51,5 @@ "ts-node": "^8.4.1", "typescript": "^3.6.4" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index e054733856..c93f69c9a9 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.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 + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (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 c4d82399f3..87966c7f44 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "4.3.9", + "version": "4.3.10", "description": "Feathers shared database adapter test suite", "homepage": "https://feathersjs.com", "keywords": [ @@ -34,10 +34,10 @@ "access": "public" }, "devDependencies": { - "@feathersjs/errors": "^4.3.9", - "@feathersjs/feathers": "^4.3.9", + "@feathersjs/errors": "^4.3.10", + "@feathersjs/feathers": "^4.3.10", "feathers-memory": "^4.1.0", "mocha": "^6.2.1" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/authentication-client/CHANGELOG.md b/packages/authentication-client/CHANGELOG.md index 377a6b9e66..d8c4bda1b3 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.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 + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (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 a600886e1b..9bcda00345 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.9", + "version": "4.3.10", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -39,20 +39,20 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.3.9", + "@feathersjs/authentication": "^4.3.10", "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.9", - "@feathersjs/feathers": "^4.3.9", + "@feathersjs/errors": "^4.3.10", + "@feathersjs/feathers": "^4.3.10", "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/authentication-local": "^4.3.9", - "@feathersjs/express": "^4.3.9", - "@feathersjs/primus": "^4.3.9", - "@feathersjs/primus-client": "^4.3.9", - "@feathersjs/rest-client": "^4.3.9", - "@feathersjs/socketio": "^4.3.9", - "@feathersjs/socketio-client": "^4.3.9", + "@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", "@types/debug": "^4.1.5", "@types/mocha": "^5.2.7", "@types/node": "^12.7.12", @@ -62,5 +62,5 @@ "ts-node": "^8.4.1", "typescript": "^3.6.4" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index d5f03df02d..5c71baea58 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.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 + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (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 5e475a18a4..d614c2b397 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.9", + "version": "4.3.10", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -39,9 +39,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.3.9", - "@feathersjs/errors": "^4.3.9", - "@feathersjs/feathers": "^4.3.9", + "@feathersjs/authentication": "^4.3.10", + "@feathersjs/errors": "^4.3.10", + "@feathersjs/feathers": "^4.3.10", "bcryptjs": "^2.4.3", "debug": "^4.1.1", "lodash": "^4.17.15" @@ -57,5 +57,5 @@ "ts-node": "^8.4.1", "typescript": "^3.6.4" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index 993e052c73..f530dec465 100644 --- a/packages/authentication-oauth/CHANGELOG.md +++ b/packages/authentication-oauth/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.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 + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26) diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index 906377bd4e..404c0a955c 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.9", + "version": "4.3.10", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -39,10 +39,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.3.9", - "@feathersjs/errors": "^4.3.9", - "@feathersjs/express": "^4.3.9", - "@feathersjs/feathers": "^4.3.9", + "@feathersjs/authentication": "^4.3.10", + "@feathersjs/errors": "^4.3.10", + "@feathersjs/express": "^4.3.10", + "@feathersjs/feathers": "^4.3.10", "debug": "^4.1.1", "express-session": "^1.17.0", "grant": "^4.6.3", @@ -62,5 +62,5 @@ "ts-node": "^8.4.1", "typescript": "^3.6.4" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index 341d49ab4b..e58a4dae99 100644 --- a/packages/authentication/CHANGELOG.md +++ b/packages/authentication/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.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) + +**Note:** Version bump only for package @feathersjs/authentication + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26) diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 16d21c95f1..300eee9793 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.9", + "version": "4.3.10", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -39,9 +39,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/errors": "^4.3.9", - "@feathersjs/feathers": "^4.3.9", - "@feathersjs/transport-commons": "^4.3.9", + "@feathersjs/errors": "^4.3.10", + "@feathersjs/feathers": "^4.3.10", + "@feathersjs/transport-commons": "^4.3.10", "@types/jsonwebtoken": "8.3.4", "debug": "^4.1.1", "jsonwebtoken": "^8.5.1", @@ -61,5 +61,5 @@ "ts-node": "^8.4.1", "typescript": "^3.6.4" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 085d410490..d00cf00514 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.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) + +**Note:** Version bump only for package @feathersjs/client + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index f7f7bc6b04..52a7e3afcb 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.9", + "version": "4.3.10", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git" @@ -37,16 +37,16 @@ "devDependencies": { "@babel/core": "^7.6.4", "@babel/preset-env": "^7.6.3", - "@feathersjs/authentication-client": "^4.3.9", - "@feathersjs/errors": "^4.3.9", - "@feathersjs/express": "^4.3.9", - "@feathersjs/feathers": "^4.3.9", - "@feathersjs/primus": "^4.3.9", - "@feathersjs/primus-client": "^4.3.9", - "@feathersjs/rest-client": "^4.3.9", - "@feathersjs/socketio": "^4.3.9", - "@feathersjs/socketio-client": "^4.3.9", - "@feathersjs/tests": "^4.3.9", + "@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", "babel-loader": "^8.0.6", "body-parser": "^1.19.0", "feathers-memory": "^4.1.0", @@ -65,5 +65,5 @@ "ws": "^7.1.2", "xhr2": "^0.2.0" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index ee763f6a8f..9d25c1d81b 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.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) + +**Note:** Version bump only for package @feathersjs/configuration + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index 876ecac4c1..da0f24d688 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.9", + "version": "4.3.10", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -44,7 +44,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^4.3.9", + "@feathersjs/feathers": "^4.3.10", "config": "^3.2.3", "debug": "^4.1.1" }, @@ -58,5 +58,5 @@ "ts-node": "^8.4.1", "typescript": "^3.6.4" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 83b6b7e801..77dda73130 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.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) + +**Note:** Version bump only for package @feathersjs/errors + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26) diff --git a/packages/errors/package.json b/packages/errors/package.json index ac3822a3e6..a78a584d7a 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.9", + "version": "4.3.10", "homepage": "https://feathersjs.com", "main": "lib/index", "types": "index.d.ts", @@ -39,12 +39,12 @@ "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.3.9", + "@feathersjs/feathers": "^4.3.10", "chai": "^4.2.0", "express": "^4.17.1", "mocha": "^6.2.1", "sinon": "^7.5.0", "sinon-chai": "^3.3.0" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 8caf45c84f..d7c4020112 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.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) + +**Note:** Version bump only for package @feathersjs/express + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26) diff --git a/packages/express/index.d.ts b/packages/express/index.d.ts index 0e0cb99621..97bdc40652 100644 --- a/packages/express/index.d.ts +++ b/packages/express/index.d.ts @@ -39,9 +39,6 @@ declare namespace feathersExpress { } declare module 'express-serve-static-core' { - interface Application extends FeathersApplication { - } - interface Request { feathers?: Partial; } diff --git a/packages/express/package.json b/packages/express/package.json index fe153adc1f..410b1ecda9 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.9", + "version": "4.3.10", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -37,7 +37,7 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.9", + "@feathersjs/errors": "^4.3.10", "@types/express": "^4.17.1", "debug": "^4.1.1", "express": "^4.17.1", @@ -45,14 +45,14 @@ "uberproto": "^2.0.4" }, "devDependencies": { - "@feathersjs/authentication": "^4.3.9", - "@feathersjs/authentication-local": "^4.3.9", - "@feathersjs/feathers": "^4.3.9", - "@feathersjs/tests": "^4.3.9", + "@feathersjs/authentication": "^4.3.10", + "@feathersjs/authentication-local": "^4.3.10", + "@feathersjs/feathers": "^4.3.10", + "@feathersjs/tests": "^4.3.10", "axios": "^0.19.0", "chai": "^4.2.0", "lodash": "^4.17.15", "mocha": "^6.2.1" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index 00fc54c8c3..2a95a06409 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.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) + +**Note:** Version bump only for package @feathersjs/feathers + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26) diff --git a/packages/feathers/lib/version.js b/packages/feathers/lib/version.js index 41bd0ae026..e289f04e21 100644 --- a/packages/feathers/lib/version.js +++ b/packages/feathers/lib/version.js @@ -1 +1 @@ -module.exports = 'development'; +module.exports = '4.3.9'; diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 49455cb74d..b658543d6f 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.9", + "version": "4.3.10", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -49,5 +49,5 @@ "devDependencies": { "mocha": "^6.2.1" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/primus-client/CHANGELOG.md b/packages/primus-client/CHANGELOG.md index 8b8748f255..84075c3301 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.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 + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (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 632dcc8a36..bea3158b05 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.9", + "version": "4.3.10", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -36,17 +36,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.9" + "@feathersjs/transport-commons": "^4.3.10" }, "devDependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/feathers": "^4.3.9", - "@feathersjs/primus": "^4.3.9", - "@feathersjs/tests": "^4.3.9", + "@feathersjs/feathers": "^4.3.10", + "@feathersjs/primus": "^4.3.10", + "@feathersjs/tests": "^4.3.10", "chai": "^4.2.0", "feathers-memory": "^4.1.0", "mocha": "^6.2.1", "ws": "^7.1.2" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/primus/CHANGELOG.md b/packages/primus/CHANGELOG.md index 93ca13a5f7..e4cc010929 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.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) + +**Note:** Version bump only for package @feathersjs/primus + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26) **Note:** Version bump only for package @feathersjs/primus diff --git a/packages/primus/package.json b/packages/primus/package.json index e6adff1b8f..1e593f552d 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.9", + "version": "4.3.10", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -36,7 +36,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.9", + "@feathersjs/transport-commons": "^4.3.10", "debug": "^4.1.1", "primus": "^7.3.4", "primus-emitter": "^3.1.1", @@ -44,13 +44,13 @@ }, "devDependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/express": "^4.3.9", - "@feathersjs/feathers": "^4.3.9", - "@feathersjs/tests": "^4.3.9", + "@feathersjs/express": "^4.3.10", + "@feathersjs/feathers": "^4.3.10", + "@feathersjs/tests": "^4.3.10", "feathers-memory": "^4.1.0", "lodash": "^4.17.15", "mocha": "^6.2.1", "ws": "^7.1.2" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index 245af3d157..b291d1fc94 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.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 + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (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 174a4a0917..3a93c6a294 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.9", + "version": "4.3.10", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -37,7 +37,7 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.9", + "@feathersjs/errors": "^4.3.10", "qs": "^6.9.0" }, "devDependencies": { @@ -45,9 +45,9 @@ "@angular/core": "^8.2.10", "@angular/http": "^7.2.15", "@angular/platform-browser": "^8.2.10", - "@feathersjs/express": "^4.3.9", - "@feathersjs/feathers": "^4.3.9", - "@feathersjs/tests": "^4.3.9", + "@feathersjs/express": "^4.3.10", + "@feathersjs/feathers": "^4.3.10", + "@feathersjs/tests": "^4.3.10", "axios": "^0.19.0", "body-parser": "^1.19.0", "feathers-memory": "^4.1.0", @@ -58,5 +58,5 @@ "shx": "^0.3.2", "superagent": "^5.1.0" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index f5c1a26809..88e48820b2 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.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 + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (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 37631e554d..ca19c5a521 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.9", + "version": "4.3.10", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -36,18 +36,18 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.9", + "@feathersjs/transport-commons": "^4.3.10", "@types/socket.io-client": "^1.4.32" }, "devDependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/feathers": "^4.3.9", - "@feathersjs/socketio": "^4.3.9", - "@feathersjs/tests": "^4.3.9", + "@feathersjs/feathers": "^4.3.10", + "@feathersjs/socketio": "^4.3.10", + "@feathersjs/tests": "^4.3.10", "chai": "^4.2.0", "feathers-memory": "^4.1.0", "mocha": "^6.2.1", "socket.io-client": "^2.3.0" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index 337bf06c50..d120e68e23 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.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) + +**Note:** Version bump only for package @feathersjs/socketio + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 7ffac94e86..9af2e83e86 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.9", + "version": "4.3.10", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -36,7 +36,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.3.9", + "@feathersjs/transport-commons": "^4.3.10", "@types/socket.io": "^2.1.4", "debug": "^4.1.1", "socket.io": "^2.3.0", @@ -44,13 +44,13 @@ }, "devDependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/express": "^4.3.9", - "@feathersjs/feathers": "^4.3.9", - "@feathersjs/tests": "^4.3.9", + "@feathersjs/express": "^4.3.10", + "@feathersjs/feathers": "^4.3.10", + "@feathersjs/tests": "^4.3.10", "feathers-memory": "^4.1.0", "lodash": "^4.17.15", "mocha": "^6.2.1", "socket.io-client": "^2.3.0" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" } diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index 1a595ad033..0851ac93f9 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.10](https://github.com/feathersjs/feathers/compare/v4.3.9...v4.3.10) (2019-10-26) + +**Note:** Version bump only for package @feathersjs/tests + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (2019-10-26) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index e8e821468c..7e398c1914 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.9", + "version": "4.3.10", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -42,7 +42,7 @@ "lodash": "^4.17.15" }, "devDependencies": { - "@feathersjs/feathers": "^4.3.9", + "@feathersjs/feathers": "^4.3.10", "@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 05eb2292a3..314531305b 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.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 + + + + + ## [4.3.9](https://github.com/feathersjs/feathers/compare/v4.3.8...v4.3.9) (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 15d0928044..50dd012b5a 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.9", + "version": "4.3.10", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -40,13 +40,13 @@ }, "dependencies": { "@feathersjs/commons": "^4.3.7", - "@feathersjs/errors": "^4.3.9", + "@feathersjs/errors": "^4.3.10", "debug": "^4.1.1", "lodash": "^4.17.15", "radix-router": "^3.0.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.3.9", + "@feathersjs/feathers": "^4.3.10", "@types/debug": "^4.1.5", "@types/mocha": "^5.2.7", "@types/node": "^12.7.12", @@ -55,5 +55,5 @@ "ts-node": "^8.4.1", "typescript": "^3.6.4" }, - "gitHead": "907510a8f1f8c675b3ec3b8d9962991c76195694" + "gitHead": "3e5a4a03cfa3a0bd5b13bb5a039ba821848c3335" }