diff --git a/CHANGELOG.md b/CHANGELOG.md index c36bd03719..f2c27f28b6 100644 --- a/CHANGELOG.md +++ b/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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +### Bug Fixes + +- **generators:** Use module format for JS Knex migrations ([#3444](https://github.com/feathersjs/feathers/issues/3444)) ([3feaa71](https://github.com/feathersjs/feathers/commit/3feaa719443aa30b1121d928ba5b7b8f43837ffb)) +- **socketio:** Handle ackTimeout of socket.io ([#3437](https://github.com/feathersjs/feathers/issues/3437)) ([2642072](https://github.com/feathersjs/feathers/commit/26420721f3eb16f716a9e68ab3ed9f415bab7a9c)) + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 9948717686..e75544c4e5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "ci": false, "packages": ["packages/*"], - "version": "5.0.23", + "version": "5.0.24", "command": { "bootstrap": { "hoist": true diff --git a/package-lock.json b/package-lock.json index b20682a508..613869c8e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24358,12 +24358,12 @@ }, "packages/adapter-commons": { "name": "@feathersjs/adapter-commons", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23" + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24" }, "devDependencies": { "@types/mocha": "^10.0.6", @@ -24385,7 +24385,7 @@ }, "packages/adapter-tests": { "name": "@feathersjs/adapter-tests", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.6", @@ -24405,15 +24405,15 @@ }, "packages/authentication": { "name": "@feathersjs/authentication", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", "@feathersjs/hooks": "^0.9.0", - "@feathersjs/schema": "^5.0.23", - "@feathersjs/transport-commons": "^5.0.23", + "@feathersjs/schema": "^5.0.24", + "@feathersjs/transport-commons": "^5.0.24", "@types/jsonwebtoken": "^9.0.6", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -24421,7 +24421,7 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.23", + "@feathersjs/memory": "^5.0.24", "@types/lodash": "^4.17.0", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", @@ -24441,21 +24441,21 @@ }, "packages/authentication-client": { "name": "@feathersjs/authentication-client", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23" + "@feathersjs/authentication": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.23", - "@feathersjs/express": "^5.0.23", - "@feathersjs/memory": "^5.0.23", - "@feathersjs/rest-client": "^5.0.23", - "@feathersjs/socketio": "^5.0.23", - "@feathersjs/socketio-client": "^5.0.23", + "@feathersjs/authentication-local": "^5.0.24", + "@feathersjs/express": "^5.0.24", + "@feathersjs/memory": "^5.0.24", + "@feathersjs/rest-client": "^5.0.24", + "@feathersjs/socketio": "^5.0.24", + "@feathersjs/socketio-client": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "axios": "^1.6.7", @@ -24474,19 +24474,19 @@ }, "packages/authentication-local": { "name": "@feathersjs/authentication-local", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/authentication": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", "bcryptjs": "^2.4.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.23", - "@feathersjs/schema": "^5.0.23", + "@feathersjs/memory": "^5.0.24", + "@feathersjs/schema": "^5.0.24", "@types/bcryptjs": "^2.4.6", "@types/lodash": "^4.17.0", "@types/mocha": "^10.0.6", @@ -24506,16 +24506,16 @@ }, "packages/authentication-oauth": { "name": "@feathersjs/authentication-oauth", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/express": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/koa": "^5.0.23", - "@feathersjs/schema": "^5.0.23", + "@feathersjs/authentication": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/express": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/koa": "^5.0.24", + "@feathersjs/schema": "^5.0.24", "cookie-session": "^2.1.0", "grant": "^5.4.22", "koa-session": "^6.4.0", @@ -24523,7 +24523,7 @@ "qs": "^6.12.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.23", + "@feathersjs/memory": "^5.0.24", "@types/cookie-session": "^2.0.48", "@types/express": "^4.17.21", "@types/koa-session": "^6.4.5", @@ -24548,10 +24548,10 @@ }, "packages/cli": { "name": "@feathersjs/cli", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/generators": "^5.0.23", + "@feathersjs/generators": "^5.0.24", "chalk": "^5.3.0", "commander": "^12.0.0" }, @@ -24559,23 +24559,23 @@ "feathers": "bin/feathers.js" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.23", - "@feathersjs/authentication": "^5.0.23", - "@feathersjs/authentication-client": "^5.0.23", - "@feathersjs/authentication-local": "^5.0.23", - "@feathersjs/authentication-oauth": "^5.0.23", - "@feathersjs/configuration": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/express": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/knex": "^5.0.23", - "@feathersjs/koa": "^5.0.23", - "@feathersjs/mongodb": "^5.0.23", - "@feathersjs/rest-client": "^5.0.23", - "@feathersjs/schema": "^5.0.23", - "@feathersjs/socketio": "^5.0.23", - "@feathersjs/transport-commons": "^5.0.23", - "@feathersjs/typebox": "^5.0.23", + "@feathersjs/adapter-commons": "^5.0.24", + "@feathersjs/authentication": "^5.0.24", + "@feathersjs/authentication-client": "^5.0.24", + "@feathersjs/authentication-local": "^5.0.24", + "@feathersjs/authentication-oauth": "^5.0.24", + "@feathersjs/configuration": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/express": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/knex": "^5.0.24", + "@feathersjs/koa": "^5.0.24", + "@feathersjs/mongodb": "^5.0.24", + "@feathersjs/rest-client": "^5.0.24", + "@feathersjs/schema": "^5.0.24", + "@feathersjs/socketio": "^5.0.24", + "@feathersjs/transport-commons": "^5.0.24", + "@feathersjs/typebox": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "@types/prettier": "^2.7.3", @@ -24604,22 +24604,22 @@ }, "packages/client": { "name": "@feathersjs/client", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/authentication-client": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/rest-client": "^5.0.23", - "@feathersjs/socketio-client": "^5.0.23" + "@feathersjs/authentication-client": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/rest-client": "^5.0.24", + "@feathersjs/socketio-client": "^5.0.24" }, "devDependencies": { "@babel/core": "^7.24.0", "@babel/preset-env": "^7.24.0", - "@feathersjs/express": "^5.0.23", - "@feathersjs/memory": "^5.0.23", - "@feathersjs/socketio": "^5.0.23", - "@feathersjs/tests": "^5.0.23", + "@feathersjs/express": "^5.0.24", + "@feathersjs/memory": "^5.0.24", + "@feathersjs/socketio": "^5.0.24", + "@feathersjs/tests": "^5.0.24", "babel-loader": "^9.1.3", "mocha": "^10.3.0", "node-fetch": "^2.6.1", @@ -24642,7 +24642,7 @@ }, "packages/commons": { "name": "@feathersjs/commons", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.6", @@ -24662,12 +24662,12 @@ }, "packages/configuration": { "name": "@feathersjs/configuration", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/schema": "^5.0.23", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/schema": "^5.0.24", "@types/config": "^3.3.3", "config": "^3.3.11" }, @@ -24688,10 +24688,10 @@ } }, "packages/create-feathers": { - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/cli": "^5.0.23" + "@feathersjs/cli": "^5.0.24" }, "bin": { "create-feathers": "bin/create-feathers.js" @@ -24706,10 +24706,10 @@ }, "packages/errors": { "name": "@feathersjs/errors", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "devDependencies": { - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/feathers": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "mocha": "^10.3.0", @@ -24723,14 +24723,14 @@ }, "packages/express": { "name": "@feathersjs/express", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/transport-commons": "^5.0.23", + "@feathersjs/authentication": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/transport-commons": "^5.0.24", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", @@ -24740,8 +24740,8 @@ "express": "^4.18.3" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.23", - "@feathersjs/tests": "^5.0.23", + "@feathersjs/authentication-local": "^5.0.24", + "@feathersjs/tests": "^5.0.24", "@types/lodash": "^4.17.0", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", @@ -24762,10 +24762,10 @@ }, "packages/feathers": { "name": "@feathersjs/feathers", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.23", + "@feathersjs/commons": "^5.0.24", "@feathersjs/hooks": "^0.9.0", "events": "^3.3.0" }, @@ -24787,7 +24787,7 @@ }, "packages/generators": { "name": "@feathersjs/generators", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { "@featherscloud/pinion": "^0.5.3", @@ -24797,23 +24797,23 @@ "typescript": "^5.4.2" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.23", - "@feathersjs/authentication": "^5.0.23", - "@feathersjs/authentication-client": "^5.0.23", - "@feathersjs/authentication-local": "^5.0.23", - "@feathersjs/authentication-oauth": "^5.0.23", - "@feathersjs/configuration": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/express": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/knex": "^5.0.23", - "@feathersjs/koa": "^5.0.23", - "@feathersjs/mongodb": "^5.0.23", - "@feathersjs/rest-client": "^5.0.23", - "@feathersjs/schema": "^5.0.23", - "@feathersjs/socketio": "^5.0.23", - "@feathersjs/transport-commons": "^5.0.23", - "@feathersjs/typebox": "^5.0.23", + "@feathersjs/adapter-commons": "^5.0.24", + "@feathersjs/authentication": "^5.0.24", + "@feathersjs/authentication-client": "^5.0.24", + "@feathersjs/authentication-local": "^5.0.24", + "@feathersjs/authentication-oauth": "^5.0.24", + "@feathersjs/configuration": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/express": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/knex": "^5.0.24", + "@feathersjs/koa": "^5.0.24", + "@feathersjs/mongodb": "^5.0.24", + "@feathersjs/rest-client": "^5.0.24", + "@feathersjs/schema": "^5.0.24", + "@feathersjs/socketio": "^5.0.24", + "@feathersjs/transport-commons": "^5.0.24", + "@feathersjs/typebox": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "@types/prettier": "^2.7.3", @@ -24840,17 +24840,17 @@ }, "packages/knex": { "name": "@feathersjs/knex", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23" + "@feathersjs/adapter-commons": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.23", - "@feathersjs/schema": "^5.0.23", + "@feathersjs/adapter-tests": "^5.0.24", + "@feathersjs/schema": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "knex": "^3.1.0", @@ -24873,14 +24873,14 @@ }, "packages/koa": { "name": "@feathersjs/koa", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/transport-commons": "^5.0.23", + "@feathersjs/authentication": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/transport-commons": "^5.0.24", "@koa/cors": "^5.0.0", "@types/koa": "^2.15.0", "@types/koa__cors": "^5.0.0", @@ -24893,9 +24893,9 @@ "koa-static": "^5.0.0" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.23", - "@feathersjs/memory": "^5.0.23", - "@feathersjs/tests": "^5.0.23", + "@feathersjs/authentication-local": "^5.0.24", + "@feathersjs/memory": "^5.0.24", + "@feathersjs/tests": "^5.0.24", "@types/koa-compose": "^3.2.8", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", @@ -24911,17 +24911,17 @@ }, "packages/memory": { "name": "@feathersjs/memory", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", + "@feathersjs/adapter-commons": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", "sift": "^17.0.1" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/adapter-tests": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "mocha": "^10.3.0", @@ -24935,17 +24935,17 @@ }, "packages/mongodb": { "name": "@feathersjs/mongodb", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23" + "@feathersjs/adapter-commons": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.23", - "@feathersjs/schema": "^5.0.23", + "@feathersjs/adapter-tests": "^5.0.24", + "@feathersjs/schema": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "mocha": "^10.3.0", @@ -24966,19 +24966,19 @@ }, "packages/rest-client": { "name": "@feathersjs/rest-client", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", "@types/superagent": "^8.1.4", "qs": "^6.12.0" }, "devDependencies": { - "@feathersjs/express": "^5.0.23", - "@feathersjs/memory": "^5.0.23", - "@feathersjs/tests": "^5.0.23", + "@feathersjs/express": "^5.0.24", + "@feathersjs/memory": "^5.0.24", + "@feathersjs/tests": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "@types/node-fetch": "^2.6.11", @@ -25002,13 +25002,13 @@ }, "packages/schema": { "name": "@feathersjs/schema", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/adapter-commons": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", "@feathersjs/hooks": "^0.9.0", "@types/json-schema": "^7.0.15", "ajv": "^8.12.0", @@ -25016,7 +25016,7 @@ "json-schema-to-ts": "^3.0.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.23", + "@feathersjs/memory": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "ajv-formats": "^2.1.1", @@ -25057,18 +25057,18 @@ }, "packages/socketio": { "name": "@feathersjs/socketio", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/transport-commons": "^5.0.23", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/transport-commons": "^5.0.24", "socket.io": "^4.7.4" }, "devDependencies": { - "@feathersjs/express": "^5.0.23", - "@feathersjs/memory": "^5.0.23", - "@feathersjs/tests": "^5.0.23", + "@feathersjs/express": "^5.0.24", + "@feathersjs/memory": "^5.0.24", + "@feathersjs/tests": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "lodash": "^4.17.21", @@ -25087,17 +25087,17 @@ }, "packages/socketio-client": { "name": "@feathersjs/socketio-client", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/transport-commons": "^5.0.23" + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/transport-commons": "^5.0.24" }, "devDependencies": { - "@feathersjs/commons": "^5.0.23", - "@feathersjs/memory": "^5.0.23", - "@feathersjs/socketio": "^5.0.23", - "@feathersjs/tests": "^5.0.23", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/memory": "^5.0.24", + "@feathersjs/socketio": "^5.0.24", + "@feathersjs/tests": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "mocha": "^10.3.0", @@ -25116,7 +25116,7 @@ }, "packages/tests": { "name": "@feathersjs/tests", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { "@types/lodash": "^4.17.0", @@ -25124,7 +25124,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/feathers": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "mocha": "^10.3.0", @@ -25142,12 +25142,12 @@ }, "packages/transport-commons": { "name": "@feathersjs/transport-commons", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", "encodeurl": "^1.0.2", "lodash": "^4.17.21" }, @@ -25171,10 +25171,10 @@ }, "packages/typebox": { "name": "@feathersjs/typebox", - "version": "5.0.23", + "version": "5.0.24", "license": "MIT", "dependencies": { - "@feathersjs/schema": "^5.0.23", + "@feathersjs/schema": "^5.0.24", "@sinclair/typebox": "^0.25.0" }, "devDependencies": { diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index 489304ea4b..3d094da681 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/adapter-commons + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index f9f7080060..5d0df7d2ed 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "5.0.23", + "version": "5.0.24", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -50,9 +50,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23" + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24" }, "devDependencies": { "@types/mocha": "^10.0.6", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index c377a34589..b0f7e1a481 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/adapter-tests + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index cc407300fb..f186b6c3d2 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "5.0.23", + "version": "5.0.24", "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 353da54df3..195cf7d705 100644 --- a/packages/authentication-client/CHANGELOG.md +++ b/packages/authentication-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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/authentication-client + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index 0a69d73972..f4c7ce4f6b 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,18 +53,18 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23" + "@feathersjs/authentication": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.23", - "@feathersjs/express": "^5.0.23", - "@feathersjs/memory": "^5.0.23", - "@feathersjs/rest-client": "^5.0.23", - "@feathersjs/socketio": "^5.0.23", - "@feathersjs/socketio-client": "^5.0.23", + "@feathersjs/authentication-local": "^5.0.24", + "@feathersjs/express": "^5.0.24", + "@feathersjs/memory": "^5.0.24", + "@feathersjs/rest-client": "^5.0.24", + "@feathersjs/socketio": "^5.0.24", + "@feathersjs/socketio-client": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "axios": "^1.6.7", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index 5dbf039d1a..3d883e5aca 100644 --- a/packages/authentication-local/CHANGELOG.md +++ b/packages/authentication-local/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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/authentication-local + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index a3d56d515a..eb5722f0f4 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/authentication": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", "bcryptjs": "^2.4.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.23", - "@feathersjs/schema": "^5.0.23", + "@feathersjs/memory": "^5.0.24", + "@feathersjs/schema": "^5.0.24", "@types/bcryptjs": "^2.4.6", "@types/lodash": "^4.17.0", "@types/mocha": "^10.0.6", diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index 816a98a54b..66c3509ade 100644 --- a/packages/authentication-oauth/CHANGELOG.md +++ b/packages/authentication-oauth/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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/authentication-oauth + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index aed9165fc9..8b700d6fa4 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,13 +54,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/express": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/koa": "^5.0.23", - "@feathersjs/schema": "^5.0.23", + "@feathersjs/authentication": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/express": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/koa": "^5.0.24", + "@feathersjs/schema": "^5.0.24", "cookie-session": "^2.1.0", "grant": "^5.4.22", "koa-session": "^6.4.0", @@ -68,7 +68,7 @@ "qs": "^6.12.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.23", + "@feathersjs/memory": "^5.0.24", "@types/cookie-session": "^2.0.48", "@types/express": "^4.17.21", "@types/koa-session": "^6.4.5", diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index 2bcb01e5c2..29064fff3c 100644 --- a/packages/authentication/CHANGELOG.md +++ b/packages/authentication/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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/authentication + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/authentication/package.json b/packages/authentication/package.json index ecdb742858..3298f1b2f1 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,12 +53,12 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", "@feathersjs/hooks": "^0.9.0", - "@feathersjs/schema": "^5.0.23", - "@feathersjs/transport-commons": "^5.0.23", + "@feathersjs/schema": "^5.0.24", + "@feathersjs/transport-commons": "^5.0.24", "@types/jsonwebtoken": "^9.0.6", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -66,7 +66,7 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.23", + "@feathersjs/memory": "^5.0.24", "@types/lodash": "^4.17.0", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index a94254851d..4abcd84b2b 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/cli + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/cli/package.json b/packages/cli/package.json index ad4d33c244..ed18af6141 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/index.js", "type": "module", @@ -53,28 +53,28 @@ "access": "public" }, "dependencies": { - "@feathersjs/generators": "^5.0.23", + "@feathersjs/generators": "^5.0.24", "chalk": "^5.3.0", "commander": "^12.0.0" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.23", - "@feathersjs/authentication": "^5.0.23", - "@feathersjs/authentication-client": "^5.0.23", - "@feathersjs/authentication-local": "^5.0.23", - "@feathersjs/authentication-oauth": "^5.0.23", - "@feathersjs/configuration": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/express": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/knex": "^5.0.23", - "@feathersjs/koa": "^5.0.23", - "@feathersjs/mongodb": "^5.0.23", - "@feathersjs/rest-client": "^5.0.23", - "@feathersjs/schema": "^5.0.23", - "@feathersjs/socketio": "^5.0.23", - "@feathersjs/transport-commons": "^5.0.23", - "@feathersjs/typebox": "^5.0.23", + "@feathersjs/adapter-commons": "^5.0.24", + "@feathersjs/authentication": "^5.0.24", + "@feathersjs/authentication-client": "^5.0.24", + "@feathersjs/authentication-local": "^5.0.24", + "@feathersjs/authentication-oauth": "^5.0.24", + "@feathersjs/configuration": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/express": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/knex": "^5.0.24", + "@feathersjs/koa": "^5.0.24", + "@feathersjs/mongodb": "^5.0.24", + "@feathersjs/rest-client": "^5.0.24", + "@feathersjs/schema": "^5.0.24", + "@feathersjs/socketio": "^5.0.24", + "@feathersjs/transport-commons": "^5.0.24", + "@feathersjs/typebox": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "@types/prettier": "^2.7.3", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index a001a80424..1afa28a8cc 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/client + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/client/package.json b/packages/client/package.json index 31b1608572..0c78726878 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.23", + "version": "5.0.24", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git", @@ -49,19 +49,19 @@ "IE 11" ], "dependencies": { - "@feathersjs/authentication-client": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/rest-client": "^5.0.23", - "@feathersjs/socketio-client": "^5.0.23" + "@feathersjs/authentication-client": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/rest-client": "^5.0.24", + "@feathersjs/socketio-client": "^5.0.24" }, "devDependencies": { "@babel/core": "^7.24.0", "@babel/preset-env": "^7.24.0", - "@feathersjs/express": "^5.0.23", - "@feathersjs/memory": "^5.0.23", - "@feathersjs/socketio": "^5.0.23", - "@feathersjs/tests": "^5.0.23", + "@feathersjs/express": "^5.0.24", + "@feathersjs/memory": "^5.0.24", + "@feathersjs/socketio": "^5.0.24", + "@feathersjs/tests": "^5.0.24", "babel-loader": "^9.1.3", "mocha": "^10.3.0", "node-fetch": "^2.6.1", diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index bc2ff48108..9e9dae9dc3 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/commons + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/commons/package.json b/packages/commons/package.json index 2971f29bf2..be778d5acc 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "5.0.23", + "version": "5.0.24", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index 91e0db8be6..098f0fac66 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/configuration + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/configuration/package.json b/packages/configuration/package.json index dfda6bbfff..1bf8516af0 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -58,9 +58,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/schema": "^5.0.23", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/schema": "^5.0.24", "@types/config": "^3.3.3", "config": "^3.3.11" }, diff --git a/packages/create-feathers/CHANGELOG.md b/packages/create-feathers/CHANGELOG.md index c289464410..1311f63c6a 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package create-feathers + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) **Note:** Version bump only for package create-feathers diff --git a/packages/create-feathers/package.json b/packages/create-feathers/package.json index 6105655dcd..3753e104ce 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "bin": { "create-feathers": "./bin/create-feathers.js" @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/cli": "^5.0.23" + "@feathersjs/cli": "^5.0.24" }, "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5" } diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 6dbf692e2d..fb2bf9a480 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/errors + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/errors/package.json b/packages/errors/package.json index 9fef54877e..c84e8c33c0 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "*.js" ], "devDependencies": { - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/feathers": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "mocha": "^10.3.0", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 322eb160b4..c9bba9d0cb 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/express + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/express/package.json b/packages/express/package.json index cb5298db03..0bc818254a 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,11 +52,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/transport-commons": "^5.0.23", + "@feathersjs/authentication": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/transport-commons": "^5.0.24", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", @@ -66,8 +66,8 @@ "express": "^4.18.3" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.23", - "@feathersjs/tests": "^5.0.23", + "@feathersjs/authentication-local": "^5.0.24", + "@feathersjs/tests": "^5.0.24", "@types/lodash": "^4.17.0", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index 1e1e641b01..d8c6b2f921 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/feathers + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 53aa73ba53..d818cbd8f6 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.23", + "version": "5.0.24", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -58,7 +58,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.23", + "@feathersjs/commons": "^5.0.24", "@feathersjs/hooks": "^0.9.0", "events": "^3.3.0" }, diff --git a/packages/generators/CHANGELOG.md b/packages/generators/CHANGELOG.md index 53c33973b9..37b04c784b 100644 --- a/packages/generators/CHANGELOG.md +++ b/packages/generators/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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +### Bug Fixes + +- **generators:** Use module format for JS Knex migrations ([#3444](https://github.com/feathersjs/feathers/issues/3444)) ([3feaa71](https://github.com/feathersjs/feathers/commit/3feaa719443aa30b1121d928ba5b7b8f43837ffb)) + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/generators/package.json b/packages/generators/package.json index 502e0cd118..cba7878bc9 100644 --- a/packages/generators/package.json +++ b/packages/generators/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/generators", - "version": "5.0.23", + "version": "5.0.24", "description": "Feathers CLI core generators, powered by Pinion", "homepage": "https://feathersjs.com", "keywords": [ @@ -60,23 +60,23 @@ "typescript": "^5.4.2" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.23", - "@feathersjs/authentication": "^5.0.23", - "@feathersjs/authentication-client": "^5.0.23", - "@feathersjs/authentication-local": "^5.0.23", - "@feathersjs/authentication-oauth": "^5.0.23", - "@feathersjs/configuration": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/express": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/knex": "^5.0.23", - "@feathersjs/koa": "^5.0.23", - "@feathersjs/mongodb": "^5.0.23", - "@feathersjs/rest-client": "^5.0.23", - "@feathersjs/schema": "^5.0.23", - "@feathersjs/socketio": "^5.0.23", - "@feathersjs/transport-commons": "^5.0.23", - "@feathersjs/typebox": "^5.0.23", + "@feathersjs/adapter-commons": "^5.0.24", + "@feathersjs/authentication": "^5.0.24", + "@feathersjs/authentication-client": "^5.0.24", + "@feathersjs/authentication-local": "^5.0.24", + "@feathersjs/authentication-oauth": "^5.0.24", + "@feathersjs/configuration": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/express": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/knex": "^5.0.24", + "@feathersjs/koa": "^5.0.24", + "@feathersjs/mongodb": "^5.0.24", + "@feathersjs/rest-client": "^5.0.24", + "@feathersjs/schema": "^5.0.24", + "@feathersjs/socketio": "^5.0.24", + "@feathersjs/transport-commons": "^5.0.24", + "@feathersjs/typebox": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "@types/prettier": "^2.7.3", diff --git a/packages/knex/CHANGELOG.md b/packages/knex/CHANGELOG.md index d3eaaa99bb..dfea719f32 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/knex + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/knex/package.json b/packages/knex/package.json index aae2e2a41e..dafa0cb273 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23" + "@feathersjs/adapter-commons": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24" }, "peerDependencies": { "knex": ">=3.1.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.23", - "@feathersjs/schema": "^5.0.23", + "@feathersjs/adapter-tests": "^5.0.24", + "@feathersjs/schema": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "knex": "^3.1.0", diff --git a/packages/koa/CHANGELOG.md b/packages/koa/CHANGELOG.md index 15d3288e06..bb7a5369fa 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/koa + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/koa/package.json b/packages/koa/package.json index 730fd9901a..dca975bd81 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,11 +49,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/transport-commons": "^5.0.23", + "@feathersjs/authentication": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/transport-commons": "^5.0.24", "@koa/cors": "^5.0.0", "@types/koa": "^2.15.0", "@types/koa-qs": "^2.0.3", @@ -66,9 +66,9 @@ "koa-static": "^5.0.0" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.23", - "@feathersjs/memory": "^5.0.23", - "@feathersjs/tests": "^5.0.23", + "@feathersjs/authentication-local": "^5.0.24", + "@feathersjs/memory": "^5.0.24", + "@feathersjs/tests": "^5.0.24", "@types/koa-compose": "^3.2.8", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", diff --git a/packages/memory/CHANGELOG.md b/packages/memory/CHANGELOG.md index 2083c9f60e..c4104e258d 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/memory + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/memory/package.json b/packages/memory/package.json index a43aa54390..5c5e19d6e8 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.23", + "version": "5.0.24", "homepage": "https://github.com/feathersjs/feathers", "main": "lib/", "types": "lib/", @@ -49,14 +49,14 @@ "lib": "lib" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", + "@feathersjs/adapter-commons": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", "sift": "^17.0.1" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/adapter-tests": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "mocha": "^10.3.0", diff --git a/packages/mongodb/CHANGELOG.md b/packages/mongodb/CHANGELOG.md index 7e4838444e..77ade44ebd 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/mongodb + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/mongodb/package.json b/packages/mongodb/package.json index 3ceb60b57a..d8004d230a 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23" + "@feathersjs/adapter-commons": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24" }, "peerDependencies": { "mongodb": "^6.5.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.23", - "@feathersjs/schema": "^5.0.23", + "@feathersjs/adapter-tests": "^5.0.24", + "@feathersjs/schema": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "mocha": "^10.3.0", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index 46ff79bd64..d9f6310fa7 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/rest-client + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index e1dab54fd4..5a497a4ca7 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", "@types/superagent": "^8.1.4", "qs": "^6.12.0" }, "devDependencies": { - "@feathersjs/express": "^5.0.23", - "@feathersjs/memory": "^5.0.23", - "@feathersjs/tests": "^5.0.23", + "@feathersjs/express": "^5.0.24", + "@feathersjs/memory": "^5.0.24", + "@feathersjs/tests": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "@types/node-fetch": "^2.6.11", diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md index 8a2334d539..5891e88a32 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/schema + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/schema/package.json b/packages/schema/package.json index e3fcf6b8fe..98dd0f803f 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.23", - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/adapter-commons": "^5.0.24", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", "@feathersjs/hooks": "^0.9.0", "@types/json-schema": "^7.0.15", "ajv": "^8.12.0", @@ -65,7 +65,7 @@ "json-schema-to-ts": "^3.0.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.23", + "@feathersjs/memory": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "ajv-formats": "^2.1.1", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index 23fb45e23e..a7a626a81d 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/socketio-client + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index b3b5b0c0d5..e4261920fe 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,14 +54,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/transport-commons": "^5.0.23" + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/transport-commons": "^5.0.24" }, "devDependencies": { - "@feathersjs/commons": "^5.0.23", - "@feathersjs/memory": "^5.0.23", - "@feathersjs/socketio": "^5.0.23", - "@feathersjs/tests": "^5.0.23", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/memory": "^5.0.24", + "@feathersjs/socketio": "^5.0.24", + "@feathersjs/tests": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "mocha": "^10.3.0", diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index fbbb64990e..8cdbc697f8 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/socketio + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/socketio/package.json b/packages/socketio/package.json index b68024e7f3..a9839ca147 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,15 +53,15 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", - "@feathersjs/transport-commons": "^5.0.23", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", + "@feathersjs/transport-commons": "^5.0.24", "socket.io": "^4.7.4" }, "devDependencies": { - "@feathersjs/express": "^5.0.23", - "@feathersjs/memory": "^5.0.23", - "@feathersjs/tests": "^5.0.23", + "@feathersjs/express": "^5.0.24", + "@feathersjs/memory": "^5.0.24", + "@feathersjs/tests": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "lodash": "^4.17.21", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index 98a8c1b020..d19953e531 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/tests + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/tests/package.json b/packages/tests/package.json index 98b6518c6b..e1b314dc12 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/feathers": "^5.0.24", "@types/mocha": "^10.0.6", "@types/node": "^20.11.26", "mocha": "^10.3.0", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 90745de019..d2c8a82d86 100644 --- a/packages/transport-commons/CHANGELOG.md +++ b/packages/transport-commons/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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +### Bug Fixes + +- **socketio:** Handle ackTimeout of socket.io ([#3437](https://github.com/feathersjs/feathers/issues/3437)) ([2642072](https://github.com/feathersjs/feathers/commit/26420721f3eb16f716a9e68ab3ed9f415bab7a9c)) + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 23e2da4eec..509ed25ca6 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,9 +54,9 @@ "*.js" ], "dependencies": { - "@feathersjs/commons": "^5.0.23", - "@feathersjs/errors": "^5.0.23", - "@feathersjs/feathers": "^5.0.23", + "@feathersjs/commons": "^5.0.24", + "@feathersjs/errors": "^5.0.24", + "@feathersjs/feathers": "^5.0.24", "encodeurl": "^1.0.2", "lodash": "^4.17.21" }, diff --git a/packages/typebox/CHANGELOG.md b/packages/typebox/CHANGELOG.md index 0bf367a26c..db3201b6ee 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.24](https://github.com/feathersjs/feathers/compare/v5.0.23...v5.0.24) (2024-03-13) + +**Note:** Version bump only for package @feathersjs/typebox + ## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) ### Bug Fixes diff --git a/packages/typebox/package.json b/packages/typebox/package.json index 7f264e35a2..cab2baae4c 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.23", + "version": "5.0.24", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,7 +54,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/schema": "^5.0.23", + "@feathersjs/schema": "^5.0.24", "@sinclair/typebox": "^0.25.0" }, "devDependencies": {