From 9d5871e98d821384dee70b8d3d9af4002f3d052a Mon Sep 17 00:00:00 2001 From: David Luecke Date: Tue, 3 Mar 2020 19:35:44 -0800 Subject: [PATCH] chore(release): publish v4.5.2 --- lerna.json | 2 +- packages/adapter-commons/CHANGELOG.md | 8 +++++++ packages/adapter-commons/package.json | 8 +++---- packages/adapter-tests/CHANGELOG.md | 8 +++++++ packages/adapter-tests/package.json | 6 +++--- packages/authentication-client/CHANGELOG.md | 8 +++++++ packages/authentication-client/package.json | 24 ++++++++++----------- packages/authentication-local/CHANGELOG.md | 11 ++++++++++ packages/authentication-local/package.json | 8 +++---- packages/authentication-oauth/CHANGELOG.md | 11 ++++++++++ packages/authentication-oauth/package.json | 10 ++++----- packages/authentication/CHANGELOG.md | 11 ++++++++++ packages/authentication/package.json | 8 +++---- packages/client/CHANGELOG.md | 8 +++++++ packages/client/package.json | 22 +++++++++---------- packages/commons/CHANGELOG.md | 8 +++++++ packages/commons/package.json | 2 +- packages/configuration/CHANGELOG.md | 8 +++++++ packages/configuration/package.json | 4 ++-- packages/errors/CHANGELOG.md | 8 +++++++ packages/errors/package.json | 4 ++-- packages/express/CHANGELOG.md | 11 ++++++++++ packages/express/package.json | 14 ++++++------ packages/feathers/CHANGELOG.md | 11 ++++++++++ packages/feathers/package.json | 4 ++-- packages/primus-client/CHANGELOG.md | 8 +++++++ packages/primus-client/package.json | 12 +++++------ packages/primus/CHANGELOG.md | 8 +++++++ packages/primus/package.json | 12 +++++------ packages/rest-client/CHANGELOG.md | 8 +++++++ packages/rest-client/package.json | 12 +++++------ packages/socketio-client/CHANGELOG.md | 8 +++++++ packages/socketio-client/package.json | 12 +++++------ packages/socketio/CHANGELOG.md | 8 +++++++ packages/socketio/package.json | 12 +++++------ packages/tests/CHANGELOG.md | 8 +++++++ packages/tests/package.json | 4 ++-- packages/transport-commons/CHANGELOG.md | 8 +++++++ packages/transport-commons/package.json | 8 +++---- 39 files changed, 261 insertions(+), 94 deletions(-) diff --git a/lerna.json b/lerna.json index 200f56c909..08ce0ec03a 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "4.5.1", + "version": "4.5.2", "command": { "bootstrap": { "hoist": true diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index c10725cf27..5925158501 100644 --- a/packages/adapter-commons/CHANGELOG.md +++ b/packages/adapter-commons/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + +**Note:** Version bump only for package @feathersjs/adapter-commons + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/adapter-commons diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 2072dedccc..88b2b51f33 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "4.5.1", + "version": "4.5.2", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -41,9 +41,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.1", - "@feathersjs/errors": "^4.5.1", - "@feathersjs/feathers": "^4.5.1" + "@feathersjs/commons": "^4.5.2", + "@feathersjs/errors": "^4.5.2", + "@feathersjs/feathers": "^4.5.2" }, "devDependencies": { "@types/mocha": "^7.0.1", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index 755d89f80b..5aa61ab963 100644 --- a/packages/adapter-tests/CHANGELOG.md +++ b/packages/adapter-tests/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + +**Note:** Version bump only for package @feathersjs/adapter-tests + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/adapter-tests diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index 7b1841ac1e..2145ccf939 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "4.5.1", + "version": "4.5.2", "description": "Feathers shared database adapter test suite", "homepage": "https://feathersjs.com", "keywords": [ @@ -38,8 +38,8 @@ "access": "public" }, "devDependencies": { - "@feathersjs/errors": "^4.5.1", - "@feathersjs/feathers": "^4.5.1", + "@feathersjs/errors": "^4.5.2", + "@feathersjs/feathers": "^4.5.2", "feathers-memory": "^4.1.0", "mocha": "^7.0.1" }, diff --git a/packages/authentication-client/CHANGELOG.md b/packages/authentication-client/CHANGELOG.md index 5f2315b212..4841938f8f 100644 --- a/packages/authentication-client/CHANGELOG.md +++ b/packages/authentication-client/CHANGELOG.md @@ -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.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 + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/authentication-client diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index 4e67beb100..05d42f1a70 100644 --- a/packages/authentication-client/package.json +++ b/packages/authentication-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-client", "description": "The authentication plugin for feathers-client", - "version": "4.5.1", + "version": "4.5.2", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,20 +43,20 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.1", - "@feathersjs/commons": "^4.5.1", - "@feathersjs/errors": "^4.5.1", - "@feathersjs/feathers": "^4.5.1", + "@feathersjs/authentication": "^4.5.2", + "@feathersjs/commons": "^4.5.2", + "@feathersjs/errors": "^4.5.2", + "@feathersjs/feathers": "^4.5.2", "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/authentication-local": "^4.5.1", - "@feathersjs/express": "^4.5.1", - "@feathersjs/primus": "^4.5.1", - "@feathersjs/primus-client": "^4.5.1", - "@feathersjs/rest-client": "^4.5.1", - "@feathersjs/socketio": "^4.5.1", - "@feathersjs/socketio-client": "^4.5.1", + "@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", "@types/debug": "^4.1.5", "@types/mocha": "^7.0.1", "@types/node": "^13.7.4", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index c38e68e949..2ad033fea2 100644 --- a/packages/authentication-local/CHANGELOG.md +++ b/packages/authentication-local/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + + +### Bug Fixes + +* **test:** typo in password ([#1797](https://github.com/feathersjs/feathers/issues/1797)) ([dfba6ec](https://github.com/feathersjs/feathers/commit/dfba6ec2f21adf3aa739218cf870eaaaa5df6e9c)) + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/authentication-local diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index 5bb6c8e4b2..3600780c83 100644 --- a/packages/authentication-local/package.json +++ b/packages/authentication-local/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication-local", "description": "Local authentication strategy for @feathers/authentication", - "version": "4.5.1", + "version": "4.5.2", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,9 +43,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.1", - "@feathersjs/errors": "^4.5.1", - "@feathersjs/feathers": "^4.5.1", + "@feathersjs/authentication": "^4.5.2", + "@feathersjs/errors": "^4.5.2", + "@feathersjs/feathers": "^4.5.2", "bcryptjs": "^2.4.3", "debug": "^4.1.1", "lodash": "^4.17.15" diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index 6164a7e625..5e70c67ce2 100644 --- a/packages/authentication-oauth/CHANGELOG.md +++ b/packages/authentication-oauth/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + + +### Bug Fixes + +* **package:** update grant-profile to version 0.0.11 ([#1841](https://github.com/feathersjs/feathers/issues/1841)) ([5dcd2aa](https://github.com/feathersjs/feathers/commit/5dcd2aa3483059cc7a2546b145dd72b4705fe2fe)) + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/authentication-oauth diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index faf2cfbe5d..04857702a3 100644 --- a/packages/authentication-oauth/package.json +++ b/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.1", + "version": "4.5.2", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,10 +43,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.1", - "@feathersjs/errors": "^4.5.1", - "@feathersjs/express": "^4.5.1", - "@feathersjs/feathers": "^4.5.1", + "@feathersjs/authentication": "^4.5.2", + "@feathersjs/errors": "^4.5.2", + "@feathersjs/express": "^4.5.2", + "@feathersjs/feathers": "^4.5.2", "debug": "^4.1.1", "express-session": "^1.17.0", "grant": "^4.7.0", diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index d07efee667..f083aae81c 100644 --- a/packages/authentication/CHANGELOG.md +++ b/packages/authentication/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + + +### Bug Fixes + +* **authentication:** Improve JWT strategy configuration error message ([#1844](https://github.com/feathersjs/feathers/issues/1844)) ([2c771db](https://github.com/feathersjs/feathers/commit/2c771dbb22d53d4f7de3c3f514e57afa1a186322)) + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/authentication diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 417a329d36..b42bc91052 100644 --- a/packages/authentication/package.json +++ b/packages/authentication/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/authentication", "description": "Add Authentication to your FeathersJS app.", - "version": "4.5.1", + "version": "4.5.2", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,9 +43,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/errors": "^4.5.1", - "@feathersjs/feathers": "^4.5.1", - "@feathersjs/transport-commons": "^4.5.1", + "@feathersjs/errors": "^4.5.2", + "@feathersjs/feathers": "^4.5.2", + "@feathersjs/transport-commons": "^4.5.2", "@types/jsonwebtoken": "^8.3.7", "debug": "^4.1.1", "jsonwebtoken": "^8.5.1", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index d33ade3e76..9e5f477ca9 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + +**Note:** Version bump only for package @feathersjs/client + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index 21ee5cb7af..9d63dc1562 100644 --- a/packages/client/package.json +++ b/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.1", + "version": "4.5.2", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git" @@ -41,16 +41,16 @@ "devDependencies": { "@babel/core": "^7.8.4", "@babel/preset-env": "^7.8.4", - "@feathersjs/authentication-client": "^4.5.1", - "@feathersjs/errors": "^4.5.1", - "@feathersjs/express": "^4.5.1", - "@feathersjs/feathers": "^4.5.1", - "@feathersjs/primus": "^4.5.1", - "@feathersjs/primus-client": "^4.5.1", - "@feathersjs/rest-client": "^4.5.1", - "@feathersjs/socketio": "^4.5.1", - "@feathersjs/socketio-client": "^4.5.1", - "@feathersjs/tests": "^4.5.1", + "@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", "babel-loader": "^8.0.6", "body-parser": "^1.19.0", "feathers-memory": "^4.1.0", diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index 91705872ca..d6238700f2 100644 --- a/packages/commons/CHANGELOG.md +++ b/packages/commons/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + +**Note:** Version bump only for package @feathersjs/commons + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/commons diff --git a/packages/commons/package.json b/packages/commons/package.json index a478806ee3..1550fac978 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "4.5.1", + "version": "4.5.2", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index 71960b932b..b5a18b1a5c 100644 --- a/packages/configuration/CHANGELOG.md +++ b/packages/configuration/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + +**Note:** Version bump only for package @feathersjs/configuration + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/configuration diff --git a/packages/configuration/package.json b/packages/configuration/package.json index a127b05574..237ad11b47 100644 --- a/packages/configuration/package.json +++ b/packages/configuration/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/configuration", "description": "A small configuration module for your Feathers application.", - "version": "4.5.1", + "version": "4.5.2", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -48,7 +48,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^4.5.1", + "@feathersjs/feathers": "^4.5.2", "config": "^3.2.6", "debug": "^4.1.1" }, diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 8e19eb58d8..3f7fc6aa96 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + +**Note:** Version bump only for package @feathersjs/errors + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/errors diff --git a/packages/errors/package.json b/packages/errors/package.json index c2cad2dafd..6e3c0fc212 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/errors", "description": "Common error types for Feathers apps", - "version": "4.5.1", + "version": "4.5.2", "homepage": "https://feathersjs.com", "main": "lib/index", "types": "index.d.ts", @@ -39,7 +39,7 @@ "debug": "^4.1.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.1", + "@feathersjs/feathers": "^4.5.2", "express": "^4.17.1", "mocha": "^7.0.1" }, diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 1d623f832c..7807503366 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + + +### Bug Fixes + +* Updated typings for express middleware ([#1839](https://github.com/feathersjs/feathers/issues/1839)) ([6b8e897](https://github.com/feathersjs/feathers/commit/6b8e8971a9dbb08913edd1be48826624645d9dc1)) + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index b2e04fb8d1..8eb9d03429 100644 --- a/packages/express/package.json +++ b/packages/express/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/express", "description": "Feathers Express framework bindings and REST provider", - "version": "4.5.1", + "version": "4.5.2", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -40,8 +40,8 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.1", - "@feathersjs/errors": "^4.5.1", + "@feathersjs/commons": "^4.5.2", + "@feathersjs/errors": "^4.5.2", "@types/express": "^4.17.2", "debug": "^4.1.1", "express": "^4.17.1", @@ -49,10 +49,10 @@ "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/authentication": "^4.5.1", - "@feathersjs/authentication-local": "^4.5.1", - "@feathersjs/feathers": "^4.5.1", - "@feathersjs/tests": "^4.5.1", + "@feathersjs/authentication": "^4.5.2", + "@feathersjs/authentication-local": "^4.5.2", + "@feathersjs/feathers": "^4.5.2", + "@feathersjs/tests": "^4.5.2", "axios": "^0.19.2", "lodash": "^4.17.15", "mocha": "^7.0.1" diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index 84e5de6322..95136334f5 100644 --- a/packages/feathers/CHANGELOG.md +++ b/packages/feathers/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + + +### Bug Fixes + +* **typescript:** Make HookMap and HookObject generics. ([#1815](https://github.com/feathersjs/feathers/issues/1815)) ([d10145d](https://github.com/feathersjs/feathers/commit/d10145d91a09aef7bce5af80805a3c0fa9d94f26)) + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/feathers diff --git a/packages/feathers/package.json b/packages/feathers/package.json index ed684f13eb..ee41e9068c 100644 --- a/packages/feathers/package.json +++ b/packages/feathers/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/feathers", "description": "A framework for real-time applications and REST API with JavaScript and TypeScript", - "version": "4.5.1", + "version": "4.5.2", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -45,7 +45,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.1", + "@feathersjs/commons": "^4.5.2", "debug": "^4.1.1", "events": "^3.1.0", "uberproto": "^2.0.6" diff --git a/packages/primus-client/CHANGELOG.md b/packages/primus-client/CHANGELOG.md index 300b6a7c9e..bee9b6c2d6 100644 --- a/packages/primus-client/CHANGELOG.md +++ b/packages/primus-client/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + +**Note:** Version bump only for package @feathersjs/primus-client + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/primus-client diff --git a/packages/primus-client/package.json b/packages/primus-client/package.json index 41ba960b14..18be11f626 100644 --- a/packages/primus-client/package.json +++ b/packages/primus-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/primus-client", "description": "Client services for Primus and feathers-primus", - "version": "4.5.1", + "version": "4.5.2", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,13 +40,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.1" + "@feathersjs/transport-commons": "^4.5.2" }, "devDependencies": { - "@feathersjs/commons": "^4.5.1", - "@feathersjs/feathers": "^4.5.1", - "@feathersjs/primus": "^4.5.1", - "@feathersjs/tests": "^4.5.1", + "@feathersjs/commons": "^4.5.2", + "@feathersjs/feathers": "^4.5.2", + "@feathersjs/primus": "^4.5.2", + "@feathersjs/tests": "^4.5.2", "feathers-memory": "^4.1.0", "mocha": "^7.0.1", "ws": "^7.2.1" diff --git a/packages/primus/CHANGELOG.md b/packages/primus/CHANGELOG.md index 14b49555e6..ace2b8dc04 100644 --- a/packages/primus/CHANGELOG.md +++ b/packages/primus/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + +**Note:** Version bump only for package @feathersjs/primus + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/primus diff --git a/packages/primus/package.json b/packages/primus/package.json index 85084eb3e8..d10e19f6a3 100644 --- a/packages/primus/package.json +++ b/packages/primus/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/primus", "description": "The Feathers Primus real-time API provider", - "version": "4.5.1", + "version": "4.5.2", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -40,17 +40,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.1", + "@feathersjs/transport-commons": "^4.5.2", "debug": "^4.1.1", "primus": "^7.3.4", "primus-emitter": "^3.1.1", "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/commons": "^4.5.1", - "@feathersjs/express": "^4.5.1", - "@feathersjs/feathers": "^4.5.1", - "@feathersjs/tests": "^4.5.1", + "@feathersjs/commons": "^4.5.2", + "@feathersjs/express": "^4.5.2", + "@feathersjs/feathers": "^4.5.2", + "@feathersjs/tests": "^4.5.2", "feathers-memory": "^4.1.0", "lodash": "^4.17.15", "mocha": "^7.0.1", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index 3e70b16747..a92f18e4d2 100644 --- a/packages/rest-client/CHANGELOG.md +++ b/packages/rest-client/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + +**Note:** Version bump only for package @feathersjs/rest-client + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/rest-client diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index bae2ef8852..30d07e5ef2 100644 --- a/packages/rest-client/package.json +++ b/packages/rest-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/rest-client", "description": "REST client services for different Ajax libraries", - "version": "4.5.1", + "version": "4.5.2", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,8 +40,8 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.1", - "@feathersjs/errors": "^4.5.1", + "@feathersjs/commons": "^4.5.2", + "@feathersjs/errors": "^4.5.2", "qs": "^6.9.1" }, "devDependencies": { @@ -49,9 +49,9 @@ "@angular/core": "^9.0.2", "@angular/http": "^7.2.16", "@angular/platform-browser": "^9.0.2", - "@feathersjs/express": "^4.5.1", - "@feathersjs/feathers": "^4.5.1", - "@feathersjs/tests": "^4.5.1", + "@feathersjs/express": "^4.5.2", + "@feathersjs/feathers": "^4.5.2", + "@feathersjs/tests": "^4.5.2", "axios": "^0.19.2", "body-parser": "^1.19.0", "feathers-memory": "^4.1.0", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index 2a9ed73421..ce6a7831c3 100644 --- a/packages/socketio-client/CHANGELOG.md +++ b/packages/socketio-client/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + +**Note:** Version bump only for package @feathersjs/socketio-client + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index 8e5f0ba409..9254983ed7 100644 --- a/packages/socketio-client/package.json +++ b/packages/socketio-client/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/socketio-client", "description": "The client for Socket.io through feathers-socketio", - "version": "4.5.1", + "version": "4.5.2", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,14 +40,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.1", + "@feathersjs/transport-commons": "^4.5.2", "@types/socket.io-client": "^1.4.32" }, "devDependencies": { - "@feathersjs/commons": "^4.5.1", - "@feathersjs/feathers": "^4.5.1", - "@feathersjs/socketio": "^4.5.1", - "@feathersjs/tests": "^4.5.1", + "@feathersjs/commons": "^4.5.2", + "@feathersjs/feathers": "^4.5.2", + "@feathersjs/socketio": "^4.5.2", + "@feathersjs/tests": "^4.5.2", "feathers-memory": "^4.1.0", "mocha": "^7.0.1", "socket.io-client": "^2.3.0" diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index 594db771d6..2c2746e82f 100644 --- a/packages/socketio/CHANGELOG.md +++ b/packages/socketio/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + +**Note:** Version bump only for package @feathersjs/socketio + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index b203718db7..61f1939294 100644 --- a/packages/socketio/package.json +++ b/packages/socketio/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/socketio", "description": "The Feathers Socket.io real-time API provider", - "version": "4.5.1", + "version": "4.5.2", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -40,17 +40,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.1", + "@feathersjs/transport-commons": "^4.5.2", "@types/socket.io": "^2.1.4", "debug": "^4.1.1", "socket.io": "^2.3.0", "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/commons": "^4.5.1", - "@feathersjs/express": "^4.5.1", - "@feathersjs/feathers": "^4.5.1", - "@feathersjs/tests": "^4.5.1", + "@feathersjs/commons": "^4.5.2", + "@feathersjs/express": "^4.5.2", + "@feathersjs/feathers": "^4.5.2", + "@feathersjs/tests": "^4.5.2", "feathers-memory": "^4.1.0", "lodash": "^4.17.15", "mocha": "^7.0.1", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index fa3cf0549e..6dc4f09d43 100644 --- a/packages/tests/CHANGELOG.md +++ b/packages/tests/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + +**Note:** Version bump only for package @feathersjs/tests + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/tests diff --git a/packages/tests/package.json b/packages/tests/package.json index 92db13af5a..d8f56bd4e4 100644 --- a/packages/tests/package.json +++ b/packages/tests/package.json @@ -2,7 +2,7 @@ "name": "@feathersjs/tests", "private": true, "description": "Feathers core module common tests", - "version": "4.5.1", + "version": "4.5.2", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -46,7 +46,7 @@ "lodash": "^4.17.15" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.1", + "@feathersjs/feathers": "^4.5.2", "@types/axios": "^0.14.0", "@types/debug": "^4.1.5", "@types/lodash": "^4.14.149", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 236855a8d2..927f846a98 100644 --- a/packages/transport-commons/CHANGELOG.md +++ b/packages/transport-commons/CHANGELOG.md @@ -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.2](https://github.com/feathersjs/feathers/compare/v4.5.1...v4.5.2) (2020-03-04) + +**Note:** Version bump only for package @feathersjs/transport-commons + + + + + ## [4.5.1](https://github.com/feathersjs/feathers/compare/v4.5.0...v4.5.1) (2020-01-24) **Note:** Version bump only for package @feathersjs/transport-commons diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 79c53c2f8b..c4f2f57153 100644 --- a/packages/transport-commons/package.json +++ b/packages/transport-commons/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/transport-commons", "description": "Shared functionality for websocket providers", - "version": "4.5.1", + "version": "4.5.2", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,14 +43,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.1", - "@feathersjs/errors": "^4.5.1", + "@feathersjs/commons": "^4.5.2", + "@feathersjs/errors": "^4.5.2", "debug": "^4.1.1", "lodash": "^4.17.15", "radix-router": "^3.0.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.1", + "@feathersjs/feathers": "^4.5.2", "@types/debug": "^4.1.5", "@types/mocha": "^7.0.1", "@types/node": "^13.7.4",