Skip to content

Commit

Permalink
chore(release): publish v4.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jul 19, 2023
1 parent caa11cf commit 2d3671d
Show file tree
Hide file tree
Showing 26 changed files with 153 additions and 43 deletions.
11 changes: 11 additions & 0 deletions 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.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19)


### Bug Fixes

* **transport-commons:** Handle invalid service paths on socket lookups ([#3242](https://github.com/feathersjs/feathers/issues/3242)) ([0b9a6b1](https://github.com/feathersjs/feathers/commit/0b9a6b19b12ad05934e4c8bd9917448ed39d1ed8))





## [4.5.17](https://github.com/feathersjs/feathers/compare/v4.5.16...v4.5.17) (2023-07-17)


Expand Down
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.17",
"version": "4.5.18",
"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.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19)

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





## [4.5.17](https://github.com/feathersjs/feathers/compare/v4.5.16...v4.5.17) (2023-07-17)

**Note:** Version bump only for package @feathersjs/authentication-client
Expand Down
18 changes: 9 additions & 9 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.17",
"version": "4.5.18",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,20 +52,20 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.5.17",
"@feathersjs/authentication": "^4.5.18",
"@feathersjs/commons": "^4.5.16",
"@feathersjs/errors": "^4.5.17",
"@feathersjs/feathers": "^4.5.17",
"debug": "^4.3.3"
},
"devDependencies": {
"@feathersjs/authentication-local": "^4.5.17",
"@feathersjs/express": "^4.5.17",
"@feathersjs/primus": "^4.5.17",
"@feathersjs/primus-client": "^4.5.17",
"@feathersjs/rest-client": "^4.5.17",
"@feathersjs/socketio": "^4.5.17",
"@feathersjs/socketio-client": "^4.5.17",
"@feathersjs/authentication-local": "^4.5.18",
"@feathersjs/express": "^4.5.18",
"@feathersjs/primus": "^4.5.18",
"@feathersjs/primus-client": "^4.5.18",
"@feathersjs/rest-client": "^4.5.18",
"@feathersjs/socketio": "^4.5.18",
"@feathersjs/socketio-client": "^4.5.18",
"@types/debug": "^4.1.7",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.8",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-local/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.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19)

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





## [4.5.17](https://github.com/feathersjs/feathers/compare/v4.5.16...v4.5.17) (2023-07-17)

**Note:** Version bump only for package @feathersjs/authentication-local
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-local",
"description": "Local authentication strategy for @feathers/authentication",
"version": "4.5.17",
"version": "4.5.18",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,7 +52,7 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.5.17",
"@feathersjs/authentication": "^4.5.18",
"@feathersjs/errors": "^4.5.17",
"@feathersjs/feathers": "^4.5.17",
"bcryptjs": "^2.4.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-oauth/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.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19)

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





## [4.5.17](https://github.com/feathersjs/feathers/compare/v4.5.16...v4.5.17) (2023-07-17)

**Note:** Version bump only for package @feathersjs/authentication-oauth
Expand Down
6 changes: 3 additions & 3 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-oauth",
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.",
"version": "4.5.17",
"version": "4.5.18",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,9 +52,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.5.17",
"@feathersjs/authentication": "^4.5.18",
"@feathersjs/errors": "^4.5.17",
"@feathersjs/express": "^4.5.17",
"@feathersjs/express": "^4.5.18",
"@feathersjs/feathers": "^4.5.17",
"debug": "^4.3.3",
"express-session": "^1.17.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication/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.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19)

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





## [4.5.17](https://github.com/feathersjs/feathers/compare/v4.5.16...v4.5.17) (2023-07-17)

**Note:** Version bump only for package @feathersjs/authentication
Expand Down
4 changes: 2 additions & 2 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "4.5.17",
"version": "4.5.18",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@feathersjs/errors": "^4.5.17",
"@feathersjs/feathers": "^4.5.17",
"@feathersjs/transport-commons": "^4.5.17",
"@feathersjs/transport-commons": "^4.5.18",
"@types/jsonwebtoken": "^9.0.0",
"debug": "^4.3.3",
"jsonwebtoken": "^9.0.0",
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.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19)

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





## [4.5.17](https://github.com/feathersjs/feathers/compare/v4.5.16...v4.5.17) (2023-07-17)

**Note:** Version bump only for package @feathersjs/client
Expand Down
16 changes: 8 additions & 8 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.17",
"version": "4.5.18",
"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.17",
"@feathersjs/authentication-client": "^4.5.18",
"@feathersjs/errors": "^4.5.17",
"@feathersjs/express": "^4.5.17",
"@feathersjs/express": "^4.5.18",
"@feathersjs/feathers": "^4.5.17",
"@feathersjs/primus": "^4.5.17",
"@feathersjs/primus-client": "^4.5.17",
"@feathersjs/rest-client": "^4.5.17",
"@feathersjs/socketio": "^4.5.17",
"@feathersjs/socketio-client": "^4.5.17",
"@feathersjs/primus": "^4.5.18",
"@feathersjs/primus-client": "^4.5.18",
"@feathersjs/rest-client": "^4.5.18",
"@feathersjs/socketio": "^4.5.18",
"@feathersjs/socketio-client": "^4.5.18",
"@feathersjs/tests": "^4.5.17",
"babel-loader": "^8.2.3",
"body-parser": "^1.19.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/express/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.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19)

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





## [4.5.17](https://github.com/feathersjs/feathers/compare/v4.5.16...v4.5.17) (2023-07-17)

**Note:** Version bump only for package @feathersjs/express
Expand Down
6 changes: 3 additions & 3 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/express",
"description": "Feathers Express framework bindings and REST provider",
"version": "4.5.17",
"version": "4.5.18",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "index.d.ts",
Expand Down Expand Up @@ -58,8 +58,8 @@
"uberproto": "^2.0.6"
},
"devDependencies": {
"@feathersjs/authentication": "^4.5.17",
"@feathersjs/authentication-local": "^4.5.17",
"@feathersjs/authentication": "^4.5.18",
"@feathersjs/authentication-local": "^4.5.18",
"@feathersjs/feathers": "^4.5.17",
"@feathersjs/tests": "^4.5.17",
"axios": "^0.24.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/primus-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.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19)

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





## [4.5.17](https://github.com/feathersjs/feathers/compare/v4.5.16...v4.5.17) (2023-07-17)

**Note:** Version bump only for package @feathersjs/primus-client
Expand Down
6 changes: 3 additions & 3 deletions packages/primus-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/primus-client",
"description": "Client services for Primus and feathers-primus",
"version": "4.5.17",
"version": "4.5.18",
"homepage": "https://feathersjs.com",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -49,12 +49,12 @@
"access": "public"
},
"dependencies": {
"@feathersjs/transport-commons": "^4.5.17"
"@feathersjs/transport-commons": "^4.5.18"
},
"devDependencies": {
"@feathersjs/commons": "^4.5.16",
"@feathersjs/feathers": "^4.5.17",
"@feathersjs/primus": "^4.5.17",
"@feathersjs/primus": "^4.5.18",
"@feathersjs/tests": "^4.5.17",
"feathers-memory": "^4.1.0",
"mocha": "^9.1.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/primus/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.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19)

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





## [4.5.17](https://github.com/feathersjs/feathers/compare/v4.5.16...v4.5.17) (2023-07-17)

**Note:** Version bump only for package @feathersjs/primus
Expand Down
6 changes: 3 additions & 3 deletions packages/primus/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/primus",
"description": "The Feathers Primus real-time API provider",
"version": "4.5.17",
"version": "4.5.18",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "index.d.ts",
Expand Down Expand Up @@ -49,15 +49,15 @@
"access": "public"
},
"dependencies": {
"@feathersjs/transport-commons": "^4.5.17",
"@feathersjs/transport-commons": "^4.5.18",
"debug": "^4.3.3",
"primus": "^8.0.5",
"primus-emitter": "^3.1.1",
"uberproto": "^2.0.6"
},
"devDependencies": {
"@feathersjs/commons": "^4.5.16",
"@feathersjs/express": "^4.5.17",
"@feathersjs/express": "^4.5.18",
"@feathersjs/feathers": "^4.5.17",
"@feathersjs/tests": "^4.5.17",
"feathers-memory": "^4.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/rest-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.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19)

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





## [4.5.17](https://github.com/feathersjs/feathers/compare/v4.5.16...v4.5.17) (2023-07-17)

**Note:** Version bump only for package @feathersjs/rest-client
Expand Down
4 changes: 2 additions & 2 deletions packages/rest-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/rest-client",
"description": "REST client services for different Ajax libraries",
"version": "4.5.17",
"version": "4.5.18",
"homepage": "https://feathersjs.com",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -58,7 +58,7 @@
"@angular/core": "^11.0.3",
"@angular/http": "^7.2.16",
"@angular/platform-browser": "^11.0.3",
"@feathersjs/express": "^4.5.17",
"@feathersjs/express": "^4.5.18",
"@feathersjs/feathers": "^4.5.17",
"@feathersjs/tests": "^4.5.17",
"axios": "^0.24.0",
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.18](https://github.com/feathersjs/feathers/compare/v4.5.17...v4.5.18) (2023-07-19)

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





## [4.5.17](https://github.com/feathersjs/feathers/compare/v4.5.16...v4.5.17) (2023-07-17)

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

0 comments on commit 2d3671d

Please sign in to comment.