Skip to content

Commit

Permalink
v4.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Oct 14, 2019
1 parent 1a624ef commit be129c7
Show file tree
Hide file tree
Showing 39 changed files with 261 additions and 94 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.3.6",
"version": "4.3.7",
"command": {
"bootstrap": {
"hoist": true
Expand Down
11 changes: 11 additions & 0 deletions packages/adapter-commons/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.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)


### Bug Fixes

* improve Service and AdapterService types ([#1567](https://github.com/feathersjs/feathers/issues/1567)) ([baad6a2](https://github.com/feathersjs/feathers/commit/baad6a26f0f543b712ccb40359b3933ad3a21392))





## [4.3.6](https://github.com/feathersjs/feathers/compare/v4.3.5...v4.3.6) (2019-10-07)


Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/adapter-commons",
"version": "4.3.6",
"version": "4.3.7",
"description": "Shared database adapter utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down Expand Up @@ -37,9 +37,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^4.3.0",
"@feathersjs/errors": "^4.3.4",
"@feathersjs/feathers": "^4.3.4"
"@feathersjs/commons": "^4.3.7",
"@feathersjs/errors": "^4.3.7",
"@feathersjs/feathers": "^4.3.7"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-tests/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.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)

**Note:** Version bump only for package @feathersjs/adapter-tests





## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)

**Note:** Version bump only for package @feathersjs/adapter-tests
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/adapter-tests",
"version": "4.3.4",
"version": "4.3.7",
"description": "Feathers shared database adapter test suite",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down Expand Up @@ -34,8 +34,8 @@
"access": "public"
},
"devDependencies": {
"@feathersjs/errors": "^4.3.4",
"@feathersjs/feathers": "^4.3.4",
"@feathersjs/errors": "^4.3.7",
"@feathersjs/feathers": "^4.3.7",
"feathers-memory": "^4.1.0",
"mocha": "^6.2.1"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication-client/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.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)


### Bug Fixes

* Improve authentication client default storage initialization ([#1613](https://github.com/feathersjs/feathers/issues/1613)) ([d7f5107](https://github.com/feathersjs/feathers/commit/d7f5107ef76297b4ca6db580afc5e2b372f5ee4d))





## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)


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.3.5",
"version": "4.3.7",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -39,20 +39,20 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.3.5",
"@feathersjs/commons": "^4.3.0",
"@feathersjs/errors": "^4.3.4",
"@feathersjs/feathers": "^4.3.4",
"@feathersjs/authentication": "^4.3.7",
"@feathersjs/commons": "^4.3.7",
"@feathersjs/errors": "^4.3.7",
"@feathersjs/feathers": "^4.3.7",
"debug": "^4.1.1"
},
"devDependencies": {
"@feathersjs/authentication-local": "^4.3.5",
"@feathersjs/express": "^4.3.5",
"@feathersjs/primus": "^4.3.5",
"@feathersjs/primus-client": "^4.3.5",
"@feathersjs/rest-client": "^4.3.5",
"@feathersjs/socketio": "^4.3.5",
"@feathersjs/socketio-client": "^4.3.5",
"@feathersjs/authentication-local": "^4.3.7",
"@feathersjs/express": "^4.3.7",
"@feathersjs/primus": "^4.3.7",
"@feathersjs/primus-client": "^4.3.7",
"@feathersjs/rest-client": "^4.3.7",
"@feathersjs/socketio": "^4.3.7",
"@feathersjs/socketio-client": "^4.3.7",
"@types/debug": "^4.1.5",
"@types/mocha": "^5.2.7",
"@types/node": "^12.7.12",
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.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)

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





## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)

**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.3.5",
"version": "4.3.7",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -39,9 +39,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.3.5",
"@feathersjs/errors": "^4.3.4",
"@feathersjs/feathers": "^4.3.4",
"@feathersjs/authentication": "^4.3.7",
"@feathersjs/errors": "^4.3.7",
"@feathersjs/feathers": "^4.3.7",
"bcryptjs": "^2.4.3",
"debug": "^4.1.1",
"lodash": "^4.17.15"
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.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)

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





## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)

**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.3.5",
"version": "4.3.7",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -39,10 +39,10 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.3.5",
"@feathersjs/errors": "^4.3.4",
"@feathersjs/express": "^4.3.5",
"@feathersjs/feathers": "^4.3.4",
"@feathersjs/authentication": "^4.3.7",
"@feathersjs/errors": "^4.3.7",
"@feathersjs/express": "^4.3.7",
"@feathersjs/feathers": "^4.3.7",
"debug": "^4.1.1",
"express-session": "^1.17.0",
"grant": "^4.6.3",
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.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)

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





## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)


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.3.5",
"version": "4.3.7",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -39,9 +39,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/errors": "^4.3.4",
"@feathersjs/feathers": "^4.3.4",
"@feathersjs/transport-commons": "^4.3.4",
"@feathersjs/errors": "^4.3.7",
"@feathersjs/feathers": "^4.3.7",
"@feathersjs/transport-commons": "^4.3.7",
"debug": "^4.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
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.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)

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





## [4.3.5](https://github.com/feathersjs/feathers/compare/v4.3.4...v4.3.5) (2019-10-07)

**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.3.5",
"version": "4.3.7",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git"
Expand Down Expand Up @@ -37,16 +37,16 @@
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@feathersjs/authentication-client": "^4.3.5",
"@feathersjs/errors": "^4.3.4",
"@feathersjs/express": "^4.3.5",
"@feathersjs/feathers": "^4.3.4",
"@feathersjs/primus": "^4.3.5",
"@feathersjs/primus-client": "^4.3.5",
"@feathersjs/rest-client": "^4.3.5",
"@feathersjs/socketio": "^4.3.5",
"@feathersjs/socketio-client": "^4.3.5",
"@feathersjs/tests": "^4.3.4",
"@feathersjs/authentication-client": "^4.3.7",
"@feathersjs/errors": "^4.3.7",
"@feathersjs/express": "^4.3.7",
"@feathersjs/feathers": "^4.3.7",
"@feathersjs/primus": "^4.3.7",
"@feathersjs/primus-client": "^4.3.7",
"@feathersjs/rest-client": "^4.3.7",
"@feathersjs/socketio": "^4.3.7",
"@feathersjs/socketio-client": "^4.3.7",
"@feathersjs/tests": "^4.3.7",
"babel-loader": "^8.0.6",
"body-parser": "^1.19.0",
"feathers-memory": "^4.1.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/commons/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.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)


### Bug Fixes

* make __hooks writable and configurable ([#1520](https://github.com/feathersjs/feathers/issues/1520)) ([1c6c374](https://github.com/feathersjs/feathers/commit/1c6c3742ecf1cb813be56074da89e6736d03ffe8))





# [4.3.0](https://github.com/feathersjs/feathers/compare/v4.3.0-pre.4...v4.3.0) (2019-08-27)

**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.3.0",
"version": "4.3.7",
"description": "Shared Feathers utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/configuration/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.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)

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





## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)

**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.3.4",
"version": "4.3.7",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -44,7 +44,7 @@
"access": "public"
},
"dependencies": {
"@feathersjs/feathers": "^4.3.4",
"@feathersjs/feathers": "^4.3.7",
"config": "^3.2.3",
"debug": "^4.1.1"
},
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.3.7](https://github.com/feathersjs/feathers/compare/v4.3.6...v4.3.7) (2019-10-14)

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





## [4.3.4](https://github.com/feathersjs/feathers/compare/v4.3.3...v4.3.4) (2019-10-03)

**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.3.4",
"version": "4.3.7",
"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.3.4",
"@feathersjs/feathers": "^4.3.7",
"chai": "^4.2.0",
"express": "^4.17.1",
"mocha": "^6.2.1",
Expand Down
Loading

0 comments on commit be129c7

Please sign in to comment.