Skip to content

Commit b5e94c4

Browse files
committed
chore(release): publish v4.5.13
1 parent 32356a5 commit b5e94c4

File tree

10 files changed

+57
-11
lines changed

10 files changed

+57
-11
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix socket.io type dependency ([#2526](https://github.com/feathersjs/feathers/issues/2526)) ([32356a5](https://github.com/feathersjs/feathers/commit/32356a5271ad6f3453f597ad855f385492105ddb))

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.12",
6+
"version": "4.5.13",
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.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-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/authentication-client/package.json

+3-3
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.12",
4+
"version": "4.5.13",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -64,8 +64,8 @@
6464
"@feathersjs/primus": "^4.5.12",
6565
"@feathersjs/primus-client": "^4.5.12",
6666
"@feathersjs/rest-client": "^4.5.12",
67-
"@feathersjs/socketio": "^4.5.12",
68-
"@feathersjs/socketio-client": "^4.5.12",
67+
"@feathersjs/socketio": "^4.5.13",
68+
"@feathersjs/socketio-client": "^4.5.13",
6969
"@types/debug": "^4.1.7",
7070
"@types/mocha": "^9.0.0",
7171
"@types/node": "^17.0.8",

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.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)
7+
8+
**Note:** Version bump only for package @feathersjs/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/client/package.json

+4-4
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.12",
4+
"version": "4.5.13",
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.12",
54+
"@feathersjs/authentication-client": "^4.5.13",
5555
"@feathersjs/errors": "^4.5.12",
5656
"@feathersjs/express": "^4.5.12",
5757
"@feathersjs/feathers": "^4.5.12",
5858
"@feathersjs/primus": "^4.5.12",
5959
"@feathersjs/primus-client": "^4.5.12",
6060
"@feathersjs/rest-client": "^4.5.12",
61-
"@feathersjs/socketio": "^4.5.12",
62-
"@feathersjs/socketio-client": "^4.5.12",
61+
"@feathersjs/socketio": "^4.5.13",
62+
"@feathersjs/socketio-client": "^4.5.13",
6363
"@feathersjs/tests": "^4.5.12",
6464
"babel-loader": "^8.2.3",
6565
"body-parser": "^1.19.1",

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.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)
7+
8+
**Note:** Version bump only for package @feathersjs/socketio-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/socketio-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/socketio-client",
33
"description": "The client for Socket.io through feathers-socketio",
4-
"version": "4.5.12",
4+
"version": "4.5.13",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/index.js",
77
"types": "index.d.ts",
@@ -46,7 +46,7 @@
4646
"devDependencies": {
4747
"@feathersjs/commons": "^4.5.12",
4848
"@feathersjs/feathers": "^4.5.12",
49-
"@feathersjs/socketio": "^4.5.12",
49+
"@feathersjs/socketio": "^4.5.13",
5050
"@feathersjs/tests": "^4.5.12",
5151
"feathers-memory": "^4.1.0",
5252
"mocha": "^9.1.3",

packages/socketio/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.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)
7+
8+
9+
### Bug Fixes
10+
11+
* Fix socket.io type dependency ([#2526](https://github.com/feathersjs/feathers/issues/2526)) ([32356a5](https://github.com/feathersjs/feathers/commit/32356a5271ad6f3453f597ad855f385492105ddb))
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/socketio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/socketio",
33
"description": "The Feathers Socket.io real-time API provider",
4-
"version": "4.5.12",
4+
"version": "4.5.13",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "index.d.ts",

0 commit comments

Comments
 (0)