From 25b6fb546768e4396333368d57a26b24f5489010 Mon Sep 17 00:00:00 2001 From: daffl Date: Wed, 13 Apr 2022 13:41:12 -0700 Subject: [PATCH] chore(release): publish v4.5.14 --- CHANGELOG.md | 12 ++++++++++++ lerna.json | 2 +- packages/authentication-client/CHANGELOG.md | 8 ++++++++ packages/authentication-client/package.json | 18 +++++++++--------- packages/authentication-local/CHANGELOG.md | 8 ++++++++ packages/authentication-local/package.json | 4 ++-- packages/authentication-oauth/CHANGELOG.md | 8 ++++++++ packages/authentication-oauth/package.json | 6 +++--- packages/authentication/CHANGELOG.md | 8 ++++++++ packages/authentication/package.json | 4 ++-- packages/client/CHANGELOG.md | 8 ++++++++ packages/client/package.json | 16 ++++++++-------- packages/express/CHANGELOG.md | 8 ++++++++ packages/express/package.json | 6 +++--- packages/primus-client/CHANGELOG.md | 8 ++++++++ packages/primus-client/package.json | 6 +++--- packages/primus/CHANGELOG.md | 8 ++++++++ packages/primus/package.json | 6 +++--- packages/rest-client/CHANGELOG.md | 11 +++++++++++ packages/rest-client/package.json | 4 ++-- packages/socketio-client/CHANGELOG.md | 8 ++++++++ packages/socketio-client/package.json | 6 +++--- packages/socketio/CHANGELOG.md | 8 ++++++++ packages/socketio/package.json | 6 +++--- packages/transport-commons/CHANGELOG.md | 11 +++++++++++ packages/transport-commons/package.json | 2 +- 26 files changed, 157 insertions(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 072a642293..c24c1fe5cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) + + +### Bug Fixes + +* **rest-client:** Import errors from @feathers/errors ([#2591](https://github.com/feathersjs/feathers/issues/2591)) ([445e804](https://github.com/feathersjs/feathers/commit/445e8045af29922161a145e143625a6881139cfd)) +* **transport-commons:** Ensure socket queries are always plain objects ([#2598](https://github.com/feathersjs/feathers/issues/2598)) ([5ec2ec8](https://github.com/feathersjs/feathers/commit/5ec2ec8ecae21a047ccaac5608e6917a3095bc58)) + + + + + ## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10) diff --git a/lerna.json b/lerna.json index 31b15963be..7e22f58daa 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "4.5.13", + "version": "4.5.14", "command": { "bootstrap": { "hoist": true diff --git a/packages/authentication-client/CHANGELOG.md b/packages/authentication-client/CHANGELOG.md index e8fcf5366d..41d9e1d2b4 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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) + +**Note:** Version bump only for package @feathersjs/authentication-client + + + + + ## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10) **Note:** Version bump only for package @feathersjs/authentication-client diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index d371056972..ff133ff58c 100644 --- a/packages/authentication-client/package.json +++ b/packages/authentication-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-client", "description": "The authentication plugin for feathers-client", - "version": "4.5.13", + "version": "4.5.14", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,20 +52,20 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.12", + "@feathersjs/authentication": "^4.5.14", "@feathersjs/commons": "^4.5.12", "@feathersjs/errors": "^4.5.12", "@feathersjs/feathers": "^4.5.12", "debug": "^4.3.3" }, "devDependencies": { - "@feathersjs/authentication-local": "^4.5.12", - "@feathersjs/express": "^4.5.12", - "@feathersjs/primus": "^4.5.12", - "@feathersjs/primus-client": "^4.5.12", - "@feathersjs/rest-client": "^4.5.12", - "@feathersjs/socketio": "^4.5.13", - "@feathersjs/socketio-client": "^4.5.13", + "@feathersjs/authentication-local": "^4.5.14", + "@feathersjs/express": "^4.5.14", + "@feathersjs/primus": "^4.5.14", + "@feathersjs/primus-client": "^4.5.14", + "@feathersjs/rest-client": "^4.5.14", + "@feathersjs/socketio": "^4.5.14", + "@feathersjs/socketio-client": "^4.5.14", "@types/debug": "^4.1.7", "@types/mocha": "^9.0.0", "@types/node": "^17.0.8", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index 28e0af3c89..6b7d46c64b 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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) + +**Note:** Version bump only for package @feathersjs/authentication-local + + + + + ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index f09372834b..b10860936d 100644 --- a/packages/authentication-local/package.json +++ b/packages/authentication-local/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-local", "description": "Local authentication strategy for @feathers/authentication", - "version": "4.5.12", + "version": "4.5.14", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,7 +52,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.12", + "@feathersjs/authentication": "^4.5.14", "@feathersjs/errors": "^4.5.12", "@feathersjs/feathers": "^4.5.12", "bcryptjs": "^2.4.3", diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index 7285ace31f..174e775319 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.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) + +**Note:** Version bump only for package @feathersjs/authentication-oauth + + + + + ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index c174e0e333..c8a0be4b03 100644 --- a/packages/authentication-oauth/package.json +++ b/packages/authentication-oauth/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-oauth", "description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.", - "version": "4.5.12", + "version": "4.5.14", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,9 +52,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.12", + "@feathersjs/authentication": "^4.5.14", "@feathersjs/errors": "^4.5.12", - "@feathersjs/express": "^4.5.12", + "@feathersjs/express": "^4.5.14", "@feathersjs/feathers": "^4.5.12", "debug": "^4.3.3", "express-session": "^1.17.2", diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index 7301d39c05..e90d78f35f 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.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) + +**Note:** Version bump only for package @feathersjs/authentication + + + + + ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 37823828fa..7c923044ac 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication", "description": "Add Authentication to your FeathersJS app.", - "version": "4.5.12", + "version": "4.5.14", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,7 +54,7 @@ "dependencies": { "@feathersjs/errors": "^4.5.12", "@feathersjs/feathers": "^4.5.12", - "@feathersjs/transport-commons": "^4.5.12", + "@feathersjs/transport-commons": "^4.5.14", "@types/jsonwebtoken": "^8.5.6", "debug": "^4.3.3", "jsonwebtoken": "^8.5.1", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index c7ae5e7f9d..51c488beb6 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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) + +**Note:** Version bump only for package @feathersjs/client + + + + + ## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index 7eed510972..9315bf2e0b 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/client", "description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections", - "version": "4.5.13", + "version": "4.5.14", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git" @@ -51,15 +51,15 @@ "devDependencies": { "@babel/core": "^7.16.7", "@babel/preset-env": "^7.16.7", - "@feathersjs/authentication-client": "^4.5.13", + "@feathersjs/authentication-client": "^4.5.14", "@feathersjs/errors": "^4.5.12", - "@feathersjs/express": "^4.5.12", + "@feathersjs/express": "^4.5.14", "@feathersjs/feathers": "^4.5.12", - "@feathersjs/primus": "^4.5.12", - "@feathersjs/primus-client": "^4.5.12", - "@feathersjs/rest-client": "^4.5.12", - "@feathersjs/socketio": "^4.5.13", - "@feathersjs/socketio-client": "^4.5.13", + "@feathersjs/primus": "^4.5.14", + "@feathersjs/primus-client": "^4.5.14", + "@feathersjs/rest-client": "^4.5.14", + "@feathersjs/socketio": "^4.5.14", + "@feathersjs/socketio-client": "^4.5.14", "@feathersjs/tests": "^4.5.12", "babel-loader": "^8.2.3", "body-parser": "^1.19.1", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 81a4216d59..5b1616106f 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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) + +**Note:** Version bump only for package @feathersjs/express + + + + + ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/express/package.json b/packages/express/package.json index 7e18076990..5beb73fbdc 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/express", "description": "Feathers Express framework bindings and REST provider", - "version": "4.5.12", + "version": "4.5.14", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -58,8 +58,8 @@ "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/authentication": "^4.5.12", - "@feathersjs/authentication-local": "^4.5.12", + "@feathersjs/authentication": "^4.5.14", + "@feathersjs/authentication-local": "^4.5.14", "@feathersjs/feathers": "^4.5.12", "@feathersjs/tests": "^4.5.12", "axios": "^0.24.0", diff --git a/packages/primus-client/CHANGELOG.md b/packages/primus-client/CHANGELOG.md index 2465fa57ef..3473cf3935 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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) + +**Note:** Version bump only for package @feathersjs/primus-client + + + + + ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/primus-client/package.json b/packages/primus-client/package.json index 1dd406e389..06094853e6 100644 --- a/packages/primus-client/package.json +++ b/packages/primus-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/primus-client", "description": "Client services for Primus and feathers-primus", - "version": "4.5.12", + "version": "4.5.14", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -49,12 +49,12 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.12" + "@feathersjs/transport-commons": "^4.5.14" }, "devDependencies": { "@feathersjs/commons": "^4.5.12", "@feathersjs/feathers": "^4.5.12", - "@feathersjs/primus": "^4.5.12", + "@feathersjs/primus": "^4.5.14", "@feathersjs/tests": "^4.5.12", "feathers-memory": "^4.1.0", "mocha": "^9.1.3", diff --git a/packages/primus/CHANGELOG.md b/packages/primus/CHANGELOG.md index 851ba94fbc..06a7248165 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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) + +**Note:** Version bump only for package @feathersjs/primus + + + + + ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/primus/package.json b/packages/primus/package.json index e23a52f4f0..240c9c8454 100644 --- a/packages/primus/package.json +++ b/packages/primus/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/primus", "description": "The Feathers Primus real-time API provider", - "version": "4.5.12", + "version": "4.5.14", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -49,7 +49,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.12", + "@feathersjs/transport-commons": "^4.5.14", "debug": "^4.3.3", "primus": "^8.0.5", "primus-emitter": "^3.1.1", @@ -57,7 +57,7 @@ }, "devDependencies": { "@feathersjs/commons": "^4.5.12", - "@feathersjs/express": "^4.5.12", + "@feathersjs/express": "^4.5.14", "@feathersjs/feathers": "^4.5.12", "@feathersjs/tests": "^4.5.12", "feathers-memory": "^4.1.0", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index df5a7dd9cf..33cacf4268 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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) + + +### Bug Fixes + +* **rest-client:** Import errors from @feathers/errors ([#2591](https://github.com/feathersjs/feathers/issues/2591)) ([445e804](https://github.com/feathersjs/feathers/commit/445e8045af29922161a145e143625a6881139cfd)) + + + + + ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index e25ee550de..99ae808a27 100644 --- a/packages/rest-client/package.json +++ b/packages/rest-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/rest-client", "description": "REST client services for different Ajax libraries", - "version": "4.5.12", + "version": "4.5.14", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -58,7 +58,7 @@ "@angular/core": "^11.0.3", "@angular/http": "^7.2.16", "@angular/platform-browser": "^11.0.3", - "@feathersjs/express": "^4.5.12", + "@feathersjs/express": "^4.5.14", "@feathersjs/feathers": "^4.5.12", "@feathersjs/tests": "^4.5.12", "axios": "^0.24.0", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index ef53186e9c..8150eec503 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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) + +**Note:** Version bump only for package @feathersjs/socketio-client + + + + + ## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index 5f19aa8af3..9317c7de02 100644 --- a/packages/socketio-client/package.json +++ b/packages/socketio-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/socketio-client", "description": "The client for Socket.io through feathers-socketio", - "version": "4.5.13", + "version": "4.5.14", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,13 +40,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.12", + "@feathersjs/transport-commons": "^4.5.14", "@types/socket.io-client": "^1.4.36" }, "devDependencies": { "@feathersjs/commons": "^4.5.12", "@feathersjs/feathers": "^4.5.12", - "@feathersjs/socketio": "^4.5.13", + "@feathersjs/socketio": "^4.5.14", "@feathersjs/tests": "^4.5.12", "feathers-memory": "^4.1.0", "mocha": "^9.1.3", diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index 88ca98649e..a2a6d5e363 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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) + +**Note:** Version bump only for package @feathersjs/socketio + + + + + ## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10) diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 69dc7ed52c..664e7ae6b7 100644 --- a/packages/socketio/package.json +++ b/packages/socketio/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/socketio", "description": "The Feathers Socket.io real-time API provider", - "version": "4.5.13", + "version": "4.5.14", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -49,7 +49,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.12", + "@feathersjs/transport-commons": "^4.5.14", "@types/socket.io": "^2.1.11", "debug": "^4.3.3", "socket.io": "^2.3.0", @@ -57,7 +57,7 @@ }, "devDependencies": { "@feathersjs/commons": "^4.5.12", - "@feathersjs/express": "^4.5.12", + "@feathersjs/express": "^4.5.14", "@feathersjs/feathers": "^4.5.12", "@feathersjs/tests": "^4.5.12", "@types/mocha": "^9.0.0", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 7a3165040d..cf0ba8d44d 100644 --- a/packages/transport-commons/CHANGELOG.md +++ b/packages/transport-commons/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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) + + +### Bug Fixes + +* **transport-commons:** Ensure socket queries are always plain objects ([#2598](https://github.com/feathersjs/feathers/issues/2598)) ([5ec2ec8](https://github.com/feathersjs/feathers/commit/5ec2ec8ecae21a047ccaac5608e6917a3095bc58)) + + + + + ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 2345f20f53..3f14ef7505 100644 --- a/packages/transport-commons/package.json +++ b/packages/transport-commons/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/transport-commons", "description": "Shared functionality for websocket providers", - "version": "4.5.12", + "version": "4.5.14", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/",