From 8697ecc85808437e9aab63e5d2327679340c5401 Mon Sep 17 00:00:00 2001 From: daffl Date: Wed, 5 Jan 2022 17:31:30 -0800 Subject: [PATCH] chore(release): publish v4.5.12 --- CHANGELOG.md | 12 +++++++++++ lerna.json | 2 +- packages/adapter-commons/CHANGELOG.md | 11 ++++++++++ packages/adapter-commons/package.json | 8 +++---- packages/adapter-tests/CHANGELOG.md | 11 ++++++++++ packages/adapter-tests/package.json | 2 +- packages/authentication-client/CHANGELOG.md | 11 ++++++++++ packages/authentication-client/package.json | 24 ++++++++++----------- packages/authentication-local/CHANGELOG.md | 11 ++++++++++ packages/authentication-local/package.json | 8 +++---- packages/authentication-oauth/CHANGELOG.md | 12 +++++++++++ packages/authentication-oauth/package.json | 10 ++++----- packages/authentication/CHANGELOG.md | 11 ++++++++++ packages/authentication/package.json | 8 +++---- packages/client/CHANGELOG.md | 11 ++++++++++ packages/client/package.json | 22 +++++++++---------- packages/commons/CHANGELOG.md | 11 ++++++++++ packages/commons/package.json | 2 +- packages/configuration/CHANGELOG.md | 11 ++++++++++ packages/configuration/package.json | 4 ++-- packages/errors/CHANGELOG.md | 11 ++++++++++ packages/errors/package.json | 4 ++-- packages/express/CHANGELOG.md | 11 ++++++++++ packages/express/package.json | 14 ++++++------ packages/feathers/CHANGELOG.md | 11 ++++++++++ packages/feathers/package.json | 4 ++-- packages/primus-client/CHANGELOG.md | 11 ++++++++++ packages/primus-client/package.json | 12 +++++------ packages/primus/CHANGELOG.md | 11 ++++++++++ packages/primus/package.json | 12 +++++------ packages/rest-client/CHANGELOG.md | 11 ++++++++++ packages/rest-client/package.json | 12 +++++------ packages/socketio-client/CHANGELOG.md | 11 ++++++++++ packages/socketio-client/package.json | 12 +++++------ packages/socketio/CHANGELOG.md | 11 ++++++++++ packages/socketio/package.json | 12 +++++------ packages/tests/CHANGELOG.md | 11 ++++++++++ packages/tests/package.json | 4 ++-- packages/transport-commons/CHANGELOG.md | 11 ++++++++++ packages/transport-commons/package.json | 8 +++---- 40 files changed, 314 insertions(+), 92 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..6112f626f1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* **authentication-oauth:** OAuth redirect lost sometimes due to session store race ([#2514](https://github.com/feathersjs/feathers/issues/2514)) ([#2515](https://github.com/feathersjs/feathers/issues/2515)) ([67a7e31](https://github.com/feathersjs/feathers/commit/67a7e31ae332992f3b52bdb35e3848f66726cbc6)) +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) diff --git a/lerna.json b/lerna.json index 25f0764bff..9df654f631 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "4.5.11", + "version": "4.5.12", "command": { "bootstrap": { "hoist": true diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index cc44f5b2a6..9ed370e2d3 100644 --- a/packages/adapter-commons/CHANGELOG.md +++ b/packages/adapter-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.12](https://github.com/feathersjs/databases/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/databases/issues/2520)) ([1c63e6b](https://github.com/feathersjs/databases/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/databases/compare/v4.5.10...v4.5.11) (2020-12-05) **Note:** Version bump only for package @feathersjs/adapter-commons diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 1d9a9dd68d..9762add4d5 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "4.5.11", + "version": "4.5.12", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -48,9 +48,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.11", - "@feathersjs/errors": "^4.5.11", - "@feathersjs/feathers": "^4.5.11" + "@feathersjs/commons": "^4.5.12", + "@feathersjs/errors": "^4.5.12", + "@feathersjs/feathers": "^4.5.12" }, "devDependencies": { "@types/mocha": "^9.0.0", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index 851ba4a717..31dc4d859d 100644 --- a/packages/adapter-tests/CHANGELOG.md +++ b/packages/adapter-tests/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.12](https://github.com/feathersjs/databases/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/databases/issues/2520)) ([1c63e6b](https://github.com/feathersjs/databases/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/databases/compare/v4.5.10...v4.5.11) (2020-12-05) **Note:** Version bump only for package @feathersjs/adapter-tests diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index 2a7519bbaa..65668a1031 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "4.5.11", + "version": "4.5.12", "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 d03c240b04..2d3af76465 100644 --- a/packages/authentication-client/CHANGELOG.md +++ b/packages/authentication-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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index eed5fee52e..e32c3bed67 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.11", + "version": "4.5.12", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,20 +52,20 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.11", - "@feathersjs/commons": "^4.5.11", - "@feathersjs/errors": "^4.5.11", - "@feathersjs/feathers": "^4.5.11", + "@feathersjs/authentication": "^4.5.12", + "@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.11", - "@feathersjs/express": "^4.5.11", - "@feathersjs/primus": "^4.5.11", - "@feathersjs/primus-client": "^4.5.11", - "@feathersjs/rest-client": "^4.5.11", - "@feathersjs/socketio": "^4.5.11", - "@feathersjs/socketio-client": "^4.5.11", + "@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.12", + "@feathersjs/socketio-client": "^4.5.12", "@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 9e7816e232..28e0af3c89 100644 --- a/packages/authentication-local/CHANGELOG.md +++ b/packages/authentication-local/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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) **Note:** Version bump only for package @feathersjs/authentication-local diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index cef8cfd262..f09372834b 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.11", + "version": "4.5.12", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,9 +52,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.11", - "@feathersjs/errors": "^4.5.11", - "@feathersjs/feathers": "^4.5.11", + "@feathersjs/authentication": "^4.5.12", + "@feathersjs/errors": "^4.5.12", + "@feathersjs/feathers": "^4.5.12", "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 1b3f06735a..7285ace31f 100644 --- a/packages/authentication-oauth/CHANGELOG.md +++ b/packages/authentication-oauth/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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* **authentication-oauth:** OAuth redirect lost sometimes due to session store race ([#2514](https://github.com/feathersjs/feathers/issues/2514)) ([#2515](https://github.com/feathersjs/feathers/issues/2515)) ([67a7e31](https://github.com/feathersjs/feathers/commit/67a7e31ae332992f3b52bdb35e3848f66726cbc6)) +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index 51d6d152f0..c174e0e333 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.11", + "version": "4.5.12", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,10 +52,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.11", - "@feathersjs/errors": "^4.5.11", - "@feathersjs/express": "^4.5.11", - "@feathersjs/feathers": "^4.5.11", + "@feathersjs/authentication": "^4.5.12", + "@feathersjs/errors": "^4.5.12", + "@feathersjs/express": "^4.5.12", + "@feathersjs/feathers": "^4.5.12", "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 bfb5e70a7e..7301d39c05 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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) **Note:** Version bump only for package @feathersjs/authentication diff --git a/packages/authentication/package.json b/packages/authentication/package.json index fce32642d5..37823828fa 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.11", + "version": "4.5.12", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,9 +52,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/errors": "^4.5.11", - "@feathersjs/feathers": "^4.5.11", - "@feathersjs/transport-commons": "^4.5.11", + "@feathersjs/errors": "^4.5.12", + "@feathersjs/feathers": "^4.5.12", + "@feathersjs/transport-commons": "^4.5.12", "@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 efa0be0cee..e488ba7b2e 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index b72dd7c609..9a2683e5ba 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.11", + "version": "4.5.12", "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.11", - "@feathersjs/errors": "^4.5.11", - "@feathersjs/express": "^4.5.11", - "@feathersjs/feathers": "^4.5.11", - "@feathersjs/primus": "^4.5.11", - "@feathersjs/primus-client": "^4.5.11", - "@feathersjs/rest-client": "^4.5.11", - "@feathersjs/socketio": "^4.5.11", - "@feathersjs/socketio-client": "^4.5.11", - "@feathersjs/tests": "^4.5.11", + "@feathersjs/authentication-client": "^4.5.12", + "@feathersjs/errors": "^4.5.12", + "@feathersjs/express": "^4.5.12", + "@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.12", + "@feathersjs/socketio-client": "^4.5.12", + "@feathersjs/tests": "^4.5.12", "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 9a6fe2a3dd..2415169717 100644 --- a/packages/commons/CHANGELOG.md +++ b/packages/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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) **Note:** Version bump only for package @feathersjs/commons diff --git a/packages/commons/package.json b/packages/commons/package.json index c49dd8e8f2..3411a5aa05 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "4.5.11", + "version": "4.5.12", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index 600c6c38b9..6aa579b4af 100644 --- a/packages/configuration/CHANGELOG.md +++ b/packages/configuration/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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index cfac9ac1d5..d8e8d0cbf9 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.11", + "version": "4.5.12", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -57,7 +57,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^4.5.11", + "@feathersjs/feathers": "^4.5.12", "config": "^3.3.6", "debug": "^4.3.3" }, diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 7aa5d75bf8..31d08131b9 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) diff --git a/packages/errors/package.json b/packages/errors/package.json index 93923f039d..5f86bc5355 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.11", + "version": "4.5.12", "homepage": "https://feathersjs.com", "main": "lib/index", "types": "index.d.ts", @@ -48,7 +48,7 @@ "debug": "^4.3.3" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.11", + "@feathersjs/feathers": "^4.5.12", "express": "^4.17.2", "mocha": "^9.1.3" }, diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 6802458075..81a4216d59 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index 2611643f05..7e18076990 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.11", + "version": "4.5.12", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -49,8 +49,8 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.11", - "@feathersjs/errors": "^4.5.11", + "@feathersjs/commons": "^4.5.12", + "@feathersjs/errors": "^4.5.12", "@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.11", - "@feathersjs/authentication-local": "^4.5.11", - "@feathersjs/feathers": "^4.5.11", - "@feathersjs/tests": "^4.5.11", + "@feathersjs/authentication": "^4.5.12", + "@feathersjs/authentication-local": "^4.5.12", + "@feathersjs/feathers": "^4.5.12", + "@feathersjs/tests": "^4.5.12", "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 9fe5a8c79f..fc9cf2c843 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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) **Note:** Version bump only for package @feathersjs/feathers diff --git a/packages/feathers/package.json b/packages/feathers/package.json index fcc41bb942..99e5d18fd4 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.11", + "version": "4.5.12", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -54,7 +54,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.11", + "@feathersjs/commons": "^4.5.12", "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 1f821c204e..2465fa57ef 100644 --- a/packages/primus-client/CHANGELOG.md +++ b/packages/primus-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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) **Note:** Version bump only for package @feathersjs/primus-client diff --git a/packages/primus-client/package.json b/packages/primus-client/package.json index 8c9cbdbabf..1dd406e389 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.11", + "version": "4.5.12", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -49,13 +49,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.11" + "@feathersjs/transport-commons": "^4.5.12" }, "devDependencies": { - "@feathersjs/commons": "^4.5.11", - "@feathersjs/feathers": "^4.5.11", - "@feathersjs/primus": "^4.5.11", - "@feathersjs/tests": "^4.5.11", + "@feathersjs/commons": "^4.5.12", + "@feathersjs/feathers": "^4.5.12", + "@feathersjs/primus": "^4.5.12", + "@feathersjs/tests": "^4.5.12", "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 bf91853450..851ba94fbc 100644 --- a/packages/primus/CHANGELOG.md +++ b/packages/primus/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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) **Note:** Version bump only for package @feathersjs/primus diff --git a/packages/primus/package.json b/packages/primus/package.json index 04bf511bd2..e23a52f4f0 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.11", + "version": "4.5.12", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -49,17 +49,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.11", + "@feathersjs/transport-commons": "^4.5.12", "debug": "^4.3.3", "primus": "^8.0.5", "primus-emitter": "^3.1.1", "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/commons": "^4.5.11", - "@feathersjs/express": "^4.5.11", - "@feathersjs/feathers": "^4.5.11", - "@feathersjs/tests": "^4.5.11", + "@feathersjs/commons": "^4.5.12", + "@feathersjs/express": "^4.5.12", + "@feathersjs/feathers": "^4.5.12", + "@feathersjs/tests": "^4.5.12", "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 3d5a65ed3d..df5a7dd9cf 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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) **Note:** Version bump only for package @feathersjs/rest-client diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index c247a3979d..e25ee550de 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.11", + "version": "4.5.12", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -49,8 +49,8 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.11", - "@feathersjs/errors": "^4.5.11", + "@feathersjs/commons": "^4.5.12", + "@feathersjs/errors": "^4.5.12", "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.11", - "@feathersjs/feathers": "^4.5.11", - "@feathersjs/tests": "^4.5.11", + "@feathersjs/express": "^4.5.12", + "@feathersjs/feathers": "^4.5.12", + "@feathersjs/tests": "^4.5.12", "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 c5d7f933aa..97d04f1efe 100644 --- a/packages/socketio-client/CHANGELOG.md +++ b/packages/socketio-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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index a1a77cf56e..baa9812b49 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.11", + "version": "4.5.12", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,14 +40,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.11", + "@feathersjs/transport-commons": "^4.5.12", "@types/socket.io-client": "^1.4.36" }, "devDependencies": { - "@feathersjs/commons": "^4.5.11", - "@feathersjs/feathers": "^4.5.11", - "@feathersjs/socketio": "^4.5.11", - "@feathersjs/tests": "^4.5.11", + "@feathersjs/commons": "^4.5.12", + "@feathersjs/feathers": "^4.5.12", + "@feathersjs/socketio": "^4.5.12", + "@feathersjs/tests": "^4.5.12", "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 d0d1f66982..5e7e649720 100644 --- a/packages/socketio/CHANGELOG.md +++ b/packages/socketio/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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index e12d3b5d21..b1936841f8 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.11", + "version": "4.5.12", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -49,17 +49,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.11", + "@feathersjs/transport-commons": "^4.5.12", "@types/socket.io": "^3.0.1", "debug": "^4.3.3", "socket.io": "^2.3.0", "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/commons": "^4.5.11", - "@feathersjs/express": "^4.5.11", - "@feathersjs/feathers": "^4.5.11", - "@feathersjs/tests": "^4.5.11", + "@feathersjs/commons": "^4.5.12", + "@feathersjs/express": "^4.5.12", + "@feathersjs/feathers": "^4.5.12", + "@feathersjs/tests": "^4.5.12", "@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 7c618a523f..a2c91a9c90 100644 --- a/packages/tests/CHANGELOG.md +++ b/packages/tests/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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index df5eb3506e..c535087f80 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.11", + "version": "4.5.12", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -46,7 +46,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.11", + "@feathersjs/feathers": "^4.5.12", "@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 6678c7a4d9..7a3165040d 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.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) + + +### Bug Fixes + +* Update all dependencies for crow release ([#2520](https://github.com/feathersjs/feathers/issues/2520)) ([1c63e6b](https://github.com/feathersjs/feathers/commit/1c63e6be37ff85edbe8dd318415ca6919864c033)) + + + + + ## [4.5.11](https://github.com/feathersjs/feathers/compare/v4.5.10...v4.5.11) (2020-12-05) diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 39e9056953..2345f20f53 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.11", + "version": "4.5.12", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,14 +43,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.11", - "@feathersjs/errors": "^4.5.11", + "@feathersjs/commons": "^4.5.12", + "@feathersjs/errors": "^4.5.12", "debug": "^4.3.3", "lodash": "^4.17.21", "radix-router": "^3.0.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.11", + "@feathersjs/feathers": "^4.5.12", "@types/debug": "^4.1.7", "@types/mocha": "^9.0.0", "@types/node": "^17.0.8",