Skip to content

Commit

Permalink
chore(release): publish v4.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Oct 9, 2020
1 parent d219d0d commit 4f7c3b1
Show file tree
Hide file tree
Showing 35 changed files with 235 additions and 87 deletions.
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.8",
"version": "4.5.9",
"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.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)

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





## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)


Expand Down
24 changes: 12 additions & 12 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.8",
"version": "4.5.9",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,20 +52,20 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.5.8",
"@feathersjs/commons": "^4.5.8",
"@feathersjs/errors": "^4.5.8",
"@feathersjs/feathers": "^4.5.8",
"@feathersjs/authentication": "^4.5.9",
"@feathersjs/commons": "^4.5.9",
"@feathersjs/errors": "^4.5.9",
"@feathersjs/feathers": "^4.5.9",
"debug": "^4.2.0"
},
"devDependencies": {
"@feathersjs/authentication-local": "^4.5.8",
"@feathersjs/express": "^4.5.8",
"@feathersjs/primus": "^4.5.8",
"@feathersjs/primus-client": "^4.5.8",
"@feathersjs/rest-client": "^4.5.8",
"@feathersjs/socketio": "^4.5.8",
"@feathersjs/socketio-client": "^4.5.8",
"@feathersjs/authentication-local": "^4.5.9",
"@feathersjs/express": "^4.5.9",
"@feathersjs/primus": "^4.5.9",
"@feathersjs/primus-client": "^4.5.9",
"@feathersjs/rest-client": "^4.5.9",
"@feathersjs/socketio": "^4.5.9",
"@feathersjs/socketio-client": "^4.5.9",
"@types/debug": "^4.1.5",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication-local/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.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)


### Bug Fixes

* **authentication-local:** Keep non-objects in protect hook ([#2085](https://github.com/feathersjs/feathers/issues/2085)) ([5a65e2e](https://github.com/feathersjs/feathers/commit/5a65e2e6cee0a15614f23ee2e0d3c25d3365027d))





## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)

**Note:** Version bump only for package @feathersjs/authentication-local
Expand Down
8 changes: 4 additions & 4 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.8",
"version": "4.5.9",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,9 +52,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.5.8",
"@feathersjs/errors": "^4.5.8",
"@feathersjs/feathers": "^4.5.8",
"@feathersjs/authentication": "^4.5.9",
"@feathersjs/errors": "^4.5.9",
"@feathersjs/feathers": "^4.5.9",
"bcryptjs": "^2.4.3",
"debug": "^4.2.0",
"lodash": "^4.17.20"
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication-oauth/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.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)


### Bug Fixes

* **authentication-oauth:** Always end session after oAuth flows are finished ([#2087](https://github.com/feathersjs/feathers/issues/2087)) ([d219d0d](https://github.com/feathersjs/feathers/commit/d219d0d89c5e45aa289dd67cb0c8bdc05044c846))





## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)

**Note:** Version bump only for package @feathersjs/authentication-oauth
Expand Down
10 changes: 5 additions & 5 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.8",
"version": "4.5.9",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,10 +52,10 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.5.8",
"@feathersjs/errors": "^4.5.8",
"@feathersjs/express": "^4.5.8",
"@feathersjs/feathers": "^4.5.8",
"@feathersjs/authentication": "^4.5.9",
"@feathersjs/errors": "^4.5.9",
"@feathersjs/express": "^4.5.9",
"@feathersjs/feathers": "^4.5.9",
"debug": "^4.2.0",
"express-session": "^1.17.1",
"grant": "^4.7.0",
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.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)

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





## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)

**Note:** Version bump only for package @feathersjs/authentication
Expand Down
8 changes: 4 additions & 4 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.8",
"version": "4.5.9",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,9 +52,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/errors": "^4.5.8",
"@feathersjs/feathers": "^4.5.8",
"@feathersjs/transport-commons": "^4.5.8",
"@feathersjs/errors": "^4.5.9",
"@feathersjs/feathers": "^4.5.9",
"@feathersjs/transport-commons": "^4.5.9",
"@types/jsonwebtoken": "^8.5.0",
"debug": "^4.2.0",
"jsonwebtoken": "^8.5.1",
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.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)

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





## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)

**Note:** Version bump only for package @feathersjs/client
Expand Down
22 changes: 11 additions & 11 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.8",
"version": "4.5.9",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git"
Expand Down Expand Up @@ -51,16 +51,16 @@
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@feathersjs/authentication-client": "^4.5.8",
"@feathersjs/errors": "^4.5.8",
"@feathersjs/express": "^4.5.8",
"@feathersjs/feathers": "^4.5.8",
"@feathersjs/primus": "^4.5.8",
"@feathersjs/primus-client": "^4.5.8",
"@feathersjs/rest-client": "^4.5.8",
"@feathersjs/socketio": "^4.5.8",
"@feathersjs/socketio-client": "^4.5.8",
"@feathersjs/tests": "^4.5.8",
"@feathersjs/authentication-client": "^4.5.9",
"@feathersjs/errors": "^4.5.9",
"@feathersjs/express": "^4.5.9",
"@feathersjs/feathers": "^4.5.9",
"@feathersjs/primus": "^4.5.9",
"@feathersjs/primus-client": "^4.5.9",
"@feathersjs/rest-client": "^4.5.9",
"@feathersjs/socketio": "^4.5.9",
"@feathersjs/socketio-client": "^4.5.9",
"@feathersjs/tests": "^4.5.9",
"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
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.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)

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





## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)

**Note:** Version bump only for package @feathersjs/commons
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/commons",
"version": "4.5.8",
"version": "4.5.9",
"description": "Shared Feathers utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/configuration/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.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)


### Bug Fixes

* **configuration:** Fix handling of config values that start with . or .. but are not actually relative paths; e.g. ".foo" or "..bar" ([#2065](https://github.com/feathersjs/feathers/issues/2065)) ([d07bf59](https://github.com/feathersjs/feathers/commit/d07bf5902e9c8c606f16b9523472972d3d2e9b49))





## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)

**Note:** Version bump only for package @feathersjs/configuration
Expand Down
4 changes: 2 additions & 2 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/configuration",
"description": "A small configuration module for your Feathers application.",
"version": "4.5.8",
"version": "4.5.9",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -57,7 +57,7 @@
"access": "public"
},
"dependencies": {
"@feathersjs/feathers": "^4.5.8",
"@feathersjs/feathers": "^4.5.9",
"config": "^3.3.1",
"debug": "^4.2.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/errors/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.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)

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





## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)

**Note:** Version bump only for package @feathersjs/errors
Expand Down
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "4.5.8",
"version": "4.5.9",
"homepage": "https://feathersjs.com",
"main": "lib/index",
"types": "index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
"debug": "^4.2.0"
},
"devDependencies": {
"@feathersjs/feathers": "^4.5.8",
"@feathersjs/feathers": "^4.5.9",
"express": "^4.17.1",
"mocha": "^8.1.3"
},
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.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)

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





## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)

**Note:** Version bump only for package @feathersjs/express
Expand Down
14 changes: 7 additions & 7 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.8",
"version": "4.5.9",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "index.d.ts",
Expand Down Expand Up @@ -49,19 +49,19 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^4.5.8",
"@feathersjs/errors": "^4.5.8",
"@feathersjs/commons": "^4.5.9",
"@feathersjs/errors": "^4.5.9",
"@types/express": "^4.17.8",
"debug": "^4.2.0",
"express": "^4.17.1",
"lodash": "^4.17.20",
"uberproto": "^2.0.6"
},
"devDependencies": {
"@feathersjs/authentication": "^4.5.8",
"@feathersjs/authentication-local": "^4.5.8",
"@feathersjs/feathers": "^4.5.8",
"@feathersjs/tests": "^4.5.8",
"@feathersjs/authentication": "^4.5.9",
"@feathersjs/authentication-local": "^4.5.9",
"@feathersjs/feathers": "^4.5.9",
"@feathersjs/tests": "^4.5.9",
"axios": "^0.20.0",
"lodash": "^4.17.20",
"mocha": "^8.1.3"
Expand Down
8 changes: 8 additions & 0 deletions packages/feathers/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.9](https://github.com/feathersjs/feathers/compare/v4.5.8...v4.5.9) (2020-10-09)

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





## [4.5.8](https://github.com/feathersjs/feathers/compare/v4.5.7...v4.5.8) (2020-08-12)

**Note:** Version bump only for package @feathersjs/feathers
Expand Down
Loading

0 comments on commit 4f7c3b1

Please sign in to comment.