From d0e9600002975296ab8de926acd317d0a73fce5c Mon Sep 17 00:00:00 2001 From: daffl Date: Tue, 17 May 2022 16:25:57 -0700 Subject: [PATCH] chore(release): publish v4.5.15 --- CHANGELOG.md | 8 +++++++ 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 | 2 +- packages/authentication-client/CHANGELOG.md | 8 +++++++ packages/authentication-client/package.json | 24 ++++++++++----------- packages/authentication-local/CHANGELOG.md | 8 +++++++ packages/authentication-local/package.json | 8 +++---- packages/authentication-oauth/CHANGELOG.md | 8 +++++++ packages/authentication-oauth/package.json | 10 ++++----- packages/authentication/CHANGELOG.md | 8 +++++++ 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 | 8 +++++++ packages/express/package.json | 14 ++++++------ packages/feathers/CHANGELOG.md | 8 +++++++ 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 +++---- 40 files changed, 252 insertions(+), 92 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c24c1fe5cb..8b4d1db11d 100644 --- a/CHANGELOG.md +++ b/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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package feathers + + + + + ## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) diff --git a/lerna.json b/lerna.json index 7e22f58daa..adbfc31145 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "4.5.14", + "version": "4.5.15", "command": { "bootstrap": { "hoist": true diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index 9ed370e2d3..d0a80ad7c2 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.15](https://github.com/feathersjs/databases/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/adapter-commons + + + + + ## [4.5.12](https://github.com/feathersjs/databases/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 9762add4d5..da52d13e49 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "4.5.12", + "version": "4.5.15", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -48,9 +48,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.12", - "@feathersjs/errors": "^4.5.12", - "@feathersjs/feathers": "^4.5.12" + "@feathersjs/commons": "^4.5.15", + "@feathersjs/errors": "^4.5.15", + "@feathersjs/feathers": "^4.5.15" }, "devDependencies": { "@types/mocha": "^9.0.0", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index 31dc4d859d..0285c4a6ba 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.15](https://github.com/feathersjs/databases/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/adapter-tests + + + + + ## [4.5.12](https://github.com/feathersjs/databases/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index 65668a1031..40c42bff64 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "4.5.12", + "version": "4.5.15", "description": "Feathers shared database adapter test suite", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/authentication-client/CHANGELOG.md b/packages/authentication-client/CHANGELOG.md index 41d9e1d2b4..f28dc4f8fa 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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/authentication-client + + + + + ## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) **Note:** Version bump only for package @feathersjs/authentication-client diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index ff133ff58c..cde874bae2 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.14", + "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,20 +52,20 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.14", - "@feathersjs/commons": "^4.5.12", - "@feathersjs/errors": "^4.5.12", - "@feathersjs/feathers": "^4.5.12", + "@feathersjs/authentication": "^4.5.15", + "@feathersjs/commons": "^4.5.15", + "@feathersjs/errors": "^4.5.15", + "@feathersjs/feathers": "^4.5.15", "debug": "^4.3.3" }, "devDependencies": { - "@feathersjs/authentication-local": "^4.5.14", - "@feathersjs/express": "^4.5.14", - "@feathersjs/primus": "^4.5.14", - "@feathersjs/primus-client": "^4.5.14", - "@feathersjs/rest-client": "^4.5.14", - "@feathersjs/socketio": "^4.5.14", - "@feathersjs/socketio-client": "^4.5.14", + "@feathersjs/authentication-local": "^4.5.15", + "@feathersjs/express": "^4.5.15", + "@feathersjs/primus": "^4.5.15", + "@feathersjs/primus-client": "^4.5.15", + "@feathersjs/rest-client": "^4.5.15", + "@feathersjs/socketio": "^4.5.15", + "@feathersjs/socketio-client": "^4.5.15", "@types/debug": "^4.1.7", "@types/mocha": "^9.0.0", "@types/node": "^17.0.8", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index 6b7d46c64b..6e6b560df9 100644 --- a/packages/authentication-local/CHANGELOG.md +++ b/packages/authentication-local/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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/authentication-local + + + + + ## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) **Note:** Version bump only for package @feathersjs/authentication-local diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index b10860936d..9700f1d503 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.14", + "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,9 +52,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.14", - "@feathersjs/errors": "^4.5.12", - "@feathersjs/feathers": "^4.5.12", + "@feathersjs/authentication": "^4.5.15", + "@feathersjs/errors": "^4.5.15", + "@feathersjs/feathers": "^4.5.15", "bcryptjs": "^2.4.3", "debug": "^4.3.3", "lodash": "^4.17.21" diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index 174e775319..36c231b4c6 100644 --- a/packages/authentication-oauth/CHANGELOG.md +++ b/packages/authentication-oauth/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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/authentication-oauth + + + + + ## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) **Note:** Version bump only for package @feathersjs/authentication-oauth diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index c8a0be4b03..2147c46aab 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.14", + "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,10 +52,10 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^4.5.14", - "@feathersjs/errors": "^4.5.12", - "@feathersjs/express": "^4.5.14", - "@feathersjs/feathers": "^4.5.12", + "@feathersjs/authentication": "^4.5.15", + "@feathersjs/errors": "^4.5.15", + "@feathersjs/express": "^4.5.15", + "@feathersjs/feathers": "^4.5.15", "debug": "^4.3.3", "express-session": "^1.17.2", "grant": "^4.7.0", diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index e90d78f35f..197c1829de 100644 --- a/packages/authentication/CHANGELOG.md +++ b/packages/authentication/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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/authentication + + + + + ## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) **Note:** Version bump only for package @feathersjs/authentication diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 7c923044ac..72625ad0bd 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.14", + "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,9 +52,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/errors": "^4.5.12", - "@feathersjs/feathers": "^4.5.12", - "@feathersjs/transport-commons": "^4.5.14", + "@feathersjs/errors": "^4.5.15", + "@feathersjs/feathers": "^4.5.15", + "@feathersjs/transport-commons": "^4.5.15", "@types/jsonwebtoken": "^8.5.6", "debug": "^4.3.3", "jsonwebtoken": "^8.5.1", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 51c488beb6..a2b8ee6825 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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/client + + + + + ## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) **Note:** Version bump only for package @feathersjs/client diff --git a/packages/client/package.json b/packages/client/package.json index 9315bf2e0b..5583d09b39 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.14", + "version": "4.5.15", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git" @@ -51,16 +51,16 @@ "devDependencies": { "@babel/core": "^7.16.7", "@babel/preset-env": "^7.16.7", - "@feathersjs/authentication-client": "^4.5.14", - "@feathersjs/errors": "^4.5.12", - "@feathersjs/express": "^4.5.14", - "@feathersjs/feathers": "^4.5.12", - "@feathersjs/primus": "^4.5.14", - "@feathersjs/primus-client": "^4.5.14", - "@feathersjs/rest-client": "^4.5.14", - "@feathersjs/socketio": "^4.5.14", - "@feathersjs/socketio-client": "^4.5.14", - "@feathersjs/tests": "^4.5.12", + "@feathersjs/authentication-client": "^4.5.15", + "@feathersjs/errors": "^4.5.15", + "@feathersjs/express": "^4.5.15", + "@feathersjs/feathers": "^4.5.15", + "@feathersjs/primus": "^4.5.15", + "@feathersjs/primus-client": "^4.5.15", + "@feathersjs/rest-client": "^4.5.15", + "@feathersjs/socketio": "^4.5.15", + "@feathersjs/socketio-client": "^4.5.15", + "@feathersjs/tests": "^4.5.15", "babel-loader": "^8.2.3", "body-parser": "^1.19.1", "feathers-memory": "^4.1.0", diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index 2415169717..1ff5ee3257 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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/commons + + + + + ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/commons/package.json b/packages/commons/package.json index 3411a5aa05..e5892fe56d 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "4.5.12", + "version": "4.5.15", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index 6aa579b4af..b56582479a 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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/configuration + + + + + ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/configuration/package.json b/packages/configuration/package.json index d8e8d0cbf9..4cb76cde36 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.12", + "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -57,7 +57,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^4.5.12", + "@feathersjs/feathers": "^4.5.15", "config": "^3.3.6", "debug": "^4.3.3" }, diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 31d08131b9..71be7c70a6 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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/errors + + + + + ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/errors/package.json b/packages/errors/package.json index 5f86bc5355..b916ccc71e 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.12", + "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/index", "types": "index.d.ts", @@ -48,7 +48,7 @@ "debug": "^4.3.3" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.12", + "@feathersjs/feathers": "^4.5.15", "express": "^4.17.2", "mocha": "^9.1.3" }, diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index 5b1616106f..c3ce2e0540 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/express + + + + + ## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) **Note:** Version bump only for package @feathersjs/express diff --git a/packages/express/package.json b/packages/express/package.json index 5beb73fbdc..1c2cffba5b 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.14", + "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -49,8 +49,8 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.12", - "@feathersjs/errors": "^4.5.12", + "@feathersjs/commons": "^4.5.15", + "@feathersjs/errors": "^4.5.15", "@types/express": "^4.17.13", "debug": "^4.3.3", "express": "^4.17.2", @@ -58,10 +58,10 @@ "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/authentication": "^4.5.14", - "@feathersjs/authentication-local": "^4.5.14", - "@feathersjs/feathers": "^4.5.12", - "@feathersjs/tests": "^4.5.12", + "@feathersjs/authentication": "^4.5.15", + "@feathersjs/authentication-local": "^4.5.15", + "@feathersjs/feathers": "^4.5.15", + "@feathersjs/tests": "^4.5.15", "axios": "^0.24.0", "lodash": "^4.17.21", "mocha": "^9.1.3" diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index fc9cf2c843..b399f84bde 100644 --- a/packages/feathers/CHANGELOG.md +++ b/packages/feathers/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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/feathers + + + + + ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/feathers/package.json b/packages/feathers/package.json index 99e5d18fd4..ff68b3f6db 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.12", + "version": "4.5.15", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -54,7 +54,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.12", + "@feathersjs/commons": "^4.5.15", "debug": "^4.3.3", "events": "^3.3.0", "uberproto": "^2.0.6" diff --git a/packages/primus-client/CHANGELOG.md b/packages/primus-client/CHANGELOG.md index 3473cf3935..75358e3a54 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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/primus-client + + + + + ## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) **Note:** Version bump only for package @feathersjs/primus-client diff --git a/packages/primus-client/package.json b/packages/primus-client/package.json index 06094853e6..44487817e9 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.14", + "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -49,13 +49,13 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.14" + "@feathersjs/transport-commons": "^4.5.15" }, "devDependencies": { - "@feathersjs/commons": "^4.5.12", - "@feathersjs/feathers": "^4.5.12", - "@feathersjs/primus": "^4.5.14", - "@feathersjs/tests": "^4.5.12", + "@feathersjs/commons": "^4.5.15", + "@feathersjs/feathers": "^4.5.15", + "@feathersjs/primus": "^4.5.15", + "@feathersjs/tests": "^4.5.15", "feathers-memory": "^4.1.0", "mocha": "^9.1.3", "ws": "^7.4.1" diff --git a/packages/primus/CHANGELOG.md b/packages/primus/CHANGELOG.md index 06a7248165..6cc04bde3b 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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/primus + + + + + ## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) **Note:** Version bump only for package @feathersjs/primus diff --git a/packages/primus/package.json b/packages/primus/package.json index 240c9c8454..4ed352c148 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.14", + "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -49,17 +49,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.14", + "@feathersjs/transport-commons": "^4.5.15", "debug": "^4.3.3", "primus": "^8.0.5", "primus-emitter": "^3.1.1", "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/commons": "^4.5.12", - "@feathersjs/express": "^4.5.14", - "@feathersjs/feathers": "^4.5.12", - "@feathersjs/tests": "^4.5.12", + "@feathersjs/commons": "^4.5.15", + "@feathersjs/express": "^4.5.15", + "@feathersjs/feathers": "^4.5.15", + "@feathersjs/tests": "^4.5.15", "feathers-memory": "^4.1.0", "lodash": "^4.17.21", "mocha": "^9.1.3", diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index 33cacf4268..3eecfbaa6e 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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/rest-client + + + + + ## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index 99ae808a27..0500129c30 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.14", + "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -49,8 +49,8 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.12", - "@feathersjs/errors": "^4.5.12", + "@feathersjs/commons": "^4.5.15", + "@feathersjs/errors": "^4.5.15", "qs": "^6.10.2" }, "devDependencies": { @@ -58,9 +58,9 @@ "@angular/core": "^11.0.3", "@angular/http": "^7.2.16", "@angular/platform-browser": "^11.0.3", - "@feathersjs/express": "^4.5.14", - "@feathersjs/feathers": "^4.5.12", - "@feathersjs/tests": "^4.5.12", + "@feathersjs/express": "^4.5.15", + "@feathersjs/feathers": "^4.5.15", + "@feathersjs/tests": "^4.5.15", "axios": "^0.24.0", "body-parser": "^1.19.1", "feathers-memory": "^4.1.0", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index 8150eec503..42a0aa831e 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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/socketio-client + + + + + ## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) **Note:** Version bump only for package @feathersjs/socketio-client diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index 9317c7de02..735354142c 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.14", + "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/index.js", "types": "index.d.ts", @@ -40,14 +40,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.14", + "@feathersjs/transport-commons": "^4.5.15", "@types/socket.io-client": "^1.4.36" }, "devDependencies": { - "@feathersjs/commons": "^4.5.12", - "@feathersjs/feathers": "^4.5.12", - "@feathersjs/socketio": "^4.5.14", - "@feathersjs/tests": "^4.5.12", + "@feathersjs/commons": "^4.5.15", + "@feathersjs/feathers": "^4.5.15", + "@feathersjs/socketio": "^4.5.15", + "@feathersjs/tests": "^4.5.15", "feathers-memory": "^4.1.0", "mocha": "^9.1.3", "socket.io-client": "^2.3.1" diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index a2a6d5e363..9a8ddf822b 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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/socketio + + + + + ## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) **Note:** Version bump only for package @feathersjs/socketio diff --git a/packages/socketio/package.json b/packages/socketio/package.json index 664e7ae6b7..d9f08f93ba 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.14", + "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/", "types": "index.d.ts", @@ -49,17 +49,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^4.5.14", + "@feathersjs/transport-commons": "^4.5.15", "@types/socket.io": "^2.1.11", "debug": "^4.3.3", "socket.io": "^2.3.0", "uberproto": "^2.0.6" }, "devDependencies": { - "@feathersjs/commons": "^4.5.12", - "@feathersjs/express": "^4.5.14", - "@feathersjs/feathers": "^4.5.12", - "@feathersjs/tests": "^4.5.12", + "@feathersjs/commons": "^4.5.15", + "@feathersjs/express": "^4.5.15", + "@feathersjs/feathers": "^4.5.15", + "@feathersjs/tests": "^4.5.15", "@types/mocha": "^9.0.0", "@types/mongodb": "^4.0.6", "@types/node": "^17.0.8", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index a2c91a9c90..5c8139e816 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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/tests + + + + + ## [4.5.12](https://github.com/feathersjs/feathers/compare/v4.5.11...v4.5.12) (2022-01-06) diff --git a/packages/tests/package.json b/packages/tests/package.json index c535087f80..c6d372d9e5 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.12", + "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -46,7 +46,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.12", + "@feathersjs/feathers": "^4.5.15", "@types/axios": "^0.14.0", "@types/debug": "^4.1.7", "@types/lodash": "^4.14.178", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index cf0ba8d44d..3c164d05a8 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.15](https://github.com/feathersjs/feathers/compare/v4.5.14...v4.5.15) (2022-05-17) + +**Note:** Version bump only for package @feathersjs/transport-commons + + + + + ## [4.5.14](https://github.com/feathersjs/feathers/compare/v4.5.13...v4.5.14) (2022-04-13) diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index 3f14ef7505..9e5a14924a 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.14", + "version": "4.5.15", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -43,14 +43,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^4.5.12", - "@feathersjs/errors": "^4.5.12", + "@feathersjs/commons": "^4.5.15", + "@feathersjs/errors": "^4.5.15", "debug": "^4.3.3", "lodash": "^4.17.21", "radix-router": "^3.0.1" }, "devDependencies": { - "@feathersjs/feathers": "^4.5.12", + "@feathersjs/feathers": "^4.5.15", "@types/debug": "^4.1.7", "@types/mocha": "^9.0.0", "@types/node": "^17.0.8",