diff --git a/lerna.json b/lerna.json index 86f153b068..3e47be6b0c 100644 --- a/lerna.json +++ b/lerna.json @@ -3,7 +3,7 @@ "packages": [ "packages/*" ], - "version": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "command": { "bootstrap": { "hoist": true diff --git a/packages/adapter-commons/CHANGELOG.md b/packages/adapter-commons/CHANGELOG.md index e559f611c9..30ccaae96e 100644 --- a/packages/adapter-commons/CHANGELOG.md +++ b/packages/adapter-commons/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/databases/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* **adapter-commons:** Always respect paginate.max ([#2267](https://github.com/feathersjs/databases/issues/2267)) ([f588257](https://github.com/feathersjs/databases/commit/f5882575536624ed3a32bb6e3ff1919fa17e366d)) +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/databases/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/databases/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) +* **adapter-commons:** Return missing overloads ([#2203](https://github.com/feathersjs/databases/issues/2203)) ([bbe7e2a](https://github.com/feathersjs/databases/commit/bbe7e2a131633e9a6e7aac7f7fa02a312bca63c7)) + + +### Features + +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/databases/issues/2255)) ([2dafb7c](https://github.com/feathersjs/databases/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/databases/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/adapter-commons/package.json b/packages/adapter-commons/package.json index 6100ebe90a..2051be042a 100644 --- a/packages/adapter-commons/package.json +++ b/packages/adapter-commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-commons", - "version": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "description": "Shared database adapter utility functions", "homepage": "https://feathersjs.com", "keywords": [ @@ -48,9 +48,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.0-pre.1", - "@feathersjs/errors": "^5.0.0-pre.1", - "@feathersjs/feathers": "^5.0.0-pre.1" + "@feathersjs/commons": "^5.0.0-beta.0", + "@feathersjs/errors": "^5.0.0-beta.0", + "@feathersjs/feathers": "^5.0.0-beta.0" }, "devDependencies": { "@types/mocha": "^8.2.2", diff --git a/packages/adapter-memory/CHANGELOG.md b/packages/adapter-memory/CHANGELOG.md index 324b464aeb..0dcd331d06 100644 --- a/packages/adapter-memory/CHANGELOG.md +++ b/packages/adapter-memory/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/databases/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/databases/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/databases/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) + + +### Features + +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/databases/issues/2255)) ([2dafb7c](https://github.com/feathersjs/databases/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/databases/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/adapter-memory/package.json b/packages/adapter-memory/package.json index ac6663010b..3ac2921a4f 100644 --- a/packages/adapter-memory/package.json +++ b/packages/adapter-memory/package.json @@ -1,7 +1,7 @@ { "name": "@feathersjs/adapter-memory", "description": "An in memory service store", - "version": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "homepage": "https://github.com/feathersjs/databases", "main": "lib/", "keywords": [ @@ -46,14 +46,14 @@ "lib": "lib" }, "dependencies": { - "@feathersjs/adapter-commons": "^5.0.0-pre.1", - "@feathersjs/commons": "^5.0.0-pre.1", - "@feathersjs/errors": "^5.0.0-pre.1", + "@feathersjs/adapter-commons": "^5.0.0-beta.0", + "@feathersjs/commons": "^5.0.0-beta.0", + "@feathersjs/errors": "^5.0.0-beta.0", "sift": "^13.5.0" }, "devDependencies": { - "@feathersjs/adapter-tests": "^5.0.0-pre.1", - "@feathersjs/feathers": "^5.0.0-pre.1", + "@feathersjs/adapter-tests": "^5.0.0-beta.0", + "@feathersjs/feathers": "^5.0.0-beta.0", "@types/mocha": "^8.2.2", "@types/node": "^14.14.37", "mocha": "^8.3.2", diff --git a/packages/adapter-tests/CHANGELOG.md b/packages/adapter-tests/CHANGELOG.md index 06189bd5b8..8047ffeffd 100644 --- a/packages/adapter-tests/CHANGELOG.md +++ b/packages/adapter-tests/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/databases/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Features + +* **core:** Remove Uberproto ([#2178](https://github.com/feathersjs/databases/issues/2178)) ([ddf8821](https://github.com/feathersjs/databases/commit/ddf8821f53317e6a378657f7d66acb03a037ee47)) + + +### BREAKING CHANGES + +* **core:** Services no longer extend Uberproto objects and +`service.mixin()` is no longer available. + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/databases/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/adapter-tests/package.json b/packages/adapter-tests/package.json index 02f4d5b0b8..ca955a3767 100644 --- a/packages/adapter-tests/package.json +++ b/packages/adapter-tests/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/adapter-tests", - "version": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "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 e6f6670808..f4678db8ab 100644 --- a/packages/authentication-client/CHANGELOG.md +++ b/packages/authentication-client/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) + + +### Features + +* Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6)) +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) +* **authentication-client:** Throw separate OauthError in authentication client ([#2189](https://github.com/feathersjs/feathers/issues/2189)) ([fa45ec5](https://github.com/feathersjs/feathers/commit/fa45ec520b21834e103e6fe4200b06dced56c0e6)) + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/authentication-client/package.json b/packages/authentication-client/package.json index 1d25b5de32..c63135dd6d 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": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,19 +52,19 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.0-pre.1", - "@feathersjs/commons": "^5.0.0-pre.1", - "@feathersjs/errors": "^5.0.0-pre.1", - "@feathersjs/feathers": "^5.0.0-pre.1", + "@feathersjs/authentication": "^5.0.0-beta.0", + "@feathersjs/commons": "^5.0.0-beta.0", + "@feathersjs/errors": "^5.0.0-beta.0", + "@feathersjs/feathers": "^5.0.0-beta.0", "debug": "^4.3.1" }, "devDependencies": { - "@feathersjs/adapter-memory": "^5.0.0-pre.1", - "@feathersjs/authentication-local": "^5.0.0-pre.1", - "@feathersjs/express": "^5.0.0-pre.1", - "@feathersjs/rest-client": "^5.0.0-pre.1", - "@feathersjs/socketio": "^5.0.0-pre.1", - "@feathersjs/socketio-client": "^5.0.0-pre.1", + "@feathersjs/adapter-memory": "^5.0.0-beta.0", + "@feathersjs/authentication-local": "^5.0.0-beta.0", + "@feathersjs/express": "^5.0.0-beta.0", + "@feathersjs/rest-client": "^5.0.0-beta.0", + "@feathersjs/socketio": "^5.0.0-beta.0", + "@feathersjs/socketio-client": "^5.0.0-beta.0", "@types/debug": "^4.1.5", "@types/mocha": "^8.2.2", "@types/node": "^14.14.37", diff --git a/packages/authentication-local/CHANGELOG.md b/packages/authentication-local/CHANGELOG.md index d55a073cca..f200abdccd 100644 --- a/packages/authentication-local/CHANGELOG.md +++ b/packages/authentication-local/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) + + +### Features + +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/authentication-local/package.json b/packages/authentication-local/package.json index 36d2330c57..8fe72a6bac 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": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,15 +52,15 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.0-pre.1", - "@feathersjs/errors": "^5.0.0-pre.1", - "@feathersjs/feathers": "^5.0.0-pre.1", + "@feathersjs/authentication": "^5.0.0-beta.0", + "@feathersjs/errors": "^5.0.0-beta.0", + "@feathersjs/feathers": "^5.0.0-beta.0", "bcryptjs": "^2.4.3", "debug": "^4.3.1", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/adapter-memory": "^5.0.0-pre.1", + "@feathersjs/adapter-memory": "^5.0.0-beta.0", "@types/bcryptjs": "^2.4.2", "@types/debug": "^4.1.5", "@types/lodash": "^4.14.168", diff --git a/packages/authentication-oauth/CHANGELOG.md b/packages/authentication-oauth/CHANGELOG.md index 1021f45fff..a44dd8f9f3 100644 --- a/packages/authentication-oauth/CHANGELOG.md +++ b/packages/authentication-oauth/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) + + +### Features + +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/authentication-oauth/package.json b/packages/authentication-oauth/package.json index 3ef0f2a634..5d1807de84 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": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,17 +52,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/authentication": "^5.0.0-pre.1", - "@feathersjs/errors": "^5.0.0-pre.1", - "@feathersjs/express": "^5.0.0-pre.1", - "@feathersjs/feathers": "^5.0.0-pre.1", + "@feathersjs/authentication": "^5.0.0-beta.0", + "@feathersjs/errors": "^5.0.0-beta.0", + "@feathersjs/express": "^5.0.0-beta.0", + "@feathersjs/feathers": "^5.0.0-beta.0", "debug": "^4.3.1", "express-session": "^1.17.1", "grant": "^5.4.12", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/adapter-memory": "^5.0.0-pre.1", + "@feathersjs/adapter-memory": "^5.0.0-beta.0", "@types/debug": "^4.1.5", "@types/express": "^4.17.11", "@types/express-session": "^1.17.3", diff --git a/packages/authentication/CHANGELOG.md b/packages/authentication/CHANGELOG.md index 4f2d647bf1..c81f0c3ace 100644 --- a/packages/authentication/CHANGELOG.md +++ b/packages/authentication/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) + + +### Features + +* Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6)) +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/authentication/package.json b/packages/authentication/package.json index 740068c0de..0b9d0b2656 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": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,9 +52,9 @@ "access": "public" }, "dependencies": { - "@feathersjs/errors": "^5.0.0-pre.1", - "@feathersjs/feathers": "^5.0.0-pre.1", - "@feathersjs/transport-commons": "^5.0.0-pre.1", + "@feathersjs/errors": "^5.0.0-beta.0", + "@feathersjs/feathers": "^5.0.0-beta.0", + "@feathersjs/transport-commons": "^5.0.0-beta.0", "@types/jsonwebtoken": "^8.5.1", "debug": "^4.3.1", "jsonwebtoken": "^8.5.1", @@ -63,7 +63,7 @@ "uuid": "^8.3.2" }, "devDependencies": { - "@feathersjs/adapter-memory": "^5.0.0-pre.1", + "@feathersjs/adapter-memory": "^5.0.0-beta.0", "@types/debug": "^4.1.5", "@types/lodash": "^4.14.168", "@types/mocha": "^8.2.2", diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index c8ecaaab8d..b9f83bde0b 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) + + +### Features + +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/client/package.json b/packages/client/package.json index 1f38fa220e..2ac4a6a457 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": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers.git" @@ -48,19 +48,19 @@ "IE 11" ], "dependencies": { - "@feathersjs/authentication-client": "^5.0.0-pre.1", - "@feathersjs/errors": "^5.0.0-pre.1", - "@feathersjs/feathers": "^5.0.0-pre.1", - "@feathersjs/rest-client": "^5.0.0-pre.1", - "@feathersjs/socketio-client": "^5.0.0-pre.1" + "@feathersjs/authentication-client": "^5.0.0-beta.0", + "@feathersjs/errors": "^5.0.0-beta.0", + "@feathersjs/feathers": "^5.0.0-beta.0", + "@feathersjs/rest-client": "^5.0.0-beta.0", + "@feathersjs/socketio-client": "^5.0.0-beta.0" }, "devDependencies": { "@babel/core": "^7.13.13", "@babel/preset-env": "^7.13.12", - "@feathersjs/adapter-memory": "^5.0.0-pre.1", - "@feathersjs/express": "^5.0.0-pre.1", - "@feathersjs/socketio": "^5.0.0-pre.1", - "@feathersjs/tests": "^5.0.0-pre.1", + "@feathersjs/adapter-memory": "^5.0.0-beta.0", + "@feathersjs/express": "^5.0.0-beta.0", + "@feathersjs/socketio": "^5.0.0-beta.0", + "@feathersjs/tests": "^5.0.0-beta.0", "babel-loader": "^8.2.2", "mocha": "^8.3.2", "mocha-puppeteer": "^0.14.0", diff --git a/packages/commons/CHANGELOG.md b/packages/commons/CHANGELOG.md index d4fa0ddf8d..1596e5e148 100644 --- a/packages/commons/CHANGELOG.md +++ b/packages/commons/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. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/commons/package.json b/packages/commons/package.json index 967662e5cc..761628a233 100644 --- a/packages/commons/package.json +++ b/packages/commons/package.json @@ -1,6 +1,6 @@ { "name": "@feathersjs/commons", - "version": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "description": "Shared Feathers utility functions", "homepage": "https://feathersjs.com", "keywords": [ diff --git a/packages/configuration/CHANGELOG.md b/packages/configuration/CHANGELOG.md index 3afffc90e6..325794dcd4 100644 --- a/packages/configuration/CHANGELOG.md +++ b/packages/configuration/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) + + +### Features + +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/configuration/package.json b/packages/configuration/package.json index a40bcd5bae..723f92f615 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": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -57,7 +57,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/feathers": "^5.0.0-pre.1", + "@feathersjs/feathers": "^5.0.0-beta.0", "config": "^3.3.6", "debug": "^4.3.1" }, diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index f92d22838e..3cad97109b 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/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. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/errors/package.json b/packages/errors/package.json index ebf9ca4628..490c4167d4 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": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -47,7 +47,7 @@ "*.js" ], "devDependencies": { - "@feathersjs/feathers": "^5.0.0-pre.1", + "@feathersjs/feathers": "^5.0.0-beta.0", "@types/mocha": "^8.2.2", "@types/node": "^14.14.37", "mocha": "^8.3.2", diff --git a/packages/express/CHANGELOG.md b/packages/express/CHANGELOG.md index a44f88cf79..d5ca1e236a 100644 --- a/packages/express/CHANGELOG.md +++ b/packages/express/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Resolve some type problems ([#2260](https://github.com/feathersjs/feathers/issues/2260)) ([a3d75fa](https://github.com/feathersjs/feathers/commit/a3d75fa29490e8a19412a12bc993ee7bb573068f)) +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) + + +### Features + +* **core:** Public custom service methods ([#2270](https://github.com/feathersjs/feathers/issues/2270)) ([e65abfb](https://github.com/feathersjs/feathers/commit/e65abfb5388df6c19a11c565cf1076a29f32668d)) +* Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6)) +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) +* **core:** Remove Uberproto ([#2178](https://github.com/feathersjs/feathers/issues/2178)) ([ddf8821](https://github.com/feathersjs/feathers/commit/ddf8821f53317e6a378657f7d66acb03a037ee47)) + + +### BREAKING CHANGES + +* **core:** Services no longer extend Uberproto objects and +`service.mixin()` is no longer available. + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/express/package.json b/packages/express/package.json index 4e2618accf..5db1762776 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": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -49,18 +49,18 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.0-pre.1", - "@feathersjs/errors": "^5.0.0-pre.1", + "@feathersjs/commons": "^5.0.0-beta.0", + "@feathersjs/errors": "^5.0.0-beta.0", "@types/express": "^4.17.11", "debug": "^4.3.1", "express": "^4.17.1", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/authentication": "^5.0.0-pre.1", - "@feathersjs/authentication-local": "^5.0.0-pre.1", - "@feathersjs/feathers": "^5.0.0-pre.1", - "@feathersjs/tests": "^5.0.0-pre.1", + "@feathersjs/authentication": "^5.0.0-beta.0", + "@feathersjs/authentication-local": "^5.0.0-beta.0", + "@feathersjs/feathers": "^5.0.0-beta.0", + "@feathersjs/tests": "^5.0.0-beta.0", "@types/mocha": "^8.2.2", "@types/node": "^14.14.37", "axios": "^0.21.1", diff --git a/packages/feathers/CHANGELOG.md b/packages/feathers/CHANGELOG.md index 8c469f955b..de2d82f4b7 100644 --- a/packages/feathers/CHANGELOG.md +++ b/packages/feathers/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Resolve some type problems ([#2260](https://github.com/feathersjs/feathers/issues/2260)) ([a3d75fa](https://github.com/feathersjs/feathers/commit/a3d75fa29490e8a19412a12bc993ee7bb573068f)) +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) + + +### Features + +* **core:** Public custom service methods ([#2270](https://github.com/feathersjs/feathers/issues/2270)) ([e65abfb](https://github.com/feathersjs/feathers/commit/e65abfb5388df6c19a11c565cf1076a29f32668d)) +* Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6)) +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) +* **core:** Remove Uberproto ([#2178](https://github.com/feathersjs/feathers/issues/2178)) ([ddf8821](https://github.com/feathersjs/feathers/commit/ddf8821f53317e6a378657f7d66acb03a037ee47)) + + +### BREAKING CHANGES + +* **core:** Services no longer extend Uberproto objects and +`service.mixin()` is no longer available. + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/feathers/package.json b/packages/feathers/package.json index ef286096ca..c8623700a2 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": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "homepage": "http://feathersjs.com", "repository": { "type": "git", @@ -57,7 +57,7 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.0-pre.1", + "@feathersjs/commons": "^5.0.0-beta.0", "@feathersjs/hooks": "^0.6.2", "debug": "^4.3.1", "events": "^3.3.0" diff --git a/packages/rest-client/CHANGELOG.md b/packages/rest-client/CHANGELOG.md index 65fefd6e47..7d21071012 100644 --- a/packages/rest-client/CHANGELOG.md +++ b/packages/rest-client/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) + + +### Features + +* **core:** Public custom service methods ([#2270](https://github.com/feathersjs/feathers/issues/2270)) ([e65abfb](https://github.com/feathersjs/feathers/commit/e65abfb5388df6c19a11c565cf1076a29f32668d)) +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/rest-client/package.json b/packages/rest-client/package.json index 789dcd1229..5d520bd6ba 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": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "homepage": "https://feathersjs.com", "main": "lib/index.js", "keywords": [ @@ -50,17 +50,17 @@ "access": "public" }, "dependencies": { - "@feathersjs/commons": "^5.0.0-pre.1", - "@feathersjs/errors": "^5.0.0-pre.1", + "@feathersjs/commons": "^5.0.0-beta.0", + "@feathersjs/errors": "^5.0.0-beta.0", "@types/node-fetch": "^2.5.8", "@types/superagent": "^4.1.10", "qs": "^6.10.1" }, "devDependencies": { - "@feathersjs/adapter-memory": "^5.0.0-pre.1", - "@feathersjs/express": "^5.0.0-pre.1", - "@feathersjs/feathers": "^5.0.0-pre.1", - "@feathersjs/tests": "^5.0.0-pre.1", + "@feathersjs/adapter-memory": "^5.0.0-beta.0", + "@feathersjs/express": "^5.0.0-beta.0", + "@feathersjs/feathers": "^5.0.0-beta.0", + "@feathersjs/tests": "^5.0.0-beta.0", "@types/mocha": "^8.2.2", "@types/node": "^14.14.37", "axios": "^0.21.1", diff --git a/packages/socketio-client/CHANGELOG.md b/packages/socketio-client/CHANGELOG.md index 1edc97a199..d1bbe7bb98 100644 --- a/packages/socketio-client/CHANGELOG.md +++ b/packages/socketio-client/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) +* **socketio-client:** Fix client transport-commons reference ([#2164](https://github.com/feathersjs/feathers/issues/2164)) ([3a42c54](https://github.com/feathersjs/feathers/commit/3a42c544058456b19c7e21827226541bfa6ad621)) + + +### Features + +* **core:** Public custom service methods ([#2270](https://github.com/feathersjs/feathers/issues/2270)) ([e65abfb](https://github.com/feathersjs/feathers/commit/e65abfb5388df6c19a11c565cf1076a29f32668d)) +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) +* **transport-commons:** New built-in high performance radix router ([#2177](https://github.com/feathersjs/feathers/issues/2177)) ([6d18065](https://github.com/feathersjs/feathers/commit/6d180651b4eb40289ecea3df3575f207aa6c5d1f)) + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/socketio-client/package.json b/packages/socketio-client/package.json index b80b201053..06c6123383 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": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "homepage": "https://feathersjs.com", "main": "lib/index.js", "keywords": [ @@ -50,14 +50,14 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^5.0.0-pre.1" + "@feathersjs/transport-commons": "^5.0.0-beta.0" }, "devDependencies": { - "@feathersjs/adapter-memory": "^5.0.0-pre.1", - "@feathersjs/commons": "^5.0.0-pre.1", - "@feathersjs/feathers": "^5.0.0-pre.1", - "@feathersjs/socketio": "^5.0.0-pre.1", - "@feathersjs/tests": "^5.0.0-pre.1", + "@feathersjs/adapter-memory": "^5.0.0-beta.0", + "@feathersjs/commons": "^5.0.0-beta.0", + "@feathersjs/feathers": "^5.0.0-beta.0", + "@feathersjs/socketio": "^5.0.0-beta.0", + "@feathersjs/tests": "^5.0.0-beta.0", "@feathersjs/transport-commons": "^5.0.0-pre.0", "@types/mocha": "^8.2.2", "@types/node": "^14.14.37", diff --git a/packages/socketio/CHANGELOG.md b/packages/socketio/CHANGELOG.md index 1efa850b39..32d7933d99 100644 --- a/packages/socketio/CHANGELOG.md +++ b/packages/socketio/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) + + +### Features + +* **core:** Public custom service methods ([#2270](https://github.com/feathersjs/feathers/issues/2270)) ([e65abfb](https://github.com/feathersjs/feathers/commit/e65abfb5388df6c19a11c565cf1076a29f32668d)) +* Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6)) +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) +* **core:** Remove Uberproto ([#2178](https://github.com/feathersjs/feathers/issues/2178)) ([ddf8821](https://github.com/feathersjs/feathers/commit/ddf8821f53317e6a378657f7d66acb03a037ee47)) + + +### BREAKING CHANGES + +* **core:** Services no longer extend Uberproto objects and +`service.mixin()` is no longer available. + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/socketio/package.json b/packages/socketio/package.json index a71a547a2b..87495d3cdb 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": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -50,16 +50,16 @@ "access": "public" }, "dependencies": { - "@feathersjs/transport-commons": "^5.0.0-pre.1", + "@feathersjs/transport-commons": "^5.0.0-beta.0", "debug": "^4.3.1", "socket.io": "^4.0.0" }, "devDependencies": { - "@feathersjs/adapter-memory": "^5.0.0-pre.1", - "@feathersjs/commons": "^5.0.0-pre.1", - "@feathersjs/express": "^5.0.0-pre.1", - "@feathersjs/feathers": "^5.0.0-pre.1", - "@feathersjs/tests": "^5.0.0-pre.1", + "@feathersjs/adapter-memory": "^5.0.0-beta.0", + "@feathersjs/commons": "^5.0.0-beta.0", + "@feathersjs/express": "^5.0.0-beta.0", + "@feathersjs/feathers": "^5.0.0-beta.0", + "@feathersjs/tests": "^5.0.0-beta.0", "@types/mocha": "^8.2.2", "@types/node": "^14.14.37", "lodash": "^4.17.21", diff --git a/packages/tests/CHANGELOG.md b/packages/tests/CHANGELOG.md index d9c03bff11..6a4ca8dd92 100644 --- a/packages/tests/CHANGELOG.md +++ b/packages/tests/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) + + +### Features + +* **core:** Public custom service methods ([#2270](https://github.com/feathersjs/feathers/issues/2270)) ([e65abfb](https://github.com/feathersjs/feathers/commit/e65abfb5388df6c19a11c565cf1076a29f32668d)) +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/tests/package.json b/packages/tests/package.json index a71a826eab..575f1b50f8 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": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "homepage": "https://feathersjs.com", "main": "lib/", "keywords": [ @@ -45,7 +45,7 @@ "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.0-pre.1", + "@feathersjs/feathers": "^5.0.0-beta.0", "@types/axios": "^0.14.0", "@types/debug": "^4.1.5", "@types/lodash": "^4.14.168", diff --git a/packages/transport-commons/CHANGELOG.md b/packages/transport-commons/CHANGELOG.md index 78994e00e9..e03f8c205c 100644 --- a/packages/transport-commons/CHANGELOG.md +++ b/packages/transport-commons/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-beta.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.1...v5.0.0-beta.0) (2021-03-28) + + +### Bug Fixes + +* **transport-commons:** Do not error when adding an undefined connection to a channel ([#2268](https://github.com/feathersjs/feathers/issues/2268)) ([28114c4](https://github.com/feathersjs/feathers/commit/28114c495d6564868bb3ffbf619bf80b774dce4b)) +* Update Grant usage and other dependencies ([#2264](https://github.com/feathersjs/feathers/issues/2264)) ([7b0f8fa](https://github.com/feathersjs/feathers/commit/7b0f8fad252419ed0ad0bf259cdf3104d322ab60)) +* **socketio-client:** Fix client transport-commons reference ([#2164](https://github.com/feathersjs/feathers/issues/2164)) ([3a42c54](https://github.com/feathersjs/feathers/commit/3a42c544058456b19c7e21827226541bfa6ad621)) + + +### Features + +* **core:** Public custom service methods ([#2270](https://github.com/feathersjs/feathers/issues/2270)) ([e65abfb](https://github.com/feathersjs/feathers/commit/e65abfb5388df6c19a11c565cf1076a29f32668d)) +* Application service types default to any ([#1566](https://github.com/feathersjs/feathers/issues/1566)) ([d93ba9a](https://github.com/feathersjs/feathers/commit/d93ba9a17edd20d3397bb00f4f6e82e804e42ed6)) +* Feathers v5 core refactoring and features ([#2255](https://github.com/feathersjs/feathers/issues/2255)) ([2dafb7c](https://github.com/feathersjs/feathers/commit/2dafb7ce14ba57406aeec13d10ca45b1e709bee9)) +* **transport-commons:** New built-in high performance radix router ([#2177](https://github.com/feathersjs/feathers/issues/2177)) ([6d18065](https://github.com/feathersjs/feathers/commit/6d180651b4eb40289ecea3df3575f207aa6c5d1f)) + + + + + # [5.0.0-pre.1](https://github.com/feathersjs/feathers/compare/v4.5.11...v5.0.0-pre.1) (2020-12-17) diff --git a/packages/transport-commons/package.json b/packages/transport-commons/package.json index dbd3651481..ef1f118461 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": "5.0.0-pre.1", + "version": "5.0.0-beta.0", "homepage": "https://feathersjs.com", "main": "lib/", "types": "lib/", @@ -52,13 +52,13 @@ "*.js" ], "dependencies": { - "@feathersjs/commons": "^5.0.0-pre.1", - "@feathersjs/errors": "^5.0.0-pre.1", + "@feathersjs/commons": "^5.0.0-beta.0", + "@feathersjs/errors": "^5.0.0-beta.0", "debug": "^4.3.1", "lodash": "^4.17.21" }, "devDependencies": { - "@feathersjs/feathers": "^5.0.0-pre.1", + "@feathersjs/feathers": "^5.0.0-beta.0", "@types/debug": "^4.1.5", "@types/mocha": "^8.2.2", "@types/node": "^14.14.37",