Skip to content

Commit

Permalink
chore(release): publish v4.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Apr 29, 2020
1 parent 64705f5 commit 3f967d6
Show file tree
Hide file tree
Showing 21 changed files with 118 additions and 32 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.3",
"version": "4.5.4",
"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.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)

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





## [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
Expand Down
16 changes: 8 additions & 8 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.3",
"version": "4.5.4",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -50,13 +50,13 @@
"debug": "^4.1.1"
},
"devDependencies": {
"@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",
"@feathersjs/authentication-local": "^4.5.4",
"@feathersjs/express": "^4.5.4",
"@feathersjs/primus": "^4.5.4",
"@feathersjs/primus-client": "^4.5.4",
"@feathersjs/rest-client": "^4.5.4",
"@feathersjs/socketio": "^4.5.4",
"@feathersjs/socketio-client": "^4.5.4",
"@types/debug": "^4.1.5",
"@types/mocha": "^7.0.2",
"@types/node": "^13.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.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)


### Bug Fixes

* **authentication-local:** Allow to hash passwords in array data ([#1936](https://github.com/feathersjs/feathers/issues/1936)) ([64705f5](https://github.com/feathersjs/feathers/commit/64705f5d9d4dc27f799da3a074efaf74379a3398))





## [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
Expand Down
2 changes: 1 addition & 1 deletion 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.3",
"version": "4.5.4",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
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.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)


### Bug Fixes

* **authentication-oauth:** Add getEntity method to oAuth authentication and remove provider field for other calls ([#1935](https://github.com/feathersjs/feathers/issues/1935)) ([d925c1b](https://github.com/feathersjs/feathers/commit/d925c1bd193b5c19cb23a246f04fc46d0429fc75))





## [4.5.3](https://github.com/feathersjs/feathers/compare/v4.5.2...v4.5.3) (2020-04-17)


Expand Down
4 changes: 2 additions & 2 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.3",
"version": "4.5.4",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@feathersjs/authentication": "^4.5.3",
"@feathersjs/errors": "^4.5.3",
"@feathersjs/express": "^4.5.3",
"@feathersjs/express": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"debug": "^4.1.1",
"express-session": "^1.17.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.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)

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





## [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
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.3",
"version": "4.5.4",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git"
Expand Down Expand Up @@ -41,15 +41,15 @@
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@feathersjs/authentication-client": "^4.5.3",
"@feathersjs/authentication-client": "^4.5.4",
"@feathersjs/errors": "^4.5.3",
"@feathersjs/express": "^4.5.3",
"@feathersjs/express": "^4.5.4",
"@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/primus": "^4.5.4",
"@feathersjs/primus-client": "^4.5.4",
"@feathersjs/rest-client": "^4.5.4",
"@feathersjs/socketio": "^4.5.4",
"@feathersjs/socketio-client": "^4.5.4",
"@feathersjs/tests": "^4.5.3",
"babel-loader": "^8.1.0",
"body-parser": "^1.19.0",
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.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)

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





## [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
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "4.5.4",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "index.d.ts",
Expand Down Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@feathersjs/authentication": "^4.5.3",
"@feathersjs/authentication-local": "^4.5.3",
"@feathersjs/authentication-local": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/tests": "^4.5.3",
"axios": "^0.19.2",
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.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)

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





## [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/primus-client
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "4.5.4",
"homepage": "https://feathersjs.com",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"devDependencies": {
"@feathersjs/commons": "^4.5.3",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/primus": "^4.5.3",
"@feathersjs/primus": "^4.5.4",
"@feathersjs/tests": "^4.5.3",
"feathers-memory": "^4.1.0",
"mocha": "^7.1.1",
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.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)

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





## [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/primus
Expand Down
4 changes: 2 additions & 2 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.3",
"version": "4.5.4",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@feathersjs/commons": "^4.5.3",
"@feathersjs/express": "^4.5.3",
"@feathersjs/express": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/tests": "^4.5.3",
"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.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)

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





## [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/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.3",
"version": "4.5.4",
"homepage": "https://feathersjs.com",
"main": "lib/index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"@angular/core": "^9.1.1",
"@angular/http": "^7.2.16",
"@angular/platform-browser": "^9.1.1",
"@feathersjs/express": "^4.5.3",
"@feathersjs/express": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/tests": "^4.5.3",
"axios": "^0.19.2",
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.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)

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





## [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/socketio-client
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.3",
"version": "4.5.4",
"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.3",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/socketio": "^4.5.3",
"@feathersjs/socketio": "^4.5.4",
"@feathersjs/tests": "^4.5.3",
"feathers-memory": "^4.1.0",
"mocha": "^7.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/socketio/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.4](https://github.com/feathersjs/feathers/compare/v4.5.3...v4.5.4) (2020-04-29)

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





## [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/socketio
Expand Down
4 changes: 2 additions & 2 deletions 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.3",
"version": "4.5.4",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "index.d.ts",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@feathersjs/commons": "^4.5.3",
"@feathersjs/express": "^4.5.3",
"@feathersjs/express": "^4.5.4",
"@feathersjs/feathers": "^4.5.3",
"@feathersjs/tests": "^4.5.3",
"@types/mocha": "^7.0.2",
Expand Down

0 comments on commit 3f967d6

Please sign in to comment.