diff --git a/CHANGELOG.md b/CHANGELOG.md index b7664dca16..296cce06b2 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + + +### Bug Fixes + +* **dependencies:** Update dependencies ([70335c4](https://github.com/feathersjs/feathers/commit/70335c4c7c0fd15ab6d1c2a617eb17fcf864fadf)) +* **transport-commons:** Crow - fix array dispatching ([#3073](https://github.com/feathersjs/feathers/issues/3073)) ([1936c64](https://github.com/feathersjs/feathers/commit/1936c64d89e549712ec302e56c2aebd52ca36e3f)) + + + + + ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/lerna.json b/lerna.json index adbfc31145..509b77ce5e 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "4.5.15", + "version": "4.5.16", "command": { "bootstrap": { "hoist": true diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index d0a80ad7c2..50d97f3b5a 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.16](https://github.com/feathersjs/databases/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/adapter-commons + + + + + ## [4.5.15](https://github.com/feathersjs/databases/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/adapter-commons diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 800cbb1ca6..a9b7003e80 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "4.5.15", + "version": "4.5.16", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -48,9 +48,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.15", - "@feathersjs/errors": "^4.5.15", - "@feathersjs/feathers": "^4.5.15" + "@feathersjs/commons": "^4.5.16", + "@feathersjs/errors": "^4.5.16", + "@feathersjs/feathers": "^4.5.16" }, "devDependencies": { "@types/mocha": "^9.0.0", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index 0285c4a6ba..fa7ac6b7df 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.16](https://github.com/feathersjs/databases/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/adapter-tests + + + + + ## [4.5.15](https://github.com/feathersjs/databases/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/adapter-tests diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index 18ec829727..20e44a970c 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "4.5.15", + "version": "4.5.16", "description": "Feathers shared database adapter test suite", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/authentication-client/CHANGELOG.md b/packages/authentication-client/CHANGELOG.md index f28dc4f8fa..f73f5e84f8 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/authentication-client + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/authentication-client diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index 0d01477369..fa06dda905 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.15", + "version": "4.5.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,20 +52,20 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.15", - "@feathersjs/commons": "^4.5.15", - "@feathersjs/errors": "^4.5.15", - "@feathersjs/feathers": "^4.5.15", + "@feathersjs/authentication": "^4.5.16", + "@feathersjs/commons": "^4.5.16", + "@feathersjs/errors": "^4.5.16", + "@feathersjs/feathers": "^4.5.16", "debug": "^4.3.3" }, "devDependencies": { - "@feathersjs/authentication-local": "^4.5.15", - "@feathersjs/express": "^4.5.15", - "@feathersjs/primus": "^4.5.15", - "@feathersjs/primus-client": "^4.5.15", - "@feathersjs/rest-client": "^4.5.15", - "@feathersjs/socketio": "^4.5.15", - "@feathersjs/socketio-client": "^4.5.15", + "@feathersjs/authentication-local": "^4.5.16", + "@feathersjs/express": "^4.5.16", + "@feathersjs/primus": "^4.5.16", + "@feathersjs/primus-client": "^4.5.16", + "@feathersjs/rest-client": "^4.5.16", + "@feathersjs/socketio": "^4.5.16", + "@feathersjs/socketio-client": "^4.5.16", "@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 6e6b560df9..b655045432 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/authentication-local + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/authentication-local diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index 7a080065f7..62c24697f9 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.15", + "version": "4.5.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,9 +52,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.15", - "@feathersjs/errors": "^4.5.15", - "@feathersjs/feathers": "^4.5.15", + "@feathersjs/authentication": "^4.5.16", + "@feathersjs/errors": "^4.5.16", + "@feathersjs/feathers": "^4.5.16", "bcryptjs": "^2.4.3", "debug": "^4.3.3", "lodash": "^4.17.21" diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index 36c231b4c6..1a6a2269d7 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/authentication-oauth + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/authentication-oauth diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index 13cfa94b9d..21ec6f3ef5 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.15", + "version": "4.5.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,10 +52,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.15", - "@feathersjs/errors": "^4.5.15", - "@feathersjs/express": "^4.5.15", - "@feathersjs/feathers": "^4.5.15", + "@feathersjs/authentication": "^4.5.16", + "@feathersjs/errors": "^4.5.16", + "@feathersjs/express": "^4.5.16", + "@feathersjs/feathers": "^4.5.16", "debug": "^4.3.3", "express-session": "^1.17.2", "grant": "^4.7.0", diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index 197c1829de..e6e2fe4bed 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + + +### Bug Fixes + +* **dependencies:** Update dependencies ([70335c4](https://github.com/feathersjs/feathers/commit/70335c4c7c0fd15ab6d1c2a617eb17fcf864fadf)) + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/authentication diff --git a/packages/authentication/package.json b/packages/authentication/package.json index a4187bb7d2..92d9326cdb 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.15", + "version": "4.5.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,9 +52,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/errors": "^4.5.15", - "@feathersjs/feathers": "^4.5.15", - "@feathersjs/transport-commons": "^4.5.15", + "@feathersjs/errors": "^4.5.16", + "@feathersjs/feathers": "^4.5.16", + "@feathersjs/transport-commons": "^4.5.16", "@types/jsonwebtoken": "^9.0.0", "debug": "^4.3.3", "jsonwebtoken": "^9.0.0", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index a2b8ee6825..4aaa3e02e3 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/client + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index 1309724942..22de3d93a2 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.15", + "version": "4.5.16", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git" @@ -51,16 +51,16 @@ "devDependencies": { "@babel/core": "^7.16.7", "@babel/preset-env": "^7.16.7", - "@feathersjs/authentication-client": "^4.5.15", - "@feathersjs/errors": "^4.5.15", - "@feathersjs/express": "^4.5.15", - "@feathersjs/feathers": "^4.5.15", - "@feathersjs/primus": "^4.5.15", - "@feathersjs/primus-client": "^4.5.15", - "@feathersjs/rest-client": "^4.5.15", - "@feathersjs/socketio": "^4.5.15", - "@feathersjs/socketio-client": "^4.5.15", - "@feathersjs/tests": "^4.5.15", + "@feathersjs/authentication-client": "^4.5.16", + "@feathersjs/errors": "^4.5.16", + "@feathersjs/express": "^4.5.16", + "@feathersjs/feathers": "^4.5.16", + "@feathersjs/primus": "^4.5.16", + "@feathersjs/primus-client": "^4.5.16", + "@feathersjs/rest-client": "^4.5.16", + "@feathersjs/socketio": "^4.5.16", + "@feathersjs/socketio-client": "^4.5.16", + "@feathersjs/tests": "^4.5.16", "babel-loader": "^8.2.3", "body-parser": "^1.19.1", "feathers-memory": "^4.1.0", diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index 1ff5ee3257..4ea29585af 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/commons + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/commons diff --git a/packages/commons/package.json b/packages/commons/package.json index 1d5ead6569..4a6bd97173 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "4.5.15", + "version": "4.5.16", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index b56582479a..329e2b0053 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/configuration + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index c11aa644dd..4fc18c23ce 100644 --- a/packages/configuration/package.json +++ b/packages/configuration/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/configuration", "description": "A small configuration module for your Feathers application.", - "version": "4.5.15", + "version": "4.5.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -57,7 +57,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^4.5.15", + "@feathersjs/feathers": "^4.5.16", "config": "^3.3.6", "debug": "^4.3.3" }, diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 71be7c70a6..cd9c00c9b9 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/errors + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index c3a6bf1476..ce2a124daa 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/errors", "description": "Common error types for Feathers apps", - "version": "4.5.15", + "version": "4.5.16", "homepage": "https://feathersjs.com", "main": "lib/index", "types": "index.d.ts", @@ -48,7 +48,7 @@ "debug": "^4.3.3" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.15", + "@feathersjs/feathers": "^4.5.16", "express": "^4.17.2", "mocha": "^9.1.3" }, diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index c3ce2e0540..fed62bb6b3 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/express + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index c7457cb086..483d892338 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.15", + "version": "4.5.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -49,8 +49,8 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.15", - "@feathersjs/errors": "^4.5.15", + "@feathersjs/commons": "^4.5.16", + "@feathersjs/errors": "^4.5.16", "@types/express": "^4.17.13", "debug": "^4.3.3", "express": "^4.17.2", @@ -58,10 +58,10 @@ "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/authentication": "^4.5.15", - "@feathersjs/authentication-local": "^4.5.15", - "@feathersjs/feathers": "^4.5.15", - "@feathersjs/tests": "^4.5.15", + "@feathersjs/authentication": "^4.5.16", + "@feathersjs/authentication-local": "^4.5.16", + "@feathersjs/feathers": "^4.5.16", + "@feathersjs/tests": "^4.5.16", "axios": "^0.24.0", "lodash": "^4.17.21", "mocha": "^9.1.3" diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index b399f84bde..357bdc607b 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.5.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/feathers + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/feathers diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 2ed594d854..00d9c69338 100644 --- a/packages/feathers/package.json +++ b/packages/feathers/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/feathers", "description": "A framework for real-time applications and REST API with JavaScript and TypeScript", - "version": "4.5.15", + "version": "4.5.16", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -54,7 +54,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.15", + "@feathersjs/commons": "^4.5.16", "debug": "^4.3.3", "events": "^3.3.0", "uberproto": "^2.0.6" diff --git a/packages/primus-client/CHANGELOG.md b/packages/primus-client/CHANGELOG.md index 75358e3a54..f3699ca538 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/primus-client + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/primus-client diff --git a/packages/primus-client/package.json b/packages/primus-client/package.json index 1bbd322bde..910a4e08d4 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.15", + "version": "4.5.16", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -49,13 +49,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.15" + "@feathersjs/transport-commons": "^4.5.16" }, "devDependencies": { - "@feathersjs/commons": "^4.5.15", - "@feathersjs/feathers": "^4.5.15", - "@feathersjs/primus": "^4.5.15", - "@feathersjs/tests": "^4.5.15", + "@feathersjs/commons": "^4.5.16", + "@feathersjs/feathers": "^4.5.16", + "@feathersjs/primus": "^4.5.16", + "@feathersjs/tests": "^4.5.16", "feathers-memory": "^4.1.0", "mocha": "^9.1.3", "ws": "^7.4.1" diff --git a/packages/primus/CHANGELOG.md b/packages/primus/CHANGELOG.md index 6cc04bde3b..e144d23f14 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/primus + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/primus diff --git a/packages/primus/package.json b/packages/primus/package.json index 5aea5c6ff8..884e93e75a 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.15", + "version": "4.5.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -49,17 +49,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.15", + "@feathersjs/transport-commons": "^4.5.16", "debug": "^4.3.3", "primus": "^8.0.5", "primus-emitter": "^3.1.1", "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/commons": "^4.5.15", - "@feathersjs/express": "^4.5.15", - "@feathersjs/feathers": "^4.5.15", - "@feathersjs/tests": "^4.5.15", + "@feathersjs/commons": "^4.5.16", + "@feathersjs/express": "^4.5.16", + "@feathersjs/feathers": "^4.5.16", + "@feathersjs/tests": "^4.5.16", "feathers-memory": "^4.1.0", "lodash": "^4.17.21", "mocha": "^9.1.3", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index 3eecfbaa6e..237982ee3b 100644 --- a/packages/rest-client/CHANGELOG.md +++ b/packages/rest-client/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/rest-client + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/rest-client diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index d191687dec..7613e8b68e 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.15", + "version": "4.5.16", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -49,8 +49,8 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.15", - "@feathersjs/errors": "^4.5.15", + "@feathersjs/commons": "^4.5.16", + "@feathersjs/errors": "^4.5.16", "qs": "^6.10.2" }, "devDependencies": { @@ -58,9 +58,9 @@ "@angular/core": "^11.0.3", "@angular/http": "^7.2.16", "@angular/platform-browser": "^11.0.3", - "@feathersjs/express": "^4.5.15", - "@feathersjs/feathers": "^4.5.15", - "@feathersjs/tests": "^4.5.15", + "@feathersjs/express": "^4.5.16", + "@feathersjs/feathers": "^4.5.16", + "@feathersjs/tests": "^4.5.16", "axios": "^0.24.0", "body-parser": "^1.19.1", "feathers-memory": "^4.1.0", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index 42a0aa831e..2aab37817d 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/socketio-client + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index 08515af14e..b78096f53d 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.15", + "version": "4.5.16", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,14 +40,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.15", + "@feathersjs/transport-commons": "^4.5.16", "@types/socket.io-client": "^1.4.36" }, "devDependencies": { - "@feathersjs/commons": "^4.5.15", - "@feathersjs/feathers": "^4.5.15", - "@feathersjs/socketio": "^4.5.15", - "@feathersjs/tests": "^4.5.15", + "@feathersjs/commons": "^4.5.16", + "@feathersjs/feathers": "^4.5.16", + "@feathersjs/socketio": "^4.5.16", + "@feathersjs/tests": "^4.5.16", "feathers-memory": "^4.1.0", "mocha": "^9.1.3", "socket.io-client": "^2.3.1" diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index 9a8ddf822b..672bbae967 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/socketio + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 8f252f7a70..9bcb0205b2 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.15", + "version": "4.5.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -49,17 +49,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.15", + "@feathersjs/transport-commons": "^4.5.16", "@types/socket.io": "^2.1.11", "debug": "^4.3.3", "socket.io": "^2.3.0", "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/commons": "^4.5.15", - "@feathersjs/express": "^4.5.15", - "@feathersjs/feathers": "^4.5.15", - "@feathersjs/tests": "^4.5.15", + "@feathersjs/commons": "^4.5.16", + "@feathersjs/express": "^4.5.16", + "@feathersjs/feathers": "^4.5.16", + "@feathersjs/tests": "^4.5.16", "@types/mocha": "^9.0.0", "@types/mongodb": "^4.0.6", "@types/node": "^17.0.8", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index 5c8139e816..77cc3ef0f5 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + +**Note:** Version bump only for package @feathersjs/tests + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index c6d372d9e5..ce04c88c49 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -2,7 +2,7 @@ "name": "@feathersjs/tests", "private": true, "description": "Feathers core module common tests", - "version": "4.5.15", + "version": "4.5.16", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -46,7 +46,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.15", + "@feathersjs/feathers": "^4.5.16", "@types/axios": "^0.14.0", "@types/debug": "^4.1.7", "@types/lodash": "^4.14.178", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 3c164d05a8..b38f687fbc 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.16](https://github.com/feathersjs/feathers/compare/v4.5.15...v4.5.16) (2023-02-24) + + +### Bug Fixes + +* **transport-commons:** Crow - fix array dispatching ([#3073](https://github.com/feathersjs/feathers/issues/3073)) ([1936c64](https://github.com/feathersjs/feathers/commit/1936c64d89e549712ec302e56c2aebd52ca36e3f)) + + + + + ## [4.5.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) **Note:** Version bump only for package @feathersjs/transport-commons diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 6b2aee8908..27aafe5e56 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.15", + "version": "4.5.16", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,14 +43,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.15", - "@feathersjs/errors": "^4.5.15", + "@feathersjs/commons": "^4.5.16", + "@feathersjs/errors": "^4.5.16", "debug": "^4.3.3", "lodash": "^4.17.21", "radix-router": "^3.0.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.15", + "@feathersjs/feathers": "^4.5.16", "@types/debug": "^4.1.7", "@types/mocha": "^9.0.0", "@types/node": "^17.0.8",