Skip to content

Commit f3bf30f

Browse files
committed
chore(release): publish v4.5.19
1 parent 41d1bd3 commit f3bf30f

File tree

40 files changed

+314
-92
lines changed

40 files changed

+314
-92
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.5.19](https://github.com/feathersjs/feathers/compare/v4.5.18...v4.5.19) (2026-02-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **crow:** Crow update minor dependencies ([#3655](https://github.com/feathersjs/feathers/issues/3655)) ([5b31e33](https://github.com/feathersjs/feathers/commit/5b31e3310b133b7915904cbc6f14c0c5309f3370))
12+
* **oauth:** Patch redirect validation ([#3656](https://github.com/feathersjs/feathers/issues/3656)) ([41d1bd3](https://github.com/feathersjs/feathers/commit/41d1bd34c9cab917be4e47ecb77f9c59bbb502fd))
13+
14+
15+
16+
17+
618
## [4.5.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "4.5.18",
6+
"version": "4.5.19",
77
"command": {
88
"bootstrap": {
99
"hoist": true

packages/adapter-commons/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.5.19](https://github.com/feathersjs/databases/compare/v4.5.18...v4.5.19) (2026-02-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **crow:** Crow update minor dependencies ([#3655](https://github.com/feathersjs/databases/issues/3655)) ([5b31e33](https://github.com/feathersjs/databases/commit/5b31e3310b133b7915904cbc6f14c0c5309f3370))
12+
13+
14+
15+
16+
617
## [4.5.17](https://github.com/feathersjs/databases/compare/v4.5.16...v4.5.17) (2023-07-17)
718

819
**Note:** Version bump only for package @feathersjs/adapter-commons

packages/adapter-commons/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feathersjs/adapter-commons",
3-
"version": "4.5.17",
3+
"version": "4.5.19",
44
"description": "Shared database adapter utility functions",
55
"homepage": "https://feathersjs.com",
66
"keywords": [
@@ -48,9 +48,9 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@feathersjs/commons": "^4.5.16",
52-
"@feathersjs/errors": "^4.5.17",
53-
"@feathersjs/feathers": "^4.5.17"
51+
"@feathersjs/commons": "^4.5.19",
52+
"@feathersjs/errors": "^4.5.19",
53+
"@feathersjs/feathers": "^4.5.19"
5454
},
5555
"devDependencies": {
5656
"@types/mocha": "^9.1.1",

packages/adapter-tests/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.5.19](https://github.com/feathersjs/databases/compare/v4.5.18...v4.5.19) (2026-02-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **crow:** Crow update minor dependencies ([#3655](https://github.com/feathersjs/databases/issues/3655)) ([5b31e33](https://github.com/feathersjs/databases/commit/5b31e3310b133b7915904cbc6f14c0c5309f3370))
12+
13+
14+
15+
16+
617
## [4.5.16](https://github.com/feathersjs/databases/compare/v4.5.15...v4.5.16) (2023-02-24)
718

819
**Note:** Version bump only for package @feathersjs/adapter-tests

packages/adapter-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feathersjs/adapter-tests",
3-
"version": "4.5.16",
3+
"version": "4.5.19",
44
"description": "Feathers shared database adapter test suite",
55
"homepage": "https://feathersjs.com",
66
"keywords": [

packages/authentication-client/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.5.19](https://github.com/feathersjs/feathers/compare/v4.5.18...v4.5.19) (2026-02-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **crow:** Crow update minor dependencies ([#3655](https://github.com/feathersjs/feathers/issues/3655)) ([5b31e33](https://github.com/feathersjs/feathers/commit/5b31e3310b133b7915904cbc6f14c0c5309f3370))
12+
13+
14+
15+
16+
617
## [4.5.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19)
718

819
**Note:** Version bump only for package @feathersjs/authentication-client

packages/authentication-client/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/authentication-client",
33
"description": "The authentication plugin for feathers-client",
4-
"version": "4.5.18",
4+
"version": "4.5.19",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -52,20 +52,20 @@
5252
"access": "public"
5353
},
5454
"dependencies": {
55-
"@feathersjs/authentication": "^4.5.18",
56-
"@feathersjs/commons": "^4.5.16",
57-
"@feathersjs/errors": "^4.5.17",
58-
"@feathersjs/feathers": "^4.5.17",
55+
"@feathersjs/authentication": "^4.5.19",
56+
"@feathersjs/commons": "^4.5.19",
57+
"@feathersjs/errors": "^4.5.19",
58+
"@feathersjs/feathers": "^4.5.19",
5959
"debug": "^4.4.3"
6060
},
6161
"devDependencies": {
62-
"@feathersjs/authentication-local": "^4.5.18",
63-
"@feathersjs/express": "^4.5.18",
64-
"@feathersjs/primus": "^4.5.18",
65-
"@feathersjs/primus-client": "^4.5.18",
66-
"@feathersjs/rest-client": "^4.5.18",
67-
"@feathersjs/socketio": "^4.5.18",
68-
"@feathersjs/socketio-client": "^4.5.18",
62+
"@feathersjs/authentication-local": "^4.5.19",
63+
"@feathersjs/express": "^4.5.19",
64+
"@feathersjs/primus": "^4.5.19",
65+
"@feathersjs/primus-client": "^4.5.19",
66+
"@feathersjs/rest-client": "^4.5.19",
67+
"@feathersjs/socketio": "^4.5.19",
68+
"@feathersjs/socketio-client": "^4.5.19",
6969
"@types/debug": "^4.1.12",
7070
"@types/mocha": "^9.1.1",
7171
"@types/node": "^17.0.45",

packages/authentication-local/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.5.19](https://github.com/feathersjs/feathers/compare/v4.5.18...v4.5.19) (2026-02-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **crow:** Crow update minor dependencies ([#3655](https://github.com/feathersjs/feathers/issues/3655)) ([5b31e33](https://github.com/feathersjs/feathers/commit/5b31e3310b133b7915904cbc6f14c0c5309f3370))
12+
13+
14+
15+
16+
617
## [4.5.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19)
718

819
**Note:** Version bump only for package @feathersjs/authentication-local

packages/authentication-local/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/authentication-local",
33
"description": "Local authentication strategy for @feathers/authentication",
4-
"version": "4.5.18",
4+
"version": "4.5.19",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -52,9 +52,9 @@
5252
"access": "public"
5353
},
5454
"dependencies": {
55-
"@feathersjs/authentication": "^4.5.18",
56-
"@feathersjs/errors": "^4.5.17",
57-
"@feathersjs/feathers": "^4.5.17",
55+
"@feathersjs/authentication": "^4.5.19",
56+
"@feathersjs/errors": "^4.5.19",
57+
"@feathersjs/feathers": "^4.5.19",
5858
"bcryptjs": "^2.4.3",
5959
"debug": "^4.4.3",
6060
"lodash": "^4.17.23"

0 commit comments

Comments
 (0)