Skip to content

Commit

Permalink
chore(release): publish v4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Apr 17, 2020
1 parent 7e2ce6a commit 251ba63
Show file tree
Hide file tree
Showing 35 changed files with 237 additions and 89 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "4.5.2",
"version": "4.5.3",
"command": {
"bootstrap": {
"hoist": true
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-client/CHANGELOG.md
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.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)

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





## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)

**Note:** Version bump only for package @feathersjs/authentication-client
Expand Down
24 changes: 12 additions & 12 deletions packages/authentication-client/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-client",
"description": "The authentication plugin for feathers-client",
"version": "4.5.2",
"version": "4.5.3",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -43,20 +43,20 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.5.2",
"@feathersjs/commons": "^4.5.2",
"@feathersjs/errors": "^4.5.2",
"@feathersjs/feathers": "^4.5.2",
"@feathersjs/authentication": "^4.5.3",
"@feathersjs/commons": "^4.5.3",
"@feathersjs/errors": "^4.5.3",
"@feathersjs/feathers": "^4.5.3",
"debug": "^4.1.1"
},
"devDependencies": {
"@feathersjs/authentication-local": "^4.5.2",
"@feathersjs/express": "^4.5.2",
"@feathersjs/primus": "^4.5.2",
"@feathersjs/primus-client": "^4.5.2",
"@feathersjs/rest-client": "^4.5.2",
"@feathersjs/socketio": "^4.5.2",
"@feathersjs/socketio-client": "^4.5.2",
"@feathersjs/authentication-local": "^4.5.3",
"@feathersjs/express": "^4.5.3",
"@feathersjs/primus": "^4.5.3",
"@feathersjs/primus-client": "^4.5.3",
"@feathersjs/rest-client": "^4.5.3",
"@feathersjs/socketio": "^4.5.3",
"@feathersjs/socketio-client": "^4.5.3",
"@types/debug": "^4.1.5",
"@types/mocha": "^7.0.2",
"@types/node": "^13.11.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-local/CHANGELOG.md
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.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)

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





## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)


Expand Down
8 changes: 4 additions & 4 deletions packages/authentication-local/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-local",
"description": "Local authentication strategy for @feathers/authentication",
"version": "4.5.2",
"version": "4.5.3",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -43,9 +43,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.5.2",
"@feathersjs/errors": "^4.5.2",
"@feathersjs/feathers": "^4.5.2",
"@feathersjs/authentication": "^4.5.3",
"@feathersjs/errors": "^4.5.3",
"@feathersjs/feathers": "^4.5.3",
"bcryptjs": "^2.4.3",
"debug": "^4.1.1",
"lodash": "^4.17.15"
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication-oauth/CHANGELOG.md
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.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)


### Bug Fixes

* **authentication-oauth:** Allow req.feathers to be used in oAuth authentication requests ([#1886](https://github.com/feathersjs/feathers/issues/1886)) ([854c9ca](https://github.com/feathersjs/feathers/commit/854c9cac9a9a5f8f89054a90feb24ab5c4766f5f))





## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)


Expand Down
10 changes: 5 additions & 5 deletions packages/authentication-oauth/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-oauth",
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.",
"version": "4.5.2",
"version": "4.5.3",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -43,10 +43,10 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.5.2",
"@feathersjs/errors": "^4.5.2",
"@feathersjs/express": "^4.5.2",
"@feathersjs/feathers": "^4.5.2",
"@feathersjs/authentication": "^4.5.3",
"@feathersjs/errors": "^4.5.3",
"@feathersjs/express": "^4.5.3",
"@feathersjs/feathers": "^4.5.3",
"debug": "^4.1.1",
"express-session": "^1.17.0",
"grant": "^4.7.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication/CHANGELOG.md
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.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)


### Bug Fixes

* **authentication:** Remove entity from connection information on logout ([#1889](https://github.com/feathersjs/feathers/issues/1889)) ([b062753](https://github.com/feathersjs/feathers/commit/b0627530d61babe15dd84369d3093ccae4b780ca))





## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)


Expand Down
8 changes: 4 additions & 4 deletions packages/authentication/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "4.5.2",
"version": "4.5.3",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -43,9 +43,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/errors": "^4.5.2",
"@feathersjs/feathers": "^4.5.2",
"@feathersjs/transport-commons": "^4.5.2",
"@feathersjs/errors": "^4.5.3",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/transport-commons": "^4.5.3",
"@types/jsonwebtoken": "^8.3.9",
"debug": "^4.1.1",
"jsonwebtoken": "^8.5.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
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.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)

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





## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)

**Note:** Version bump only for package @feathersjs/client
Expand Down
22 changes: 11 additions & 11 deletions packages/client/package.json
@@ -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.2",
"version": "4.5.3",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git"
Expand Down Expand Up @@ -41,16 +41,16 @@
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@feathersjs/authentication-client": "^4.5.2",
"@feathersjs/errors": "^4.5.2",
"@feathersjs/express": "^4.5.2",
"@feathersjs/feathers": "^4.5.2",
"@feathersjs/primus": "^4.5.2",
"@feathersjs/primus-client": "^4.5.2",
"@feathersjs/rest-client": "^4.5.2",
"@feathersjs/socketio": "^4.5.2",
"@feathersjs/socketio-client": "^4.5.2",
"@feathersjs/tests": "^4.5.2",
"@feathersjs/authentication-client": "^4.5.3",
"@feathersjs/errors": "^4.5.3",
"@feathersjs/express": "^4.5.3",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/primus": "^4.5.3",
"@feathersjs/primus-client": "^4.5.3",
"@feathersjs/rest-client": "^4.5.3",
"@feathersjs/socketio": "^4.5.3",
"@feathersjs/socketio-client": "^4.5.3",
"@feathersjs/tests": "^4.5.3",
"babel-loader": "^8.1.0",
"body-parser": "^1.19.0",
"feathers-memory": "^4.1.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/commons/CHANGELOG.md
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.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)

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





## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)

**Note:** Version bump only for package @feathersjs/commons
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/commons",
"version": "4.5.2",
"version": "4.5.3",
"description": "Shared Feathers utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/configuration/CHANGELOG.md
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.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)

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





## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)

**Note:** Version bump only for package @feathersjs/configuration
Expand Down
4 changes: 2 additions & 2 deletions packages/configuration/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/configuration",
"description": "A small configuration module for your Feathers application.",
"version": "4.5.2",
"version": "4.5.3",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -48,7 +48,7 @@
"access": "public"
},
"dependencies": {
"@feathersjs/feathers": "^4.5.2",
"@feathersjs/feathers": "^4.5.3",
"config": "^3.3.1",
"debug": "^4.1.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/errors/CHANGELOG.md
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.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)


### Bug Fixes

* **errors:** Add 410 Gone to errors ([#1849](https://github.com/feathersjs/feathers/issues/1849)) ([6801428](https://github.com/feathersjs/feathers/commit/6801428f8fd17dbfebcdb6f1b0cd01433a4033dc))





## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)

**Note:** Version bump only for package @feathersjs/errors
Expand Down
4 changes: 2 additions & 2 deletions packages/errors/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "4.5.2",
"version": "4.5.3",
"homepage": "https://feathersjs.com",
"main": "lib/index",
"types": "index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"debug": "^4.1.1"
},
"devDependencies": {
"@feathersjs/feathers": "^4.5.2",
"@feathersjs/feathers": "^4.5.3",
"express": "^4.17.1",
"mocha": "^7.1.1"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/express/CHANGELOG.md
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.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)

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





## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)


Expand Down
14 changes: 7 additions & 7 deletions packages/express/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/express",
"description": "Feathers Express framework bindings and REST provider",
"version": "4.5.2",
"version": "4.5.3",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "index.d.ts",
Expand Down Expand Up @@ -40,19 +40,19 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^4.5.2",
"@feathersjs/errors": "^4.5.2",
"@feathersjs/commons": "^4.5.3",
"@feathersjs/errors": "^4.5.3",
"@types/express": "^4.17.6",
"debug": "^4.1.1",
"express": "^4.17.1",
"lodash": "^4.17.15",
"uberproto": "^2.0.6"
},
"devDependencies": {
"@feathersjs/authentication": "^4.5.2",
"@feathersjs/authentication-local": "^4.5.2",
"@feathersjs/feathers": "^4.5.2",
"@feathersjs/tests": "^4.5.2",
"@feathersjs/authentication": "^4.5.3",
"@feathersjs/authentication-local": "^4.5.3",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/tests": "^4.5.3",
"axios": "^0.19.2",
"lodash": "^4.17.15",
"mocha": "^7.1.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/feathers/CHANGELOG.md
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.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)


### Bug Fixes

* **typescript:** Use stricter type for HookContext 'method' prop ([#1896](https://github.com/feathersjs/feathers/issues/1896)) ([24a41b7](https://github.com/feathersjs/feathers/commit/24a41b74486ddadccad18f3ae63afdac5bd373c7))





## [4.5.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04)


Expand Down

0 comments on commit 251ba63

Please sign in to comment.