From d971d30da3c7f1b26a33e9a93c72a37bf6996284 Mon Sep 17 00:00:00 2001 From: David Luecke Date: Fri, 17 Jan 2020 17:03:14 -0800 Subject: [PATCH] chore(release): publish v4.5.0 --- lerna.json | 2 +- packages/adapter-commons/CHANGELOG.md | 8 +++++++ packages/adapter-commons/package.json | 8 +++---- packages/adapter-tests/CHANGELOG.md | 8 +++++++ packages/adapter-tests/package.json | 6 +++--- packages/authentication-client/CHANGELOG.md | 8 +++++++ packages/authentication-client/package.json | 24 ++++++++++----------- packages/authentication-local/CHANGELOG.md | 8 +++++++ packages/authentication-local/package.json | 8 +++---- packages/authentication-oauth/CHANGELOG.md | 11 ++++++++++ packages/authentication-oauth/package.json | 10 ++++----- packages/authentication/CHANGELOG.md | 11 ++++++++++ packages/authentication/package.json | 8 +++---- packages/client/CHANGELOG.md | 8 +++++++ packages/client/package.json | 22 +++++++++---------- packages/commons/CHANGELOG.md | 8 +++++++ packages/commons/package.json | 2 +- packages/configuration/CHANGELOG.md | 8 +++++++ packages/configuration/package.json | 4 ++-- packages/errors/CHANGELOG.md | 8 +++++++ packages/errors/package.json | 4 ++-- packages/express/CHANGELOG.md | 8 +++++++ packages/express/package.json | 14 ++++++------ packages/feathers/CHANGELOG.md | 11 ++++++++++ packages/feathers/package.json | 4 ++-- packages/primus-client/CHANGELOG.md | 8 +++++++ packages/primus-client/package.json | 12 +++++------ packages/primus/CHANGELOG.md | 8 +++++++ packages/primus/package.json | 12 +++++------ packages/rest-client/CHANGELOG.md | 11 ++++++++++ packages/rest-client/package.json | 12 +++++------ packages/socketio-client/CHANGELOG.md | 8 +++++++ packages/socketio-client/package.json | 12 +++++------ packages/socketio/CHANGELOG.md | 8 +++++++ packages/socketio/package.json | 12 +++++------ packages/tests/CHANGELOG.md | 8 +++++++ packages/tests/package.json | 4 ++-- packages/transport-commons/CHANGELOG.md | 8 +++++++ packages/transport-commons/package.json | 8 +++---- 39 files changed, 258 insertions(+), 94 deletions(-) diff --git a/lerna.json b/lerna.json index edc8136900..a7cf8ae785 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "4.4.3", + "version": "4.5.0", "command": { "bootstrap": { "hoist": true diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index 126599c125..e52441d359 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.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/adapter-commons + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 47a391d475..1b8508abae 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "4.4.3", + "version": "4.5.0", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -41,9 +41,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.4.3", - "@feathersjs/errors": "^4.4.3", - "@feathersjs/feathers": "^4.4.3" + "@feathersjs/commons": "^4.5.0", + "@feathersjs/errors": "^4.5.0", + "@feathersjs/feathers": "^4.5.0" }, "devDependencies": { "@types/mocha": "^5.2.7", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index ac6f347957..9ee1e55aed 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.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/adapter-tests + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/adapter-tests diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index 9992a6e350..638a70979a 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "4.4.3", + "version": "4.5.0", "description": "Feathers shared database adapter test suite", "homepage": "https://feathersjs.com", "keywords": [ @@ -38,8 +38,8 @@ "access": "public" }, "devDependencies": { - "@feathersjs/errors": "^4.4.3", - "@feathersjs/feathers": "^4.4.3", + "@feathersjs/errors": "^4.5.0", + "@feathersjs/feathers": "^4.5.0", "feathers-memory": "^4.1.0", "mocha": "^6.2.2" }, diff --git a/packages/authentication-client/CHANGELOG.md b/packages/authentication-client/CHANGELOG.md index d5c7cccd96..d0f713c64c 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/authentication-client + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/authentication-client diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index 6677a3e424..606b534f8d 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.4.3", + "version": "4.5.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,20 +43,20 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.4.3", - "@feathersjs/commons": "^4.4.3", - "@feathersjs/errors": "^4.4.3", - "@feathersjs/feathers": "^4.4.3", + "@feathersjs/authentication": "^4.5.0", + "@feathersjs/commons": "^4.5.0", + "@feathersjs/errors": "^4.5.0", + "@feathersjs/feathers": "^4.5.0", "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/authentication-local": "^4.4.3", - "@feathersjs/express": "^4.4.3", - "@feathersjs/primus": "^4.4.3", - "@feathersjs/primus-client": "^4.4.3", - "@feathersjs/rest-client": "^4.4.3", - "@feathersjs/socketio": "^4.4.3", - "@feathersjs/socketio-client": "^4.4.3", + "@feathersjs/authentication-local": "^4.5.0", + "@feathersjs/express": "^4.5.0", + "@feathersjs/primus": "^4.5.0", + "@feathersjs/primus-client": "^4.5.0", + "@feathersjs/rest-client": "^4.5.0", + "@feathersjs/socketio": "^4.5.0", + "@feathersjs/socketio-client": "^4.5.0", "@types/debug": "^4.1.5", "@types/mocha": "^5.2.7", "@types/node": "^13.1.1", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index 454d870e23..a031edc5b6 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.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/authentication-local + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/authentication-local diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index 128ca69a41..fbc72bb71e 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.4.3", + "version": "4.5.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,9 +43,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.4.3", - "@feathersjs/errors": "^4.4.3", - "@feathersjs/feathers": "^4.4.3", + "@feathersjs/authentication": "^4.5.0", + "@feathersjs/errors": "^4.5.0", + "@feathersjs/feathers": "^4.5.0", "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 89fc8e9303..aa119cf056 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + + +### Features + +* **authentication-oauth:** Set oAuth redirect URL dynamically and pass query the service ([#1737](https://github.com/feathersjs/feathers/issues/1737)) ([0b05f0b](https://github.com/feathersjs/feathers/commit/0b05f0b58a257820fa61d695a36f36455209f6a1)) + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/authentication-oauth diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index 997f42e348..9bfc4bd196 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.4.3", + "version": "4.5.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,10 +43,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.4.3", - "@feathersjs/errors": "^4.4.3", - "@feathersjs/express": "^4.4.3", - "@feathersjs/feathers": "^4.4.3", + "@feathersjs/authentication": "^4.5.0", + "@feathersjs/errors": "^4.5.0", + "@feathersjs/express": "^4.5.0", + "@feathersjs/feathers": "^4.5.0", "debug": "^4.1.1", "express-session": "^1.17.0", "grant": "^4.6.5", diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index 1fdf8baf4a..770dc9d942 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + + +### Bug Fixes + +* Add `params.authentication` type, remove `hook.connection` type ([#1732](https://github.com/feathersjs/feathers/issues/1732)) ([d46b7b2](https://github.com/feathersjs/feathers/commit/d46b7b2abac8862c0e4dbfce20d71b8b8a96692f)) + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/authentication diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 6cadacf3bb..cffab37943 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.4.3", + "version": "4.5.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,9 +43,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/errors": "^4.4.3", - "@feathersjs/feathers": "^4.4.3", - "@feathersjs/transport-commons": "^4.4.3", + "@feathersjs/errors": "^4.5.0", + "@feathersjs/feathers": "^4.5.0", + "@feathersjs/transport-commons": "^4.5.0", "@types/jsonwebtoken": "^8.3.6", "debug": "^4.1.1", "jsonwebtoken": "^8.5.1", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index f4316760f4..a982973128 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/client + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index 766dbe5063..c1d65af20c 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.4.3", + "version": "4.5.0", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git" @@ -41,16 +41,16 @@ "devDependencies": { "@babel/core": "^7.7.7", "@babel/preset-env": "^7.7.7", - "@feathersjs/authentication-client": "^4.4.3", - "@feathersjs/errors": "^4.4.3", - "@feathersjs/express": "^4.4.3", - "@feathersjs/feathers": "^4.4.3", - "@feathersjs/primus": "^4.4.3", - "@feathersjs/primus-client": "^4.4.3", - "@feathersjs/rest-client": "^4.4.3", - "@feathersjs/socketio": "^4.4.3", - "@feathersjs/socketio-client": "^4.4.3", - "@feathersjs/tests": "^4.4.3", + "@feathersjs/authentication-client": "^4.5.0", + "@feathersjs/errors": "^4.5.0", + "@feathersjs/express": "^4.5.0", + "@feathersjs/feathers": "^4.5.0", + "@feathersjs/primus": "^4.5.0", + "@feathersjs/primus-client": "^4.5.0", + "@feathersjs/rest-client": "^4.5.0", + "@feathersjs/socketio": "^4.5.0", + "@feathersjs/socketio-client": "^4.5.0", + "@feathersjs/tests": "^4.5.0", "babel-loader": "^8.0.6", "body-parser": "^1.19.0", "feathers-memory": "^4.1.0", diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index e69ef4d224..ba1483644d 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/commons + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/commons diff --git a/packages/commons/package.json b/packages/commons/package.json index d9378fa189..52e6d049e4 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "4.4.3", + "version": "4.5.0", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index 60ac152595..ab60a3e619 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/configuration + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index 8ba4dc403e..bc4c352750 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.4.3", + "version": "4.5.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^4.4.3", + "@feathersjs/feathers": "^4.5.0", "config": "^3.2.4", "debug": "^4.1.1" }, diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 0a3e7381eb..9a79af3a67 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/errors + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index e808dedfeb..e3dde07aa4 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.4.3", + "version": "4.5.0", "homepage": "https://feathersjs.com", "main": "lib/index", "types": "index.d.ts", @@ -39,7 +39,7 @@ "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.4.3", + "@feathersjs/feathers": "^4.5.0", "express": "^4.17.1", "mocha": "^6.2.2" }, diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 5d9b98aa82..33b4572f40 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/express + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index 33b10493f0..2853644abf 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.4.3", + "version": "4.5.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -40,8 +40,8 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.4.3", - "@feathersjs/errors": "^4.4.3", + "@feathersjs/commons": "^4.5.0", + "@feathersjs/errors": "^4.5.0", "@types/express": "^4.17.2", "debug": "^4.1.1", "express": "^4.17.1", @@ -49,10 +49,10 @@ "uberproto": "^2.0.4" }, "devDependencies": { - "@feathersjs/authentication": "^4.4.3", - "@feathersjs/authentication-local": "^4.4.3", - "@feathersjs/feathers": "^4.4.3", - "@feathersjs/tests": "^4.4.3", + "@feathersjs/authentication": "^4.5.0", + "@feathersjs/authentication-local": "^4.5.0", + "@feathersjs/feathers": "^4.5.0", + "@feathersjs/tests": "^4.5.0", "axios": "^0.19.0", "lodash": "^4.17.15", "mocha": "^6.2.2" diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index c92dea00a6..84fdc4da47 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + + +### Bug Fixes + +* Add `params.authentication` type, remove `hook.connection` type ([#1732](https://github.com/feathersjs/feathers/issues/1732)) ([d46b7b2](https://github.com/feathersjs/feathers/commit/d46b7b2abac8862c0e4dbfce20d71b8b8a96692f)) + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/feathers diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 73b8f14f57..18819a0b96 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.4.3", + "version": "4.5.0", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -45,7 +45,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.4.3", + "@feathersjs/commons": "^4.5.0", "debug": "^4.1.1", "events": "^3.0.0", "uberproto": "^2.0.4" diff --git a/packages/primus-client/CHANGELOG.md b/packages/primus-client/CHANGELOG.md index ccf727f007..afea11f51f 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/primus-client + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/primus-client diff --git a/packages/primus-client/package.json b/packages/primus-client/package.json index 41ba3d9422..09e9063d1c 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.4.3", + "version": "4.5.0", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,13 +40,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.4.3" + "@feathersjs/transport-commons": "^4.5.0" }, "devDependencies": { - "@feathersjs/commons": "^4.4.3", - "@feathersjs/feathers": "^4.4.3", - "@feathersjs/primus": "^4.4.3", - "@feathersjs/tests": "^4.4.3", + "@feathersjs/commons": "^4.5.0", + "@feathersjs/feathers": "^4.5.0", + "@feathersjs/primus": "^4.5.0", + "@feathersjs/tests": "^4.5.0", "feathers-memory": "^4.1.0", "mocha": "^6.2.2", "ws": "^7.2.1" diff --git a/packages/primus/CHANGELOG.md b/packages/primus/CHANGELOG.md index 0c6a53a186..2b89cec8fd 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/primus + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/primus diff --git a/packages/primus/package.json b/packages/primus/package.json index 7eed84d6bf..018279a6fc 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.4.3", + "version": "4.5.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -40,17 +40,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.4.3", + "@feathersjs/transport-commons": "^4.5.0", "debug": "^4.1.1", "primus": "^7.3.4", "primus-emitter": "^3.1.1", "uberproto": "^2.0.4" }, "devDependencies": { - "@feathersjs/commons": "^4.4.3", - "@feathersjs/express": "^4.4.3", - "@feathersjs/feathers": "^4.4.3", - "@feathersjs/tests": "^4.4.3", + "@feathersjs/commons": "^4.5.0", + "@feathersjs/express": "^4.5.0", + "@feathersjs/feathers": "^4.5.0", + "@feathersjs/tests": "^4.5.0", "feathers-memory": "^4.1.0", "lodash": "^4.17.15", "mocha": "^6.2.2", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index 7239c0c237..1d00e03e78 100644 --- a/packages/rest-client/CHANGELOG.md +++ b/packages/rest-client/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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + + +### Features + +* **rest-client:** Allow for customising rest clients ([#1780](https://github.com/feathersjs/feathers/issues/1780)) ([c5cfec7](https://github.com/feathersjs/feathers/commit/c5cfec7a4aafcaffaab0cdacb9b5d297ff20320f)) + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/rest-client diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index 8f6f932933..c43a9408de 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.4.3", + "version": "4.5.0", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,8 +40,8 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.4.3", - "@feathersjs/errors": "^4.4.3", + "@feathersjs/commons": "^4.5.0", + "@feathersjs/errors": "^4.5.0", "qs": "^6.9.1" }, "devDependencies": { @@ -49,9 +49,9 @@ "@angular/core": "^8.2.14", "@angular/http": "^7.2.15", "@angular/platform-browser": "^8.2.14", - "@feathersjs/express": "^4.4.3", - "@feathersjs/feathers": "^4.4.3", - "@feathersjs/tests": "^4.4.3", + "@feathersjs/express": "^4.5.0", + "@feathersjs/feathers": "^4.5.0", + "@feathersjs/tests": "^4.5.0", "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 7325e57112..79dcc5739f 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/socketio-client + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index a430a002cc..5cac4176b6 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.4.3", + "version": "4.5.0", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,14 +40,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.4.3", + "@feathersjs/transport-commons": "^4.5.0", "@types/socket.io-client": "^1.4.32" }, "devDependencies": { - "@feathersjs/commons": "^4.4.3", - "@feathersjs/feathers": "^4.4.3", - "@feathersjs/socketio": "^4.4.3", - "@feathersjs/tests": "^4.4.3", + "@feathersjs/commons": "^4.5.0", + "@feathersjs/feathers": "^4.5.0", + "@feathersjs/socketio": "^4.5.0", + "@feathersjs/tests": "^4.5.0", "feathers-memory": "^4.1.0", "mocha": "^6.2.2", "socket.io-client": "^2.3.0" diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index 9bfd72ca67..5e1047c77a 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/socketio + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index c42b181e79..f564795789 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.4.3", + "version": "4.5.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -40,17 +40,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.4.3", + "@feathersjs/transport-commons": "^4.5.0", "@types/socket.io": "^2.1.4", "debug": "^4.1.1", "socket.io": "^2.3.0", "uberproto": "^2.0.4" }, "devDependencies": { - "@feathersjs/commons": "^4.4.3", - "@feathersjs/express": "^4.4.3", - "@feathersjs/feathers": "^4.4.3", - "@feathersjs/tests": "^4.4.3", + "@feathersjs/commons": "^4.5.0", + "@feathersjs/express": "^4.5.0", + "@feathersjs/feathers": "^4.5.0", + "@feathersjs/tests": "^4.5.0", "feathers-memory": "^4.1.0", "lodash": "^4.17.15", "mocha": "^6.2.2", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index a0e29df06a..8ac4054494 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/tests + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index aa98effbea..ac9001718d 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.4.3", + "version": "4.5.0", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -46,7 +46,7 @@ "lodash": "^4.17.15" }, "devDependencies": { - "@feathersjs/feathers": "^4.4.3", + "@feathersjs/feathers": "^4.5.0", "@types/axios": "^0.14.0", "@types/debug": "^4.1.5", "@types/lodash": "^4.14.149", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 9ce454764e..da110b93dc 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.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18) + +**Note:** Version bump only for package @feathersjs/transport-commons + + + + + ## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06) **Note:** Version bump only for package @feathersjs/transport-commons diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 081a31b11f..ee1cb854f9 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.4.3", + "version": "4.5.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,14 +43,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.4.3", - "@feathersjs/errors": "^4.4.3", + "@feathersjs/commons": "^4.5.0", + "@feathersjs/errors": "^4.5.0", "debug": "^4.1.1", "lodash": "^4.17.15", "radix-router": "^3.0.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.4.3", + "@feathersjs/feathers": "^4.5.0", "@types/debug": "^4.1.5", "@types/mocha": "^5.2.7", "@types/node": "^13.1.1",