diff --git a/CHANGELOG.md b/CHANGELOG.md index 3379d2432a..9d981f708f 100644 --- a/CHANGELOG.md +++ b/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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +### Bug Fixes + +- **knex:** Fix Knex adapter date comparison queries ([#3429](https://github.com/feathersjs/feathers/issues/3429)) ([23bafe1](https://github.com/feathersjs/feathers/commit/23bafe1204f79ce2ab0eaaa5544fab1a3ffb5f41)) + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package feathers diff --git a/lerna.json b/lerna.json index e58baec4be..0ba6f95307 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "ci": false, "packages": ["packages/*"], - "version": "5.0.21", + "version": "5.0.22", "command": { "bootstrap": { "hoist": true diff --git a/package-lock.json b/package-lock.json index 7407b2d47b..dbb14e0e67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -23905,12 +23905,12 @@ }, "packages/adapter-commons": { "name": "@feathersjs/adapter-commons", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21" + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22" }, "devDependencies": { "@types/mocha": "^10.0.6", @@ -23932,7 +23932,7 @@ }, "packages/adapter-tests": { "name": "@feathersjs/adapter-tests", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.6", @@ -23952,15 +23952,15 @@ }, "packages/authentication": { "name": "@feathersjs/authentication", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "@feathersjs/hooks": "^0.8.1", - "@feathersjs/schema": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", + "@feathersjs/schema": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", "@types/jsonwebtoken": "^9.0.5", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -23968,7 +23968,7 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.21", + "@feathersjs/memory": "^5.0.22", "@types/lodash": "^4.14.202", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", @@ -23988,21 +23988,21 @@ }, "packages/authentication-client": { "name": "@feathersjs/authentication-client", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21" + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.21", - "@feathersjs/express": "^5.0.21", - "@feathersjs/memory": "^5.0.21", - "@feathersjs/rest-client": "^5.0.21", - "@feathersjs/socketio": "^5.0.21", - "@feathersjs/socketio-client": "^5.0.21", + "@feathersjs/authentication-local": "^5.0.22", + "@feathersjs/express": "^5.0.22", + "@feathersjs/memory": "^5.0.22", + "@feathersjs/rest-client": "^5.0.22", + "@feathersjs/socketio": "^5.0.22", + "@feathersjs/socketio-client": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "axios": "^1.6.7", @@ -24021,19 +24021,19 @@ }, "packages/authentication-local": { "name": "@feathersjs/authentication-local", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "bcryptjs": "^2.4.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.21", - "@feathersjs/schema": "^5.0.21", + "@feathersjs/memory": "^5.0.22", + "@feathersjs/schema": "^5.0.22", "@types/bcryptjs": "^2.4.6", "@types/lodash": "^4.14.202", "@types/mocha": "^10.0.6", @@ -24053,16 +24053,16 @@ }, "packages/authentication-oauth": { "name": "@feathersjs/authentication-oauth", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/express": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/koa": "^5.0.21", - "@feathersjs/schema": "^5.0.21", + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/express": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/koa": "^5.0.22", + "@feathersjs/schema": "^5.0.22", "cookie-session": "^2.1.0", "grant": "^5.4.22", "koa-session": "^6.4.0", @@ -24070,7 +24070,7 @@ "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/memory": "^5.0.21", + "@feathersjs/memory": "^5.0.22", "@types/cookie-session": "^2.0.48", "@types/express": "^4.17.21", "@types/koa-session": "^6.4.5", @@ -24095,10 +24095,10 @@ }, "packages/cli": { "name": "@feathersjs/cli", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/generators": "^5.0.21", + "@feathersjs/generators": "^5.0.22", "chalk": "^5.3.0", "commander": "^12.0.0" }, @@ -24106,23 +24106,23 @@ "feathers": "bin/feathers.js" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.21", - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/authentication-client": "^5.0.21", - "@feathersjs/authentication-local": "^5.0.21", - "@feathersjs/authentication-oauth": "^5.0.21", - "@feathersjs/configuration": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/express": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/knex": "^5.0.21", - "@feathersjs/koa": "^5.0.21", - "@feathersjs/mongodb": "^5.0.21", - "@feathersjs/rest-client": "^5.0.21", - "@feathersjs/schema": "^5.0.21", - "@feathersjs/socketio": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", - "@feathersjs/typebox": "^5.0.21", + "@feathersjs/adapter-commons": "^5.0.22", + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/authentication-client": "^5.0.22", + "@feathersjs/authentication-local": "^5.0.22", + "@feathersjs/authentication-oauth": "^5.0.22", + "@feathersjs/configuration": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/express": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/knex": "^5.0.22", + "@feathersjs/koa": "^5.0.22", + "@feathersjs/mongodb": "^5.0.22", + "@feathersjs/rest-client": "^5.0.22", + "@feathersjs/schema": "^5.0.22", + "@feathersjs/socketio": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", + "@feathersjs/typebox": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "@types/prettier": "^2.7.3", @@ -24151,22 +24151,22 @@ }, "packages/client": { "name": "@feathersjs/client", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/authentication-client": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/rest-client": "^5.0.21", - "@feathersjs/socketio-client": "^5.0.21" + "@feathersjs/authentication-client": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/rest-client": "^5.0.22", + "@feathersjs/socketio-client": "^5.0.22" }, "devDependencies": { "@babel/core": "^7.23.9", "@babel/preset-env": "^7.23.9", - "@feathersjs/express": "^5.0.21", - "@feathersjs/memory": "^5.0.21", - "@feathersjs/socketio": "^5.0.21", - "@feathersjs/tests": "^5.0.21", + "@feathersjs/express": "^5.0.22", + "@feathersjs/memory": "^5.0.22", + "@feathersjs/socketio": "^5.0.22", + "@feathersjs/tests": "^5.0.22", "babel-loader": "^9.1.3", "mocha": "^10.3.0", "node-fetch": "^2.6.1", @@ -24189,7 +24189,7 @@ }, "packages/commons": { "name": "@feathersjs/commons", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "devDependencies": { "@types/mocha": "^10.0.6", @@ -24209,12 +24209,12 @@ }, "packages/configuration": { "name": "@feathersjs/configuration", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/schema": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/schema": "^5.0.22", "@types/config": "^3.3.3", "config": "^3.3.11" }, @@ -24235,10 +24235,10 @@ } }, "packages/create-feathers": { - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/cli": "^5.0.21" + "@feathersjs/cli": "^5.0.22" }, "bin": { "create-feathers": "bin/create-feathers.js" @@ -24253,10 +24253,10 @@ }, "packages/errors": { "name": "@feathersjs/errors", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "devDependencies": { - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/feathers": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "mocha": "^10.3.0", @@ -24270,14 +24270,14 @@ }, "packages/express": { "name": "@feathersjs/express", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", @@ -24287,8 +24287,8 @@ "express": "^4.18.2" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.21", - "@feathersjs/tests": "^5.0.21", + "@feathersjs/authentication-local": "^5.0.22", + "@feathersjs/tests": "^5.0.22", "@types/lodash": "^4.14.202", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", @@ -24309,10 +24309,10 @@ }, "packages/feathers": { "name": "@feathersjs/feathers", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.21", + "@feathersjs/commons": "^5.0.22", "@feathersjs/hooks": "^0.8.1", "events": "^3.3.0" }, @@ -24334,7 +24334,7 @@ }, "packages/generators": { "name": "@feathersjs/generators", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { "@featherscloud/pinion": "^0.5.3", @@ -24344,23 +24344,23 @@ "typescript": "^5.3.3" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.21", - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/authentication-client": "^5.0.21", - "@feathersjs/authentication-local": "^5.0.21", - "@feathersjs/authentication-oauth": "^5.0.21", - "@feathersjs/configuration": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/express": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/knex": "^5.0.21", - "@feathersjs/koa": "^5.0.21", - "@feathersjs/mongodb": "^5.0.21", - "@feathersjs/rest-client": "^5.0.21", - "@feathersjs/schema": "^5.0.21", - "@feathersjs/socketio": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", - "@feathersjs/typebox": "^5.0.21", + "@feathersjs/adapter-commons": "^5.0.22", + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/authentication-client": "^5.0.22", + "@feathersjs/authentication-local": "^5.0.22", + "@feathersjs/authentication-oauth": "^5.0.22", + "@feathersjs/configuration": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/express": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/knex": "^5.0.22", + "@feathersjs/koa": "^5.0.22", + "@feathersjs/mongodb": "^5.0.22", + "@feathersjs/rest-client": "^5.0.22", + "@feathersjs/schema": "^5.0.22", + "@feathersjs/socketio": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", + "@feathersjs/typebox": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "@types/prettier": "^2.7.3", @@ -24387,17 +24387,17 @@ }, "packages/knex": { "name": "@feathersjs/knex", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21" + "@feathersjs/adapter-commons": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.21", - "@feathersjs/schema": "^5.0.21", + "@feathersjs/adapter-tests": "^5.0.22", + "@feathersjs/schema": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "knex": "^3.1.0", @@ -24420,14 +24420,14 @@ }, "packages/koa": { "name": "@feathersjs/koa", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", "@koa/cors": "^5.0.0", "@types/koa": "^2.14.0", "@types/koa__cors": "^5.0.0", @@ -24440,9 +24440,9 @@ "koa-static": "^5.0.0" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.21", - "@feathersjs/memory": "^5.0.21", - "@feathersjs/tests": "^5.0.21", + "@feathersjs/authentication-local": "^5.0.22", + "@feathersjs/memory": "^5.0.22", + "@feathersjs/tests": "^5.0.22", "@types/koa-compose": "^3.2.8", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", @@ -24458,17 +24458,17 @@ }, "packages/memory": { "name": "@feathersjs/memory", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", + "@feathersjs/adapter-commons": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", "sift": "^17.0.1" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/adapter-tests": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "mocha": "^10.3.0", @@ -24482,17 +24482,17 @@ }, "packages/mongodb": { "name": "@feathersjs/mongodb", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21" + "@feathersjs/adapter-commons": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.21", - "@feathersjs/schema": "^5.0.21", + "@feathersjs/adapter-tests": "^5.0.22", + "@feathersjs/schema": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "mocha": "^10.3.0", @@ -24513,19 +24513,19 @@ }, "packages/rest-client": { "name": "@feathersjs/rest-client", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "@types/superagent": "^8.1.3", "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/express": "^5.0.21", - "@feathersjs/memory": "^5.0.21", - "@feathersjs/tests": "^5.0.21", + "@feathersjs/express": "^5.0.22", + "@feathersjs/memory": "^5.0.22", + "@feathersjs/tests": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "@types/node-fetch": "^2.6.11", @@ -24549,13 +24549,13 @@ }, "packages/schema": { "name": "@feathersjs/schema", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/adapter-commons": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/adapter-commons": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "@feathersjs/hooks": "^0.8.1", "@types/json-schema": "^7.0.15", "ajv": "^8.12.0", @@ -24563,7 +24563,7 @@ "json-schema-to-ts": "^3.0.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.21", + "@feathersjs/memory": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "ajv-formats": "^2.1.1", @@ -24604,18 +24604,18 @@ }, "packages/socketio": { "name": "@feathersjs/socketio", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", "socket.io": "^4.7.4" }, "devDependencies": { - "@feathersjs/express": "^5.0.21", - "@feathersjs/memory": "^5.0.21", - "@feathersjs/tests": "^5.0.21", + "@feathersjs/express": "^5.0.22", + "@feathersjs/memory": "^5.0.22", + "@feathersjs/tests": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "lodash": "^4.17.21", @@ -24634,17 +24634,17 @@ }, "packages/socketio-client": { "name": "@feathersjs/socketio-client", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21" + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22" }, "devDependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/memory": "^5.0.21", - "@feathersjs/socketio": "^5.0.21", - "@feathersjs/tests": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/memory": "^5.0.22", + "@feathersjs/socketio": "^5.0.22", + "@feathersjs/tests": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "mocha": "^10.3.0", @@ -24663,7 +24663,7 @@ }, "packages/tests": { "name": "@feathersjs/tests", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { "@types/lodash": "^4.14.202", @@ -24671,7 +24671,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/feathers": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "mocha": "^10.3.0", @@ -24689,12 +24689,12 @@ }, "packages/transport-commons": { "name": "@feathersjs/transport-commons", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "encodeurl": "^1.0.2", "lodash": "^4.17.21" }, @@ -24718,10 +24718,10 @@ }, "packages/typebox": { "name": "@feathersjs/typebox", - "version": "5.0.21", + "version": "5.0.22", "license": "MIT", "dependencies": { - "@feathersjs/schema": "^5.0.21", + "@feathersjs/schema": "^5.0.22", "@sinclair/typebox": "^0.25.0" }, "devDependencies": { diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index df39f1dc97..e50355374f 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/adapter-commons + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/adapter-commons diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 6cf3600e36..6a3d5f9d70 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "5.0.21", + "version": "5.0.22", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -50,9 +50,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21" + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22" }, "devDependencies": { "@types/mocha": "^10.0.6", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index af6cb02608..47f8d3d086 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/adapter-tests + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/adapter-tests diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index 324eb9d24a..8db6af68d1 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "5.0.21", + "version": "5.0.22", "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 18495125eb..421152351d 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/authentication-client + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/authentication-client diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index d77d0669af..a6015e3cfc 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,18 +53,18 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21" + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.21", - "@feathersjs/express": "^5.0.21", - "@feathersjs/memory": "^5.0.21", - "@feathersjs/rest-client": "^5.0.21", - "@feathersjs/socketio": "^5.0.21", - "@feathersjs/socketio-client": "^5.0.21", + "@feathersjs/authentication-local": "^5.0.22", + "@feathersjs/express": "^5.0.22", + "@feathersjs/memory": "^5.0.22", + "@feathersjs/rest-client": "^5.0.22", + "@feathersjs/socketio": "^5.0.22", + "@feathersjs/socketio-client": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "axios": "^1.6.7", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index 6498a53086..f182e43ad4 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/authentication-local + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/authentication-local diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index 0108036218..bfe2841af3 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "bcryptjs": "^2.4.3", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/memory": "^5.0.21", - "@feathersjs/schema": "^5.0.21", + "@feathersjs/memory": "^5.0.22", + "@feathersjs/schema": "^5.0.22", "@types/bcryptjs": "^2.4.6", "@types/lodash": "^4.14.202", "@types/mocha": "^10.0.6", diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index cf44fb47d4..8d2a8f05f9 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/authentication-oauth + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/authentication-oauth diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index 2678cee294..99a332f11d 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,13 +54,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/express": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/koa": "^5.0.21", - "@feathersjs/schema": "^5.0.21", + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/express": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/koa": "^5.0.22", + "@feathersjs/schema": "^5.0.22", "cookie-session": "^2.1.0", "grant": "^5.4.22", "koa-session": "^6.4.0", @@ -68,7 +68,7 @@ "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/memory": "^5.0.21", + "@feathersjs/memory": "^5.0.22", "@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 5ee052671e..471dc3043e 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/authentication + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/authentication diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 8bfa4e9596..7711f19400 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,12 +53,12 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "@feathersjs/hooks": "^0.8.1", - "@feathersjs/schema": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", + "@feathersjs/schema": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", "@types/jsonwebtoken": "^9.0.5", "jsonwebtoken": "^9.0.2", "lodash": "^4.17.21", @@ -66,7 +66,7 @@ "uuid": "^9.0.1" }, "devDependencies": { - "@feathersjs/memory": "^5.0.21", + "@feathersjs/memory": "^5.0.22", "@types/lodash": "^4.14.202", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 3c3045ad84..afd7501b00 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/cli + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/cli diff --git a/packages/cli/package.json b/packages/cli/package.json index b48ace0495..de26260f88 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/index.js", "type": "module", @@ -53,28 +53,28 @@ "access": "public" }, "dependencies": { - "@feathersjs/generators": "^5.0.21", + "@feathersjs/generators": "^5.0.22", "chalk": "^5.3.0", "commander": "^12.0.0" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.21", - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/authentication-client": "^5.0.21", - "@feathersjs/authentication-local": "^5.0.21", - "@feathersjs/authentication-oauth": "^5.0.21", - "@feathersjs/configuration": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/express": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/knex": "^5.0.21", - "@feathersjs/koa": "^5.0.21", - "@feathersjs/mongodb": "^5.0.21", - "@feathersjs/rest-client": "^5.0.21", - "@feathersjs/schema": "^5.0.21", - "@feathersjs/socketio": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", - "@feathersjs/typebox": "^5.0.21", + "@feathersjs/adapter-commons": "^5.0.22", + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/authentication-client": "^5.0.22", + "@feathersjs/authentication-local": "^5.0.22", + "@feathersjs/authentication-oauth": "^5.0.22", + "@feathersjs/configuration": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/express": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/knex": "^5.0.22", + "@feathersjs/koa": "^5.0.22", + "@feathersjs/mongodb": "^5.0.22", + "@feathersjs/rest-client": "^5.0.22", + "@feathersjs/schema": "^5.0.22", + "@feathersjs/socketio": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", + "@feathersjs/typebox": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "@types/prettier": "^2.7.3", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 01ad94d9b1..5b0798eb4a 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/client + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index 24f0887437..8063758d7a 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.21", + "version": "5.0.22", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git", @@ -49,19 +49,19 @@ "IE 11" ], "dependencies": { - "@feathersjs/authentication-client": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/rest-client": "^5.0.21", - "@feathersjs/socketio-client": "^5.0.21" + "@feathersjs/authentication-client": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/rest-client": "^5.0.22", + "@feathersjs/socketio-client": "^5.0.22" }, "devDependencies": { "@babel/core": "^7.23.9", "@babel/preset-env": "^7.23.9", - "@feathersjs/express": "^5.0.21", - "@feathersjs/memory": "^5.0.21", - "@feathersjs/socketio": "^5.0.21", - "@feathersjs/tests": "^5.0.21", + "@feathersjs/express": "^5.0.22", + "@feathersjs/memory": "^5.0.22", + "@feathersjs/socketio": "^5.0.22", + "@feathersjs/tests": "^5.0.22", "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 c75b5b16ae..7a4dde9875 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/commons + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/commons diff --git a/packages/commons/package.json b/packages/commons/package.json index 0d5e6cb170..d65c1e5a90 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "5.0.21", + "version": "5.0.22", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index 934b47fc13..86da9d638f 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/configuration + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index f6872750ba..91f42506e0 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -58,9 +58,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/schema": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/schema": "^5.0.22", "@types/config": "^3.3.3", "config": "^3.3.11" }, diff --git a/packages/create-feathers/CHANGELOG.md b/packages/create-feathers/CHANGELOG.md index 72af9ebf78..56ecb9bfd2 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package create-feathers + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package create-feathers diff --git a/packages/create-feathers/package.json b/packages/create-feathers/package.json index a93313c51a..60b7a2351a 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "bin": { "create-feathers": "./bin/create-feathers.js" @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/cli": "^5.0.21" + "@feathersjs/cli": "^5.0.22" }, "gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5" } diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index b93e97c485..4f2623729f 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/errors + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index bdbfc393d6..8b79757ea4 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "*.js" ], "devDependencies": { - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/feathers": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "mocha": "^10.3.0", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 144e9136dc..e3012064ee 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/express + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index 08de59f82a..1c4b68e032 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,11 +52,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", "@types/compression": "^1.7.5", "@types/cors": "^2.8.17", "@types/express": "^4.17.21", @@ -66,8 +66,8 @@ "express": "^4.18.2" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.21", - "@feathersjs/tests": "^5.0.21", + "@feathersjs/authentication-local": "^5.0.22", + "@feathersjs/tests": "^5.0.22", "@types/lodash": "^4.14.202", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index 280d223bef..bbc055fbe0 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/feathers + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/feathers diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 0191b7ada6..6259645b9d 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.21", + "version": "5.0.22", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -58,7 +58,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.21", + "@feathersjs/commons": "^5.0.22", "@feathersjs/hooks": "^0.8.1", "events": "^3.3.0" }, diff --git a/packages/generators/CHANGELOG.md b/packages/generators/CHANGELOG.md index 559dc4d829..508bfd28df 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/generators + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/generators diff --git a/packages/generators/package.json b/packages/generators/package.json index 8e7217de50..7f7dd85d37 100644 --- a/packages/generators/package.json +++ b/packages/generators/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/generators", - "version": "5.0.21", + "version": "5.0.22", "description": "Feathers CLI core generators, powered by Pinion", "homepage": "https://feathersjs.com", "keywords": [ @@ -60,23 +60,23 @@ "typescript": "^5.3.3" }, "devDependencies": { - "@feathersjs/adapter-commons": "^5.0.21", - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/authentication-client": "^5.0.21", - "@feathersjs/authentication-local": "^5.0.21", - "@feathersjs/authentication-oauth": "^5.0.21", - "@feathersjs/configuration": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/express": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/knex": "^5.0.21", - "@feathersjs/koa": "^5.0.21", - "@feathersjs/mongodb": "^5.0.21", - "@feathersjs/rest-client": "^5.0.21", - "@feathersjs/schema": "^5.0.21", - "@feathersjs/socketio": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", - "@feathersjs/typebox": "^5.0.21", + "@feathersjs/adapter-commons": "^5.0.22", + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/authentication-client": "^5.0.22", + "@feathersjs/authentication-local": "^5.0.22", + "@feathersjs/authentication-oauth": "^5.0.22", + "@feathersjs/configuration": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/express": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/knex": "^5.0.22", + "@feathersjs/koa": "^5.0.22", + "@feathersjs/mongodb": "^5.0.22", + "@feathersjs/rest-client": "^5.0.22", + "@feathersjs/schema": "^5.0.22", + "@feathersjs/socketio": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", + "@feathersjs/typebox": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "@types/prettier": "^2.7.3", diff --git a/packages/knex/CHANGELOG.md b/packages/knex/CHANGELOG.md index 7e74a3e9f6..67e651e2bb 100644 --- a/packages/knex/CHANGELOG.md +++ b/packages/knex/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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +### Bug Fixes + +- **knex:** Fix Knex adapter date comparison queries ([#3429](https://github.com/feathersjs/feathers/issues/3429)) ([23bafe1](https://github.com/feathersjs/feathers/commit/23bafe1204f79ce2ab0eaaa5544fab1a3ffb5f41)) + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/knex diff --git a/packages/knex/package.json b/packages/knex/package.json index 51fe06e9e9..155ea20343 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21" + "@feathersjs/adapter-commons": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22" }, "peerDependencies": { "knex": ">=3.1.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.21", - "@feathersjs/schema": "^5.0.21", + "@feathersjs/adapter-tests": "^5.0.22", + "@feathersjs/schema": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "knex": "^3.1.0", diff --git a/packages/koa/CHANGELOG.md b/packages/koa/CHANGELOG.md index d34403146e..0d80fba161 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/koa + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/koa diff --git a/packages/koa/package.json b/packages/koa/package.json index 79d857390d..f29849d376 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,11 +49,11 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", + "@feathersjs/authentication": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", "@koa/cors": "^5.0.0", "@types/koa": "^2.14.0", "@types/koa-qs": "^2.0.3", @@ -66,9 +66,9 @@ "koa-static": "^5.0.0" }, "devDependencies": { - "@feathersjs/authentication-local": "^5.0.21", - "@feathersjs/memory": "^5.0.21", - "@feathersjs/tests": "^5.0.21", + "@feathersjs/authentication-local": "^5.0.22", + "@feathersjs/memory": "^5.0.22", + "@feathersjs/tests": "^5.0.22", "@types/koa-compose": "^3.2.8", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", diff --git a/packages/memory/CHANGELOG.md b/packages/memory/CHANGELOG.md index 5f43cbfc74..ecc5436736 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/memory + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/memory diff --git a/packages/memory/package.json b/packages/memory/package.json index facc40f6f5..2a174c253b 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.21", + "version": "5.0.22", "homepage": "https://github.com/feathersjs/feathers", "main": "lib/", "types": "lib/", @@ -49,14 +49,14 @@ "lib": "lib" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", + "@feathersjs/adapter-commons": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", "sift": "^17.0.1" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/adapter-tests": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "mocha": "^10.3.0", diff --git a/packages/mongodb/CHANGELOG.md b/packages/mongodb/CHANGELOG.md index a9f3a8194a..22041b889f 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/mongodb + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/mongodb diff --git a/packages/mongodb/package.json b/packages/mongodb/package.json index 36e24933e9..bcc4eb5e6b 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -51,17 +51,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21" + "@feathersjs/adapter-commons": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22" }, "peerDependencies": { "mongodb": "^6.3.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.21", - "@feathersjs/schema": "^5.0.21", + "@feathersjs/adapter-tests": "^5.0.22", + "@feathersjs/schema": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "mocha": "^10.3.0", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index 038151aaf8..f1052a57b4 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/rest-client + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/rest-client diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index 572166b819..268609e284 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,16 +53,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "@types/superagent": "^8.1.3", "qs": "^6.11.2" }, "devDependencies": { - "@feathersjs/express": "^5.0.21", - "@feathersjs/memory": "^5.0.21", - "@feathersjs/tests": "^5.0.21", + "@feathersjs/express": "^5.0.22", + "@feathersjs/memory": "^5.0.22", + "@feathersjs/tests": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "@types/node-fetch": "^2.6.11", diff --git a/packages/schema/CHANGELOG.md b/packages/schema/CHANGELOG.md index 58b388e0fa..458589aab0 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/schema + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/schema diff --git a/packages/schema/package.json b/packages/schema/package.json index 75dab680bd..bd617928b8 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,10 +54,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.21", - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/adapter-commons": "^5.0.22", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "@feathersjs/hooks": "^0.8.1", "@types/json-schema": "^7.0.15", "ajv": "^8.12.0", @@ -65,7 +65,7 @@ "json-schema-to-ts": "^3.0.0" }, "devDependencies": { - "@feathersjs/memory": "^5.0.21", + "@feathersjs/memory": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "ajv-formats": "^2.1.1", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index 2396a889a9..d24c3694e8 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/socketio-client + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index 55084f4680..d7ec1903a4 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,14 +54,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21" + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22" }, "devDependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/memory": "^5.0.21", - "@feathersjs/socketio": "^5.0.21", - "@feathersjs/tests": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/memory": "^5.0.22", + "@feathersjs/socketio": "^5.0.22", + "@feathersjs/tests": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "mocha": "^10.3.0", diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index ec269207d4..af567179a9 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/socketio + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index fd96237263..7accdff2bf 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -53,15 +53,15 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", - "@feathersjs/transport-commons": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", + "@feathersjs/transport-commons": "^5.0.22", "socket.io": "^4.7.4" }, "devDependencies": { - "@feathersjs/express": "^5.0.21", - "@feathersjs/memory": "^5.0.21", - "@feathersjs/tests": "^5.0.21", + "@feathersjs/express": "^5.0.22", + "@feathersjs/memory": "^5.0.22", + "@feathersjs/tests": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "lodash": "^4.17.21", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index e898ed0aa0..3ccb93cbf7 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/tests + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index 5e7b8d56bc..7a49521caf 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -49,7 +49,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/feathers": "^5.0.22", "@types/mocha": "^10.0.6", "@types/node": "^20.11.17", "mocha": "^10.3.0", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 9409438a78..dde96c1bfd 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/transport-commons + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/transport-commons diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 296575533f..020944e838 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,9 +54,9 @@ "*.js" ], "dependencies": { - "@feathersjs/commons": "^5.0.21", - "@feathersjs/errors": "^5.0.21", - "@feathersjs/feathers": "^5.0.21", + "@feathersjs/commons": "^5.0.22", + "@feathersjs/errors": "^5.0.22", + "@feathersjs/feathers": "^5.0.22", "encodeurl": "^1.0.2", "lodash": "^4.17.21" }, diff --git a/packages/typebox/CHANGELOG.md b/packages/typebox/CHANGELOG.md index 50facaf190..490f798463 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.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) + +**Note:** Version bump only for package @feathersjs/typebox + ## [5.0.21](https://github.com/feathersjs/feathers/compare/v5.0.20...v5.0.21) (2024-01-25) **Note:** Version bump only for package @feathersjs/typebox diff --git a/packages/typebox/package.json b/packages/typebox/package.json index 4b97a05136..73c6dbc90b 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.21", + "version": "5.0.22", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -54,7 +54,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/schema": "^5.0.21", + "@feathersjs/schema": "^5.0.22", "@sinclair/typebox": "^0.25.0" }, "devDependencies": {