Skip to content

Commit 25b6fb5

Browse files
committed
chore(release): publish v4.5.14
1 parent 5ec2ec8 commit 25b6fb5

File tree

26 files changed

+157
-43
lines changed

26 files changed

+157
-43
lines changed

CHANGELOG.md

+12
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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **rest-client:** Import errors from @feathers/errors ([#2591](https://github.com/feathersjs/feathers/issues/2591)) ([445e804](https://github.com/feathersjs/feathers/commit/445e8045af29922161a145e143625a6881139cfd))
12+
* **transport-commons:** Ensure socket queries are always plain objects ([#2598](https://github.com/feathersjs/feathers/issues/2598)) ([5ec2ec8](https://github.com/feathersjs/feathers/commit/5ec2ec8ecae21a047ccaac5608e6917a3095bc58))
13+
14+
15+
16+
17+
618
## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)
719

820

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "4.5.13",
6+
"version": "4.5.14",
77
"command": {
88
"bootstrap": {
99
"hoist": true

packages/authentication-client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-client
9+
10+
11+
12+
13+
614
## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)
715

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

packages/authentication-client/package.json

+9-9
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.13",
4+
"version": "4.5.14",
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.12",
55+
"@feathersjs/authentication": "^4.5.14",
5656
"@feathersjs/commons": "^4.5.12",
5757
"@feathersjs/errors": "^4.5.12",
5858
"@feathersjs/feathers": "^4.5.12",
5959
"debug": "^4.3.3"
6060
},
6161
"devDependencies": {
62-
"@feathersjs/authentication-local": "^4.5.12",
63-
"@feathersjs/express": "^4.5.12",
64-
"@feathersjs/primus": "^4.5.12",
65-
"@feathersjs/primus-client": "^4.5.12",
66-
"@feathersjs/rest-client": "^4.5.12",
67-
"@feathersjs/socketio": "^4.5.13",
68-
"@feathersjs/socketio-client": "^4.5.13",
62+
"@feathersjs/authentication-local": "^4.5.14",
63+
"@feathersjs/express": "^4.5.14",
64+
"@feathersjs/primus": "^4.5.14",
65+
"@feathersjs/primus-client": "^4.5.14",
66+
"@feathersjs/rest-client": "^4.5.14",
67+
"@feathersjs/socketio": "^4.5.14",
68+
"@feathersjs/socketio-client": "^4.5.14",
6969
"@types/debug": "^4.1.7",
7070
"@types/mocha": "^9.0.0",
7171
"@types/node": "^17.0.8",

packages/authentication-local/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-local
9+
10+
11+
12+
13+
614
## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06)
715

816

packages/authentication-local/package.json

+2-2
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.12",
4+
"version": "4.5.14",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -52,7 +52,7 @@
5252
"access": "public"
5353
},
5454
"dependencies": {
55-
"@feathersjs/authentication": "^4.5.12",
55+
"@feathersjs/authentication": "^4.5.14",
5656
"@feathersjs/errors": "^4.5.12",
5757
"@feathersjs/feathers": "^4.5.12",
5858
"bcryptjs": "^2.4.3",

packages/authentication-oauth/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-oauth
9+
10+
11+
12+
13+
614
## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06)
715

816

packages/authentication-oauth/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/authentication-oauth",
33
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.",
4-
"version": "4.5.12",
4+
"version": "4.5.14",
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.12",
55+
"@feathersjs/authentication": "^4.5.14",
5656
"@feathersjs/errors": "^4.5.12",
57-
"@feathersjs/express": "^4.5.12",
57+
"@feathersjs/express": "^4.5.14",
5858
"@feathersjs/feathers": "^4.5.12",
5959
"debug": "^4.3.3",
6060
"express-session": "^1.17.2",

packages/authentication/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication
9+
10+
11+
12+
13+
614
## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06)
715

816

packages/authentication/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/authentication",
33
"description": "Add Authentication to your FeathersJS app.",
4-
"version": "4.5.12",
4+
"version": "4.5.14",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -54,7 +54,7 @@
5454
"dependencies": {
5555
"@feathersjs/errors": "^4.5.12",
5656
"@feathersjs/feathers": "^4.5.12",
57-
"@feathersjs/transport-commons": "^4.5.12",
57+
"@feathersjs/transport-commons": "^4.5.14",
5858
"@types/jsonwebtoken": "^8.5.6",
5959
"debug": "^4.3.3",
6060
"jsonwebtoken": "^8.5.1",

packages/client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13)
7+
8+
**Note:** Version bump only for package @feathersjs/client
9+
10+
11+
12+
13+
614
## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)
715

816
**Note:** Version bump only for package @feathersjs/client

packages/client/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/client",
33
"description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections",
4-
"version": "4.5.13",
4+
"version": "4.5.14",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/feathersjs/feathers.git"
@@ -51,15 +51,15 @@
5151
"devDependencies": {
5252
"@babel/core": "^7.16.7",
5353
"@babel/preset-env": "^7.16.7",
54-
"@feathersjs/authentication-client": "^4.5.13",
54+
"@feathersjs/authentication-client": "^4.5.14",
5555
"@feathersjs/errors": "^4.5.12",
56-
"@feathersjs/express": "^4.5.12",
56+
"@feathersjs/express": "^4.5.14",
5757
"@feathersjs/feathers": "^4.5.12",
58-
"@feathersjs/primus": "^4.5.12",
59-
"@feathersjs/primus-client": "^4.5.12",
60-
"@feathersjs/rest-client": "^4.5.12",
61-
"@feathersjs/socketio": "^4.5.13",
62-
"@feathersjs/socketio-client": "^4.5.13",
58+
"@feathersjs/primus": "^4.5.14",
59+
"@feathersjs/primus-client": "^4.5.14",
60+
"@feathersjs/rest-client": "^4.5.14",
61+
"@feathersjs/socketio": "^4.5.14",
62+
"@feathersjs/socketio-client": "^4.5.14",
6363
"@feathersjs/tests": "^4.5.12",
6464
"babel-loader": "^8.2.3",
6565
"body-parser": "^1.19.1",

packages/express/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13)
7+
8+
**Note:** Version bump only for package @feathersjs/express
9+
10+
11+
12+
13+
614
## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06)
715

816

packages/express/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/express",
33
"description": "Feathers Express framework bindings and REST provider",
4-
"version": "4.5.12",
4+
"version": "4.5.14",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "index.d.ts",
@@ -58,8 +58,8 @@
5858
"uberproto": "^2.0.6"
5959
},
6060
"devDependencies": {
61-
"@feathersjs/authentication": "^4.5.12",
62-
"@feathersjs/authentication-local": "^4.5.12",
61+
"@feathersjs/authentication": "^4.5.14",
62+
"@feathersjs/authentication-local": "^4.5.14",
6363
"@feathersjs/feathers": "^4.5.12",
6464
"@feathersjs/tests": "^4.5.12",
6565
"axios": "^0.24.0",

packages/primus-client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13)
7+
8+
**Note:** Version bump only for package @feathersjs/primus-client
9+
10+
11+
12+
13+
614
## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06)
715

816

packages/primus-client/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/primus-client",
33
"description": "Client services for Primus and feathers-primus",
4-
"version": "4.5.12",
4+
"version": "4.5.14",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/index.js",
77
"types": "index.d.ts",
@@ -49,12 +49,12 @@
4949
"access": "public"
5050
},
5151
"dependencies": {
52-
"@feathersjs/transport-commons": "^4.5.12"
52+
"@feathersjs/transport-commons": "^4.5.14"
5353
},
5454
"devDependencies": {
5555
"@feathersjs/commons": "^4.5.12",
5656
"@feathersjs/feathers": "^4.5.12",
57-
"@feathersjs/primus": "^4.5.12",
57+
"@feathersjs/primus": "^4.5.14",
5858
"@feathersjs/tests": "^4.5.12",
5959
"feathers-memory": "^4.1.0",
6060
"mocha": "^9.1.3",

packages/primus/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13)
7+
8+
**Note:** Version bump only for package @feathersjs/primus
9+
10+
11+
12+
13+
614
## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06)
715

816

packages/primus/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/primus",
33
"description": "The Feathers Primus real-time API provider",
4-
"version": "4.5.12",
4+
"version": "4.5.14",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "index.d.ts",
@@ -49,15 +49,15 @@
4949
"access": "public"
5050
},
5151
"dependencies": {
52-
"@feathersjs/transport-commons": "^4.5.12",
52+
"@feathersjs/transport-commons": "^4.5.14",
5353
"debug": "^4.3.3",
5454
"primus": "^8.0.5",
5555
"primus-emitter": "^3.1.1",
5656
"uberproto": "^2.0.6"
5757
},
5858
"devDependencies": {
5959
"@feathersjs/commons": "^4.5.12",
60-
"@feathersjs/express": "^4.5.12",
60+
"@feathersjs/express": "^4.5.14",
6161
"@feathersjs/feathers": "^4.5.12",
6262
"@feathersjs/tests": "^4.5.12",
6363
"feathers-memory": "^4.1.0",

packages/rest-client/CHANGELOG.md

+11
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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13)
7+
8+
9+
### Bug Fixes
10+
11+
* **rest-client:** Import errors from @feathers/errors ([#2591](https://github.com/feathersjs/feathers/issues/2591)) ([445e804](https://github.com/feathersjs/feathers/commit/445e8045af29922161a145e143625a6881139cfd))
12+
13+
14+
15+
16+
617
## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06)
718

819

packages/rest-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/rest-client",
33
"description": "REST client services for different Ajax libraries",
4-
"version": "4.5.12",
4+
"version": "4.5.14",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/index.js",
77
"types": "index.d.ts",
@@ -58,7 +58,7 @@
5858
"@angular/core": "^11.0.3",
5959
"@angular/http": "^7.2.16",
6060
"@angular/platform-browser": "^11.0.3",
61-
"@feathersjs/express": "^4.5.12",
61+
"@feathersjs/express": "^4.5.14",
6262
"@feathersjs/feathers": "^4.5.12",
6363
"@feathersjs/tests": "^4.5.12",
6464
"axios": "^0.24.0",

packages/socketio-client/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13)
7+
8+
**Note:** Version bump only for package @feathersjs/socketio-client
9+
10+
11+
12+
13+
614
## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)
715

816
**Note:** Version bump only for package @feathersjs/socketio-client

0 commit comments

Comments
 (0)