From 71ac655d260fbc9aa65cd5b9a6c088f0187ace4e Mon Sep 17 00:00:00 2001 From: daffl Date: Wed, 14 Jun 2023 20:02:04 -0700 Subject: [PATCH] chore(release): publish v5.0.6 --- CHANGELOG.md | 10 + lerna.json | 2 +- package-lock.json | 338 ++++++++++---------- packages/adapter-commons/CHANGELOG.md | 4 + packages/adapter-commons/package.json | 8 +- packages/adapter-tests/CHANGELOG.md | 4 + packages/adapter-tests/package.json | 2 +- packages/authentication-client/CHANGELOG.md | 7 + packages/authentication-client/package.json | 22 +- packages/authentication-local/CHANGELOG.md | 6 + packages/authentication-local/package.json | 14 +- packages/authentication-oauth/CHANGELOG.md | 6 + packages/authentication-oauth/package.json | 18 +- packages/authentication/CHANGELOG.md | 6 + packages/authentication/package.json | 14 +- packages/cli/CHANGELOG.md | 4 + packages/cli/package.json | 38 +-- packages/client/CHANGELOG.md | 4 + packages/client/package.json | 20 +- packages/commons/CHANGELOG.md | 4 + packages/commons/package.json | 2 +- packages/configuration/CHANGELOG.md | 4 + packages/configuration/package.json | 8 +- packages/create-feathers/CHANGELOG.md | 4 + packages/create-feathers/package.json | 4 +- packages/errors/CHANGELOG.md | 4 + packages/errors/package.json | 4 +- packages/express/CHANGELOG.md | 4 + packages/express/package.json | 16 +- packages/feathers/CHANGELOG.md | 4 + packages/feathers/package.json | 4 +- packages/generators/CHANGELOG.md | 4 + packages/generators/package.json | 36 +-- packages/knex/CHANGELOG.md | 4 + packages/knex/package.json | 14 +- packages/koa/CHANGELOG.md | 4 + packages/koa/package.json | 18 +- packages/memory/CHANGELOG.md | 4 + packages/memory/package.json | 12 +- packages/mongodb/CHANGELOG.md | 4 + packages/mongodb/package.json | 14 +- packages/rest-client/CHANGELOG.md | 4 + packages/rest-client/package.json | 14 +- packages/schema/CHANGELOG.md | 4 + packages/schema/package.json | 12 +- packages/socketio-client/CHANGELOG.md | 4 + packages/socketio-client/package.json | 14 +- packages/socketio/CHANGELOG.md | 4 + packages/socketio/package.json | 14 +- packages/tests/CHANGELOG.md | 4 + packages/tests/package.json | 4 +- packages/transport-commons/CHANGELOG.md | 4 + packages/transport-commons/package.json | 8 +- packages/typebox/CHANGELOG.md | 4 + packages/typebox/package.json | 4 +- 55 files changed, 462 insertions(+), 339 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fd7ac8989..e563c53b61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +### Bug Fixes + +- **authentication-client:** Do not trigger storage methods if storage not defined ([#3210](https://github.com/feathersjs/feathers/issues/3210)) ([261acbc](https://github.com/feathersjs/feathers/commit/261acbcde387db731e434cb106a27b49dcb64a9a)) +- **authentication-client:** removeAccessToken throws error if storage not defined ([#3195](https://github.com/feathersjs/feathers/issues/3195)) ([b8e2769](https://github.com/feathersjs/feathers/commit/b8e27698f7958a91fe9a4ee64ec5591d23194c44)) +- **authentication-local:** Local Auth - Nested username & Password fields ([#3091](https://github.com/feathersjs/feathers/issues/3091)) ([d135526](https://github.com/feathersjs/feathers/commit/d135526da18ecf2dc620b82820e1d09d8af5c0b5)) +- **authentication-oauth:** Update OAuth redirect to handle user requested redirect paths ([#3186](https://github.com/feathersjs/feathers/issues/3186)) ([3742028](https://github.com/feathersjs/feathers/commit/37420283c17bb8129c6ffdde841ce2034109cc6b)) +- **authentication:** Export JwtVerifyOptions ([#3214](https://github.com/feathersjs/feathers/issues/3214)) ([d59896e](https://github.com/feathersjs/feathers/commit/d59896eb0229f1490c712f19cf84eb2bcf123698)) + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 6e4fd29dac..f4f1b4f7b3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "ci": false, "packages": ["packages/*"], - "version": "5.0.5", + "version": "5.0.6", "command": { "bootstrap": { "hoist": true diff --git a/package-lock.json b/package-lock.json index 4a7bb4e959..dfa70e588b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22187,12 +22187,12 @@ }, "packages/adapter-commons": { "name": "@feathersjs/adapter-commons", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5" + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6" }, "devDependencies": { "@types/mocha": "^10.0.1", @@ -22214,7 +22214,7 @@ }, "packages/adapter-tests": { "name": "@feathersjs/adapter-tests", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.1", @@ -22234,15 +22234,15 @@ }, "packages/authentication": { "name": "@feathersjs/authentication", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", "@feathersjs/hooks": "^0.8.1", - "@feathersjs/schema": "^5.0.5", - "@feathersjs/transport-commons": "^5.0.5", + "@feathersjs/schema": "^5.0.6", + "@feathersjs/transport-commons": "^5.0.6", "@types/jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.0", "lodash": "^4.17.21", @@ -22250,7 +22250,7 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.5", + "@feathersjs/memory": "^5.0.6", "@types/lodash": "^4.14.195", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", @@ -22270,21 +22270,21 @@ }, "packages/authentication-client": { "name": "@feathersjs/authentication-client", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5" + "@feathersjs/authentication": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.5", - "@feathersjs/express": "^5.0.5", - "@feathersjs/memory": "^5.0.5", - "@feathersjs/rest-client": "^5.0.5", - "@feathersjs/socketio": "^5.0.5", - "@feathersjs/socketio-client": "^5.0.5", + "@feathersjs/authentication-local": "^5.0.6", + "@feathersjs/express": "^5.0.6", + "@feathersjs/memory": "^5.0.6", + "@feathersjs/rest-client": "^5.0.6", + "@feathersjs/socketio": "^5.0.6", + "@feathersjs/socketio-client": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "axios": "^1.4.0", @@ -22303,19 +22303,19 @@ }, "packages/authentication-local": { "name": "@feathersjs/authentication-local", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/authentication": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", "bcryptjs": "^2.4.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.5", - "@feathersjs/schema": "^5.0.5", + "@feathersjs/memory": "^5.0.6", + "@feathersjs/schema": "^5.0.6", "@types/bcryptjs": "^2.4.2", "@types/lodash": "^4.14.195", "@types/mocha": "^10.0.1", @@ -22335,16 +22335,16 @@ }, "packages/authentication-oauth": { "name": "@feathersjs/authentication-oauth", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/express": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/koa": "^5.0.5", - "@feathersjs/schema": "^5.0.5", + "@feathersjs/authentication": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/express": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/koa": "^5.0.6", + "@feathersjs/schema": "^5.0.6", "cookie-session": "^2.0.0", "grant": "^5.4.21", "koa-session": "^6.4.0", @@ -22352,7 +22352,7 @@ "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/memory": "^5.0.5", + "@feathersjs/memory": "^5.0.6", "@types/cookie-session": "^2.0.44", "@types/express": "^4.17.17", "@types/koa-session": "^6.4.1", @@ -22377,10 +22377,10 @@ }, "packages/cli": { "name": "@feathersjs/cli", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/generators": "^5.0.5", + "@feathersjs/generators": "^5.0.6", "chalk": "^4.0.1", "commander": "^10.0.1" }, @@ -22388,23 +22388,23 @@ "feathers": "bin/feathers" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.5", - "@feathersjs/authentication": "^5.0.5", - "@feathersjs/authentication-client": "^5.0.5", - "@feathersjs/authentication-local": "^5.0.5", - "@feathersjs/authentication-oauth": "^5.0.5", - "@feathersjs/configuration": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/express": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/knex": "^5.0.5", - "@feathersjs/koa": "^5.0.5", - "@feathersjs/mongodb": "^5.0.5", - "@feathersjs/rest-client": "^5.0.5", - "@feathersjs/schema": "^5.0.5", - "@feathersjs/socketio": "^5.0.5", - "@feathersjs/transport-commons": "^5.0.5", - "@feathersjs/typebox": "^5.0.5", + "@feathersjs/adapter-commons": "^5.0.6", + "@feathersjs/authentication": "^5.0.6", + "@feathersjs/authentication-client": "^5.0.6", + "@feathersjs/authentication-local": "^5.0.6", + "@feathersjs/authentication-oauth": "^5.0.6", + "@feathersjs/configuration": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/express": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/knex": "^5.0.6", + "@feathersjs/koa": "^5.0.6", + "@feathersjs/mongodb": "^5.0.6", + "@feathersjs/rest-client": "^5.0.6", + "@feathersjs/schema": "^5.0.6", + "@feathersjs/socketio": "^5.0.6", + "@feathersjs/transport-commons": "^5.0.6", + "@feathersjs/typebox": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "@types/prettier": "^2.7.3", @@ -22437,22 +22437,22 @@ }, "packages/client": { "name": "@feathersjs/client", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/authentication-client": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/rest-client": "^5.0.5", - "@feathersjs/socketio-client": "^5.0.5" + "@feathersjs/authentication-client": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/rest-client": "^5.0.6", + "@feathersjs/socketio-client": "^5.0.6" }, "devDependencies": { "@babel/core": "^7.22.5", "@babel/preset-env": "^7.22.5", - "@feathersjs/express": "^5.0.5", - "@feathersjs/memory": "^5.0.5", - "@feathersjs/socketio": "^5.0.5", - "@feathersjs/tests": "^5.0.5", + "@feathersjs/express": "^5.0.6", + "@feathersjs/memory": "^5.0.6", + "@feathersjs/socketio": "^5.0.6", + "@feathersjs/tests": "^5.0.6", "babel-loader": "^9.1.2", "mocha": "^10.2.0", "mocha-puppeteer": "^0.14.0", @@ -22476,7 +22476,7 @@ }, "packages/commons": { "name": "@feathersjs/commons", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.1", @@ -22496,12 +22496,12 @@ }, "packages/configuration": { "name": "@feathersjs/configuration", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/schema": "^5.0.5", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/schema": "^5.0.6", "@types/config": "^3.3.0", "config": "^3.3.9" }, @@ -22522,10 +22522,10 @@ } }, "packages/create-feathers": { - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/cli": "^5.0.5" + "@feathersjs/cli": "^5.0.6" }, "bin": { "create-feathers": "bin/create-feathers" @@ -22540,10 +22540,10 @@ }, "packages/errors": { "name": "@feathersjs/errors", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "devDependencies": { - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/feathers": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "mocha": "^10.2.0", @@ -22557,14 +22557,14 @@ }, "packages/express": { "name": "@feathersjs/express", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/transport-commons": "^5.0.5", + "@feathersjs/authentication": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/transport-commons": "^5.0.6", "@types/compression": "^1.7.2", "@types/express": "^4.17.17", "@types/express-serve-static-core": "^4.17.35", @@ -22573,8 +22573,8 @@ "express": "^4.18.2" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.5", - "@feathersjs/tests": "^5.0.5", + "@feathersjs/authentication-local": "^5.0.6", + "@feathersjs/tests": "^5.0.6", "@types/lodash": "^4.14.195", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", @@ -22595,10 +22595,10 @@ }, "packages/feathers": { "name": "@feathersjs/feathers", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.5", + "@feathersjs/commons": "^5.0.6", "@feathersjs/hooks": "^0.8.1", "events": "^3.3.0" }, @@ -22620,7 +22620,7 @@ }, "packages/generators": { "name": "@feathersjs/generators", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { "@feathershq/pinion": "^0.3.5", @@ -22630,23 +22630,23 @@ "typescript": "^5.1.3" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.5", - "@feathersjs/authentication": "^5.0.5", - "@feathersjs/authentication-client": "^5.0.5", - "@feathersjs/authentication-local": "^5.0.5", - "@feathersjs/authentication-oauth": "^5.0.5", - "@feathersjs/configuration": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/express": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/knex": "^5.0.5", - "@feathersjs/koa": "^5.0.5", - "@feathersjs/mongodb": "^5.0.5", - "@feathersjs/rest-client": "^5.0.5", - "@feathersjs/schema": "^5.0.5", - "@feathersjs/socketio": "^5.0.5", - "@feathersjs/transport-commons": "^5.0.5", - "@feathersjs/typebox": "^5.0.5", + "@feathersjs/adapter-commons": "^5.0.6", + "@feathersjs/authentication": "^5.0.6", + "@feathersjs/authentication-client": "^5.0.6", + "@feathersjs/authentication-local": "^5.0.6", + "@feathersjs/authentication-oauth": "^5.0.6", + "@feathersjs/configuration": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/express": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/knex": "^5.0.6", + "@feathersjs/koa": "^5.0.6", + "@feathersjs/mongodb": "^5.0.6", + "@feathersjs/rest-client": "^5.0.6", + "@feathersjs/schema": "^5.0.6", + "@feathersjs/socketio": "^5.0.6", + "@feathersjs/transport-commons": "^5.0.6", + "@feathersjs/typebox": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "@types/prettier": "^2.7.3", @@ -22684,17 +22684,17 @@ }, "packages/knex": { "name": "@feathersjs/knex", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5" + "@feathersjs/adapter-commons": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.5", - "@feathersjs/schema": "^5.0.5", + "@feathersjs/adapter-tests": "^5.0.6", + "@feathersjs/schema": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "knex": "^2.4.2", @@ -22717,14 +22717,14 @@ }, "packages/koa": { "name": "@feathersjs/koa", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/transport-commons": "^5.0.5", + "@feathersjs/authentication": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/transport-commons": "^5.0.6", "@koa/cors": "^4.0.0", "@types/koa": "^2.13.6", "@types/koa__cors": "^4.0.0", @@ -22737,9 +22737,9 @@ "koa-static": "^5.0.0" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.5", - "@feathersjs/memory": "^5.0.5", - "@feathersjs/tests": "^5.0.5", + "@feathersjs/authentication-local": "^5.0.6", + "@feathersjs/memory": "^5.0.6", + "@feathersjs/tests": "^5.0.6", "@types/koa-compose": "^3.2.5", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", @@ -22755,17 +22755,17 @@ }, "packages/memory": { "name": "@feathersjs/memory", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", + "@feathersjs/adapter-commons": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", "sift": "^17.0.1" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/adapter-tests": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "mocha": "^10.2.0", @@ -22779,17 +22779,17 @@ }, "packages/mongodb": { "name": "@feathersjs/mongodb", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5" + "@feathersjs/adapter-commons": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.5", - "@feathersjs/schema": "^5.0.5", + "@feathersjs/adapter-tests": "^5.0.6", + "@feathersjs/schema": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "mocha": "^10.2.0", @@ -22810,19 +22810,19 @@ }, "packages/rest-client": { "name": "@feathersjs/rest-client", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", "@types/superagent": "^4.1.18", "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/express": "^5.0.5", - "@feathersjs/memory": "^5.0.5", - "@feathersjs/tests": "^5.0.5", + "@feathersjs/express": "^5.0.6", + "@feathersjs/memory": "^5.0.6", + "@feathersjs/tests": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "@types/node-fetch": "^2.6.4", @@ -22846,13 +22846,13 @@ }, "packages/schema": { "name": "@feathersjs/schema", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/adapter-commons": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", "@feathersjs/hooks": "^0.8.1", "@types/json-schema": "^7.0.12", "ajv": "^8.12.0", @@ -22860,7 +22860,7 @@ "json-schema-to-ts": "^2.9.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.5", + "@feathersjs/memory": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "ajv-formats": "^2.1.1", @@ -22898,18 +22898,18 @@ }, "packages/socketio": { "name": "@feathersjs/socketio", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/transport-commons": "^5.0.5", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/transport-commons": "^5.0.6", "socket.io": "^4.6.2" }, "devDependencies": { - "@feathersjs/express": "^5.0.5", - "@feathersjs/memory": "^5.0.5", - "@feathersjs/tests": "^5.0.5", + "@feathersjs/express": "^5.0.6", + "@feathersjs/memory": "^5.0.6", + "@feathersjs/tests": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "lodash": "^4.17.21", @@ -22928,17 +22928,17 @@ }, "packages/socketio-client": { "name": "@feathersjs/socketio-client", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/transport-commons": "^5.0.5" + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/transport-commons": "^5.0.6" }, "devDependencies": { - "@feathersjs/commons": "^5.0.5", - "@feathersjs/memory": "^5.0.5", - "@feathersjs/socketio": "^5.0.5", - "@feathersjs/tests": "^5.0.5", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/memory": "^5.0.6", + "@feathersjs/socketio": "^5.0.6", + "@feathersjs/tests": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "mocha": "^10.2.0", @@ -22957,7 +22957,7 @@ }, "packages/tests": { "name": "@feathersjs/tests", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.195", @@ -22965,7 +22965,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/feathers": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "mocha": "^10.2.0", @@ -22983,12 +22983,12 @@ }, "packages/transport-commons": { "name": "@feathersjs/transport-commons", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", "encodeurl": "^1.0.2", "lodash": "^4.17.21" }, @@ -23012,10 +23012,10 @@ }, "packages/typebox": { "name": "@feathersjs/typebox", - "version": "5.0.5", + "version": "5.0.6", "license": "MIT", "dependencies": { - "@feathersjs/schema": "^5.0.5", + "@feathersjs/schema": "^5.0.6", "@sinclair/typebox": "^0.25.0" }, "devDependencies": { diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index 5d64bf2733..7804e31b0a 100644 --- a/packages/adapter-commons/CHANGELOG.md +++ b/packages/adapter-commons/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/adapter-commons + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/adapter-commons diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index b5f08acd5f..b7685a9698 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "5.0.5", + "version": "5.0.6", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -50,9 +50,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5" + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6" }, "devDependencies": { "@types/mocha": "^10.0.1", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index 6e98a47545..b97199e0b8 100644 --- a/packages/adapter-tests/CHANGELOG.md +++ b/packages/adapter-tests/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/adapter-tests + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) ### Bug Fixes diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index 38ed40e1f2..d9453cf78e 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "5.0.5", + "version": "5.0.6", "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 06cb8e0a0f..3e77e9e8b2 100644 --- a/packages/authentication-client/CHANGELOG.md +++ b/packages/authentication-client/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +### Bug Fixes + +- **authentication-client:** Do not trigger storage methods if storage not defined ([#3210](https://github.com/feathersjs/feathers/issues/3210)) ([261acbc](https://github.com/feathersjs/feathers/commit/261acbcde387db731e434cb106a27b49dcb64a9a)) +- **authentication-client:** removeAccessToken throws error if storage not defined ([#3195](https://github.com/feathersjs/feathers/issues/3195)) ([b8e2769](https://github.com/feathersjs/feathers/commit/b8e27698f7958a91fe9a4ee64ec5591d23194c44)) + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/authentication-client diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index 5e586e0367..2082ddafae 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": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,18 +53,18 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5" + "@feathersjs/authentication": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.5", - "@feathersjs/express": "^5.0.5", - "@feathersjs/memory": "^5.0.5", - "@feathersjs/rest-client": "^5.0.5", - "@feathersjs/socketio": "^5.0.5", - "@feathersjs/socketio-client": "^5.0.5", + "@feathersjs/authentication-local": "^5.0.6", + "@feathersjs/express": "^5.0.6", + "@feathersjs/memory": "^5.0.6", + "@feathersjs/rest-client": "^5.0.6", + "@feathersjs/socketio": "^5.0.6", + "@feathersjs/socketio-client": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "axios": "^1.4.0", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index 4e0dc805be..dfd9071b16 100644 --- a/packages/authentication-local/CHANGELOG.md +++ b/packages/authentication-local/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +### Bug Fixes + +- **authentication-local:** Local Auth - Nested username & Password fields ([#3091](https://github.com/feathersjs/feathers/issues/3091)) ([d135526](https://github.com/feathersjs/feathers/commit/d135526da18ecf2dc620b82820e1d09d8af5c0b5)) + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/authentication-local diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index d9011ba773..9ad16f05ee 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": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/authentication": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", "bcryptjs": "^2.4.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.5", - "@feathersjs/schema": "^5.0.5", + "@feathersjs/memory": "^5.0.6", + "@feathersjs/schema": "^5.0.6", "@types/bcryptjs": "^2.4.2", "@types/lodash": "^4.14.195", "@types/mocha": "^10.0.1", diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index 68d55fcbbc..361441b2bb 100644 --- a/packages/authentication-oauth/CHANGELOG.md +++ b/packages/authentication-oauth/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +### Bug Fixes + +- **authentication-oauth:** Update OAuth redirect to handle user requested redirect paths ([#3186](https://github.com/feathersjs/feathers/issues/3186)) ([3742028](https://github.com/feathersjs/feathers/commit/37420283c17bb8129c6ffdde841ce2034109cc6b)) + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/authentication-oauth diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index c1fcd77156..08ca521e43 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": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,13 +54,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/express": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/koa": "^5.0.5", - "@feathersjs/schema": "^5.0.5", + "@feathersjs/authentication": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/express": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/koa": "^5.0.6", + "@feathersjs/schema": "^5.0.6", "cookie-session": "^2.0.0", "grant": "^5.4.21", "koa-session": "^6.4.0", @@ -68,7 +68,7 @@ "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/memory": "^5.0.5", + "@feathersjs/memory": "^5.0.6", "@types/cookie-session": "^2.0.44", "@types/express": "^4.17.17", "@types/koa-session": "^6.4.1", diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index e35904ad17..e8a9d61f63 100644 --- a/packages/authentication/CHANGELOG.md +++ b/packages/authentication/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +### Bug Fixes + +- **authentication:** Export JwtVerifyOptions ([#3214](https://github.com/feathersjs/feathers/issues/3214)) ([d59896e](https://github.com/feathersjs/feathers/commit/d59896eb0229f1490c712f19cf84eb2bcf123698)) + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/authentication diff --git a/packages/authentication/package.json b/packages/authentication/package.json index f1e8b3dd4c..05e7605129 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": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,12 +53,12 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", "@feathersjs/hooks": "^0.8.1", - "@feathersjs/schema": "^5.0.5", - "@feathersjs/transport-commons": "^5.0.5", + "@feathersjs/schema": "^5.0.6", + "@feathersjs/transport-commons": "^5.0.6", "@types/jsonwebtoken": "^9.0.2", "jsonwebtoken": "^9.0.0", "lodash": "^4.17.21", @@ -66,7 +66,7 @@ "uuid": "^9.0.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.5", + "@feathersjs/memory": "^5.0.6", "@types/lodash": "^4.14.195", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 339776c678..88d3550450 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/cli + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 74450de4c4..2770913443 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/cli", "description": "The command line interface for creating Feathers applications", - "version": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "bin": { @@ -52,28 +52,28 @@ "access": "public" }, "dependencies": { - "@feathersjs/generators": "^5.0.5", + "@feathersjs/generators": "^5.0.6", "chalk": "^4.0.1", "commander": "^10.0.1" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.5", - "@feathersjs/authentication": "^5.0.5", - "@feathersjs/authentication-client": "^5.0.5", - "@feathersjs/authentication-local": "^5.0.5", - "@feathersjs/authentication-oauth": "^5.0.5", - "@feathersjs/configuration": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/express": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/knex": "^5.0.5", - "@feathersjs/koa": "^5.0.5", - "@feathersjs/mongodb": "^5.0.5", - "@feathersjs/rest-client": "^5.0.5", - "@feathersjs/schema": "^5.0.5", - "@feathersjs/socketio": "^5.0.5", - "@feathersjs/transport-commons": "^5.0.5", - "@feathersjs/typebox": "^5.0.5", + "@feathersjs/adapter-commons": "^5.0.6", + "@feathersjs/authentication": "^5.0.6", + "@feathersjs/authentication-client": "^5.0.6", + "@feathersjs/authentication-local": "^5.0.6", + "@feathersjs/authentication-oauth": "^5.0.6", + "@feathersjs/configuration": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/express": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/knex": "^5.0.6", + "@feathersjs/koa": "^5.0.6", + "@feathersjs/mongodb": "^5.0.6", + "@feathersjs/rest-client": "^5.0.6", + "@feathersjs/schema": "^5.0.6", + "@feathersjs/socketio": "^5.0.6", + "@feathersjs/transport-commons": "^5.0.6", + "@feathersjs/typebox": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "@types/prettier": "^2.7.3", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 2cd45633e0..243603f936 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/client + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index 5d42bb19bf..14571635e1 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": "5.0.5", + "version": "5.0.6", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git", @@ -49,19 +49,19 @@ "IE 11" ], "dependencies": { - "@feathersjs/authentication-client": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/rest-client": "^5.0.5", - "@feathersjs/socketio-client": "^5.0.5" + "@feathersjs/authentication-client": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/rest-client": "^5.0.6", + "@feathersjs/socketio-client": "^5.0.6" }, "devDependencies": { "@babel/core": "^7.22.5", "@babel/preset-env": "^7.22.5", - "@feathersjs/express": "^5.0.5", - "@feathersjs/memory": "^5.0.5", - "@feathersjs/socketio": "^5.0.5", - "@feathersjs/tests": "^5.0.5", + "@feathersjs/express": "^5.0.6", + "@feathersjs/memory": "^5.0.6", + "@feathersjs/socketio": "^5.0.6", + "@feathersjs/tests": "^5.0.6", "babel-loader": "^9.1.2", "mocha": "^10.2.0", "mocha-puppeteer": "^0.14.0", diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index 135f8cd526..f84c728a48 100644 --- a/packages/commons/CHANGELOG.md +++ b/packages/commons/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/commons + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/commons diff --git a/packages/commons/package.json b/packages/commons/package.json index 24df3da20c..97d13827ea 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "5.0.5", + "version": "5.0.6", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index 08366f0283..3af68d47aa 100644 --- a/packages/configuration/CHANGELOG.md +++ b/packages/configuration/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/configuration + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index e3131ad382..6626976c38 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": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -58,9 +58,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/schema": "^5.0.5", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/schema": "^5.0.6", "@types/config": "^3.3.0", "config": "^3.3.9" }, diff --git a/packages/create-feathers/CHANGELOG.md b/packages/create-feathers/CHANGELOG.md index aefc61109c..8d3f441783 100644 --- a/packages/create-feathers/CHANGELOG.md +++ b/packages/create-feathers/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package create-feathers + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package create-feathers diff --git a/packages/create-feathers/package.json b/packages/create-feathers/package.json index c452ec2289..67ed6a6073 100644 --- a/packages/create-feathers/package.json +++ b/packages/create-feathers/package.json @@ -1,7 +1,7 @@ { "name": "create-feathers", "description": "Create a new Feathers application", - "version": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "bin": { "create-feathers": "./bin/create-feathers" @@ -47,7 +47,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/cli": "^5.0.5" + "@feathersjs/cli": "^5.0.6" }, "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5" } diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index fa790a60dc..26895a58c7 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/errors + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index 5b55c35193..45e45b798a 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": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "*.js" ], "devDependencies": { - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/feathers": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "mocha": "^10.2.0", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 68a4231710..ee9aa987aa 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/express + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index f0ac328513..0d22951809 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": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,11 +52,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/transport-commons": "^5.0.5", + "@feathersjs/authentication": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/transport-commons": "^5.0.6", "@types/compression": "^1.7.2", "@types/express": "^4.17.17", "@types/express-serve-static-core": "^4.17.35", @@ -65,8 +65,8 @@ "express": "^4.18.2" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.5", - "@feathersjs/tests": "^5.0.5", + "@feathersjs/authentication-local": "^5.0.6", + "@feathersjs/tests": "^5.0.6", "@types/lodash": "^4.14.195", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index 90b51c2786..f1d31c019e 100644 --- a/packages/feathers/CHANGELOG.md +++ b/packages/feathers/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/feathers + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/feathers diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 0af884c2d9..78f7c4436f 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": "5.0.5", + "version": "5.0.6", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -58,7 +58,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.5", + "@feathersjs/commons": "^5.0.6", "@feathersjs/hooks": "^0.8.1", "events": "^3.3.0" }, diff --git a/packages/generators/CHANGELOG.md b/packages/generators/CHANGELOG.md index cc68e38c89..49e6291893 100644 --- a/packages/generators/CHANGELOG.md +++ b/packages/generators/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/generators + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) ### Bug Fixes diff --git a/packages/generators/package.json b/packages/generators/package.json index bdeccf776d..970eb8fbcb 100644 --- a/packages/generators/package.json +++ b/packages/generators/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/generators", - "version": "5.0.5", + "version": "5.0.6", "description": "Feathers CLI core generators, powered by Pinion", "homepage": "https://feathersjs.com", "keywords": [ @@ -59,23 +59,23 @@ "typescript": "^5.1.3" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.5", - "@feathersjs/authentication": "^5.0.5", - "@feathersjs/authentication-client": "^5.0.5", - "@feathersjs/authentication-local": "^5.0.5", - "@feathersjs/authentication-oauth": "^5.0.5", - "@feathersjs/configuration": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/express": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/knex": "^5.0.5", - "@feathersjs/koa": "^5.0.5", - "@feathersjs/mongodb": "^5.0.5", - "@feathersjs/rest-client": "^5.0.5", - "@feathersjs/schema": "^5.0.5", - "@feathersjs/socketio": "^5.0.5", - "@feathersjs/transport-commons": "^5.0.5", - "@feathersjs/typebox": "^5.0.5", + "@feathersjs/adapter-commons": "^5.0.6", + "@feathersjs/authentication": "^5.0.6", + "@feathersjs/authentication-client": "^5.0.6", + "@feathersjs/authentication-local": "^5.0.6", + "@feathersjs/authentication-oauth": "^5.0.6", + "@feathersjs/configuration": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/express": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/knex": "^5.0.6", + "@feathersjs/koa": "^5.0.6", + "@feathersjs/mongodb": "^5.0.6", + "@feathersjs/rest-client": "^5.0.6", + "@feathersjs/schema": "^5.0.6", + "@feathersjs/socketio": "^5.0.6", + "@feathersjs/transport-commons": "^5.0.6", + "@feathersjs/typebox": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "@types/prettier": "^2.7.3", diff --git a/packages/knex/CHANGELOG.md b/packages/knex/CHANGELOG.md index b15c0ee8d2..11d4cbee20 100644 --- a/packages/knex/CHANGELOG.md +++ b/packages/knex/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/knex + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/knex diff --git a/packages/knex/package.json b/packages/knex/package.json index d947db0aab..9dba9df592 100644 --- a/packages/knex/package.json +++ b/packages/knex/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/knex", "description": "Feathers SQL service adapter using KnexJS", - "version": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5" + "@feathersjs/adapter-commons": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6" }, "peerDependencies": { "knex": "^2.3.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.5", - "@feathersjs/schema": "^5.0.5", + "@feathersjs/adapter-tests": "^5.0.6", + "@feathersjs/schema": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "knex": "^2.4.2", diff --git a/packages/koa/CHANGELOG.md b/packages/koa/CHANGELOG.md index 95056997d3..b10aa47ba6 100644 --- a/packages/koa/CHANGELOG.md +++ b/packages/koa/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/koa + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/koa diff --git a/packages/koa/package.json b/packages/koa/package.json index 2b13945e67..f640612e84 100644 --- a/packages/koa/package.json +++ b/packages/koa/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/koa", "description": "Feathers KoaJS framework bindings and REST provider", - "version": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,11 +49,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/transport-commons": "^5.0.5", + "@feathersjs/authentication": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/transport-commons": "^5.0.6", "@koa/cors": "^4.0.0", "@types/koa": "^2.13.6", "@types/koa-qs": "^2.0.0", @@ -66,9 +66,9 @@ "koa-static": "^5.0.0" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.5", - "@feathersjs/memory": "^5.0.5", - "@feathersjs/tests": "^5.0.5", + "@feathersjs/authentication-local": "^5.0.6", + "@feathersjs/memory": "^5.0.6", + "@feathersjs/tests": "^5.0.6", "@types/koa-compose": "^3.2.5", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", diff --git a/packages/memory/CHANGELOG.md b/packages/memory/CHANGELOG.md index 3935a3db9c..b74bff25d6 100644 --- a/packages/memory/CHANGELOG.md +++ b/packages/memory/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/memory + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/memory diff --git a/packages/memory/package.json b/packages/memory/package.json index faee41ee4c..f89a067a06 100644 --- a/packages/memory/package.json +++ b/packages/memory/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/memory", "description": "An in memory service store", - "version": "5.0.5", + "version": "5.0.6", "homepage": "https://github.com/feathersjs/feathers", "main": "lib/", "types": "lib/", @@ -49,14 +49,14 @@ "lib": "lib" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", + "@feathersjs/adapter-commons": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", "sift": "^17.0.1" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/adapter-tests": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "mocha": "^10.2.0", diff --git a/packages/mongodb/CHANGELOG.md b/packages/mongodb/CHANGELOG.md index bebaccd15d..5b4c512acb 100644 --- a/packages/mongodb/CHANGELOG.md +++ b/packages/mongodb/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/mongodb + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) ### Bug Fixes diff --git a/packages/mongodb/package.json b/packages/mongodb/package.json index b72b2d9881..d37498a757 100644 --- a/packages/mongodb/package.json +++ b/packages/mongodb/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/mongodb", "description": "Feathers MongoDB service adapter", - "version": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5" + "@feathersjs/adapter-commons": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6" }, "peerDependencies": { "mongodb": "^5.2.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.5", - "@feathersjs/schema": "^5.0.5", + "@feathersjs/adapter-tests": "^5.0.6", + "@feathersjs/schema": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "mocha": "^10.2.0", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index 71ec2a1457..de74aaaf75 100644 --- a/packages/rest-client/CHANGELOG.md +++ b/packages/rest-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/rest-client + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/rest-client diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index f56fe6a6c7..92e89f1d9d 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": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", "@types/superagent": "^4.1.18", "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/express": "^5.0.5", - "@feathersjs/memory": "^5.0.5", - "@feathersjs/tests": "^5.0.5", + "@feathersjs/express": "^5.0.6", + "@feathersjs/memory": "^5.0.6", + "@feathersjs/tests": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "@types/node-fetch": "^2.6.4", diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md index c30bcd0079..6aba740f09 100644 --- a/packages/schema/CHANGELOG.md +++ b/packages/schema/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/schema + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) ### Bug Fixes diff --git a/packages/schema/package.json b/packages/schema/package.json index 60f0ec0e64..84039e478a 100644 --- a/packages/schema/package.json +++ b/packages/schema/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/schema", "description": "A common data schema definition format", - "version": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.5", - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/adapter-commons": "^5.0.6", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", "@feathersjs/hooks": "^0.8.1", "@types/json-schema": "^7.0.12", "ajv": "^8.12.0", @@ -65,7 +65,7 @@ "json-schema-to-ts": "^2.9.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.5", + "@feathersjs/memory": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "ajv-formats": "^2.1.1", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index af41b615a0..27e1f84d2f 100644 --- a/packages/socketio-client/CHANGELOG.md +++ b/packages/socketio-client/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/socketio-client + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index 42cc3c13dd..457a4aa83c 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": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,14 +54,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/transport-commons": "^5.0.5" + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/transport-commons": "^5.0.6" }, "devDependencies": { - "@feathersjs/commons": "^5.0.5", - "@feathersjs/memory": "^5.0.5", - "@feathersjs/socketio": "^5.0.5", - "@feathersjs/tests": "^5.0.5", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/memory": "^5.0.6", + "@feathersjs/socketio": "^5.0.6", + "@feathersjs/tests": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "mocha": "^10.2.0", diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index a1e3765d67..b77fe52c34 100644 --- a/packages/socketio/CHANGELOG.md +++ b/packages/socketio/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/socketio + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 5a520285eb..458a089462 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": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,15 +53,15 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", - "@feathersjs/transport-commons": "^5.0.5", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", + "@feathersjs/transport-commons": "^5.0.6", "socket.io": "^4.6.2" }, "devDependencies": { - "@feathersjs/express": "^5.0.5", - "@feathersjs/memory": "^5.0.5", - "@feathersjs/tests": "^5.0.5", + "@feathersjs/express": "^5.0.6", + "@feathersjs/memory": "^5.0.6", + "@feathersjs/tests": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "lodash": "^4.17.21", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index 8b8bb85f3a..aaa2eb6c63 100644 --- a/packages/tests/CHANGELOG.md +++ b/packages/tests/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/tests + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index e422f0449c..c3ae6a28ab 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": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/feathers": "^5.0.6", "@types/mocha": "^10.0.1", "@types/node": "^20.3.1", "mocha": "^10.2.0", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 0a5f039357..e37e37166e 100644 --- a/packages/transport-commons/CHANGELOG.md +++ b/packages/transport-commons/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/transport-commons + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) **Note:** Version bump only for package @feathersjs/transport-commons diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index dd3b0b46ec..0ff945b7f9 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": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,9 +54,9 @@ "*.js" ], "dependencies": { - "@feathersjs/commons": "^5.0.5", - "@feathersjs/errors": "^5.0.5", - "@feathersjs/feathers": "^5.0.5", + "@feathersjs/commons": "^5.0.6", + "@feathersjs/errors": "^5.0.6", + "@feathersjs/feathers": "^5.0.6", "encodeurl": "^1.0.2", "lodash": "^4.17.21" }, diff --git a/packages/typebox/CHANGELOG.md b/packages/typebox/CHANGELOG.md index b0776ba8a5..37d3c05893 100644 --- a/packages/typebox/CHANGELOG.md +++ b/packages/typebox/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) + +**Note:** Version bump only for package @feathersjs/typebox + ## [5.0.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28) ### Bug Fixes diff --git a/packages/typebox/package.json b/packages/typebox/package.json index 6b31d11ed7..32ad980e7b 100644 --- a/packages/typebox/package.json +++ b/packages/typebox/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/typebox", "description": "TypeBox integration for @feathersjs/schema", - "version": "5.0.5", + "version": "5.0.6", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,7 +54,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/schema": "^5.0.5", + "@feathersjs/schema": "^5.0.6", "@sinclair/typebox": "^0.25.0" }, "devDependencies": {