Skip to content

Commit

Permalink
chore(release): publish v4.5.13
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jan 10, 2022
1 parent 32356a5 commit b5e94c4
Show file tree
Hide file tree
Showing 10 changed files with 57 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)


### Bug Fixes

* Fix socket.io type dependency ([#2526](https://github.com/feathersjs/feathers/issues/2526)) ([32356a5](https://github.com/feathersjs/feathers/commit/32356a5271ad6f3453f597ad855f385492105ddb))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "4.5.12",
"version": "4.5.13",
"command": {
"bootstrap": {
"hoist": true
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)

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





## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06)


Expand Down
6 changes: 3 additions & 3 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-client",
"description": "The authentication plugin for feathers-client",
"version": "4.5.12",
"version": "4.5.13",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -64,8 +64,8 @@
"@feathersjs/primus": "^4.5.12",
"@feathersjs/primus-client": "^4.5.12",
"@feathersjs/rest-client": "^4.5.12",
"@feathersjs/socketio": "^4.5.12",
"@feathersjs/socketio-client": "^4.5.12",
"@feathersjs/socketio": "^4.5.13",
"@feathersjs/socketio-client": "^4.5.13",
"@types/debug": "^4.1.7",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)

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





## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06)


Expand Down
8 changes: 4 additions & 4 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -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": "4.5.12",
"version": "4.5.13",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git"
Expand Down Expand Up @@ -51,15 +51,15 @@
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@feathersjs/authentication-client": "^4.5.12",
"@feathersjs/authentication-client": "^4.5.13",
"@feathersjs/errors": "^4.5.12",
"@feathersjs/express": "^4.5.12",
"@feathersjs/feathers": "^4.5.12",
"@feathersjs/primus": "^4.5.12",
"@feathersjs/primus-client": "^4.5.12",
"@feathersjs/rest-client": "^4.5.12",
"@feathersjs/socketio": "^4.5.12",
"@feathersjs/socketio-client": "^4.5.12",
"@feathersjs/socketio": "^4.5.13",
"@feathersjs/socketio-client": "^4.5.13",
"@feathersjs/tests": "^4.5.12",
"babel-loader": "^8.2.3",
"body-parser": "^1.19.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/socketio-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)

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





## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06)


Expand Down
4 changes: 2 additions & 2 deletions packages/socketio-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/socketio-client",
"description": "The client for Socket.io through feathers-socketio",
"version": "4.5.12",
"version": "4.5.13",
"homepage": "https://feathersjs.com",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@feathersjs/commons": "^4.5.12",
"@feathersjs/feathers": "^4.5.12",
"@feathersjs/socketio": "^4.5.12",
"@feathersjs/socketio": "^4.5.13",
"@feathersjs/tests": "^4.5.12",
"feathers-memory": "^4.1.0",
"mocha": "^9.1.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/socketio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.5.13](https://github.com/feathersjs/feathers/compare/v4.5.12...v4.5.13) (2022-01-10)


### Bug Fixes

* Fix socket.io type dependency ([#2526](https://github.com/feathersjs/feathers/issues/2526)) ([32356a5](https://github.com/feathersjs/feathers/commit/32356a5271ad6f3453f597ad855f385492105ddb))





## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/socketio/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/socketio",
"description": "The Feathers Socket.io real-time API provider",
"version": "4.5.12",
"version": "4.5.13",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "index.d.ts",
Expand Down

0 comments on commit b5e94c4

Please sign in to comment.