Skip to content

Commit

Permalink
chore(release): publish v5.0.0-pre.21
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed May 23, 2022
1 parent 85527d7 commit ac3baed
Show file tree
Hide file tree
Showing 40 changed files with 290 additions and 97 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)


### Bug Fixes

* **authentication-oauth:** Fix regression using incorrect callback and redirect_uri ([#2631](https://github.com/feathersjs/feathers/issues/2631)) ([43d8a08](https://github.com/feathersjs/feathers/commit/43d8a082d7e1807f8a431c44a1dbd9b04c3af0d2))
* **core:** Do not throw missing method error for regular hook methods ([#2636](https://github.com/feathersjs/feathers/issues/2636)) ([afe9a3b](https://github.com/feathersjs/feathers/commit/afe9a3b3d49897eff045ee237ca2937a6b975291))
* **schema:** Add Combine helper to allow merging schema types that use ([#2637](https://github.com/feathersjs/feathers/issues/2637)) ([06d03e9](https://github.com/feathersjs/feathers/commit/06d03e91abb1347576c2351c12322d01c58473e5))
* **typescript:** Make additional types generic to work with extended types ([#2625](https://github.com/feathersjs/feathers/issues/2625)) ([269fdec](https://github.com/feathersjs/feathers/commit/269fdecc5961092dc8608b3cbe16f433c80bfa96))


### Features

* **schema:** Add resolveAll hook ([#2643](https://github.com/feathersjs/feathers/issues/2643)) ([85527d7](https://github.com/feathersjs/feathers/commit/85527d71cb78852880696e5d96abdcdf24593934))
* **schema:** Add resolver for safe external data dispatching ([#2641](https://github.com/feathersjs/feathers/issues/2641)) ([72b980e](https://github.com/feathersjs/feathers/commit/72b980e05631136d30c8f1468dee45ec6a8d2503))
* **schema:** Add schema resolver converter functionality ([#2640](https://github.com/feathersjs/feathers/issues/2640)) ([26d9e05](https://github.com/feathersjs/feathers/commit/26d9e05327d6e0144466cd57d6fcc11ac7ecb06a))





# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "5.0.0-pre.20",
"version": "5.0.0-pre.21",
"command": {
"bootstrap": {
"hoist": true
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-commons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)

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





# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)


Expand Down
6 changes: 3 additions & 3 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/adapter-commons",
"version": "5.0.0-pre.20",
"version": "5.0.0-pre.21",
"description": "Shared database adapter utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down Expand Up @@ -50,8 +50,8 @@
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.20",
"@feathersjs/errors": "^5.0.0-pre.20",
"@feathersjs/feathers": "^5.0.0-pre.20"
"@feathersjs/errors": "^5.0.0-pre.21",
"@feathersjs/feathers": "^5.0.0-pre.21"
},
"devDependencies": {
"@types/mocha": "^9.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)

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





# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)


Expand Down
20 changes: 10 additions & 10 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-client",
"description": "The authentication plugin for feathers-client",
"version": "5.0.0-pre.20",
"version": "5.0.0-pre.21",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,18 +52,18 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.20",
"@feathersjs/authentication": "^5.0.0-pre.21",
"@feathersjs/commons": "^5.0.0-pre.20",
"@feathersjs/errors": "^5.0.0-pre.20",
"@feathersjs/feathers": "^5.0.0-pre.20"
"@feathersjs/errors": "^5.0.0-pre.21",
"@feathersjs/feathers": "^5.0.0-pre.21"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.0-pre.20",
"@feathersjs/express": "^5.0.0-pre.20",
"@feathersjs/memory": "^5.0.0-pre.20",
"@feathersjs/rest-client": "^5.0.0-pre.20",
"@feathersjs/socketio": "^5.0.0-pre.20",
"@feathersjs/socketio-client": "^5.0.0-pre.20",
"@feathersjs/authentication-local": "^5.0.0-pre.21",
"@feathersjs/express": "^5.0.0-pre.21",
"@feathersjs/memory": "^5.0.0-pre.21",
"@feathersjs/rest-client": "^5.0.0-pre.21",
"@feathersjs/socketio": "^5.0.0-pre.21",
"@feathersjs/socketio-client": "^5.0.0-pre.21",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"axios": "^0.27.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)

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





# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)


Expand Down
10 changes: 5 additions & 5 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-local",
"description": "Local authentication strategy for @feathers/authentication",
"version": "5.0.0-pre.20",
"version": "5.0.0-pre.21",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,15 +52,15 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.20",
"@feathersjs/authentication": "^5.0.0-pre.21",
"@feathersjs/commons": "^5.0.0-pre.20",
"@feathersjs/errors": "^5.0.0-pre.20",
"@feathersjs/feathers": "^5.0.0-pre.20",
"@feathersjs/errors": "^5.0.0-pre.21",
"@feathersjs/feathers": "^5.0.0-pre.21",
"bcryptjs": "^2.4.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.20",
"@feathersjs/memory": "^5.0.0-pre.21",
"@types/bcryptjs": "^2.4.2",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication-oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)


### Bug Fixes

* **authentication-oauth:** Fix regression using incorrect callback and redirect_uri ([#2631](https://github.com/feathersjs/feathers/issues/2631)) ([43d8a08](https://github.com/feathersjs/feathers/commit/43d8a082d7e1807f8a431c44a1dbd9b04c3af0d2))





# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)


Expand Down
12 changes: 6 additions & 6 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-oauth",
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.",
"version": "5.0.0-pre.20",
"version": "5.0.0-pre.21",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -53,17 +53,17 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.20",
"@feathersjs/authentication": "^5.0.0-pre.21",
"@feathersjs/commons": "^5.0.0-pre.20",
"@feathersjs/errors": "^5.0.0-pre.20",
"@feathersjs/express": "^5.0.0-pre.20",
"@feathersjs/feathers": "^5.0.0-pre.20",
"@feathersjs/errors": "^5.0.0-pre.21",
"@feathersjs/express": "^5.0.0-pre.21",
"@feathersjs/feathers": "^5.0.0-pre.21",
"express-session": "^1.17.2",
"grant": "^5.4.21",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.20",
"@feathersjs/memory": "^5.0.0-pre.21",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/lodash": "^4.14.182",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)

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





# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)


Expand Down
12 changes: 6 additions & 6 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "5.0.0-pre.20",
"version": "5.0.0-pre.21",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -53,18 +53,18 @@
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.20",
"@feathersjs/errors": "^5.0.0-pre.20",
"@feathersjs/feathers": "^5.0.0-pre.20",
"@feathersjs/transport-commons": "^5.0.0-pre.20",
"@feathersjs/errors": "^5.0.0-pre.21",
"@feathersjs/feathers": "^5.0.0-pre.21",
"@feathersjs/transport-commons": "^5.0.0-pre.21",
"@types/jsonwebtoken": "^8.5.8",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.20",
"@feathersjs/schema": "^5.0.0-pre.20",
"@feathersjs/memory": "^5.0.0-pre.21",
"@feathersjs/schema": "^5.0.0-pre.21",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)

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





# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)


Expand Down
20 changes: 10 additions & 10 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/client",
"description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections",
"version": "5.0.0-pre.20",
"version": "5.0.0-pre.21",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git",
Expand Down Expand Up @@ -49,19 +49,19 @@
"IE 11"
],
"dependencies": {
"@feathersjs/authentication-client": "^5.0.0-pre.20",
"@feathersjs/errors": "^5.0.0-pre.20",
"@feathersjs/feathers": "^5.0.0-pre.20",
"@feathersjs/rest-client": "^5.0.0-pre.20",
"@feathersjs/socketio-client": "^5.0.0-pre.20"
"@feathersjs/authentication-client": "^5.0.0-pre.21",
"@feathersjs/errors": "^5.0.0-pre.21",
"@feathersjs/feathers": "^5.0.0-pre.21",
"@feathersjs/rest-client": "^5.0.0-pre.21",
"@feathersjs/socketio-client": "^5.0.0-pre.21"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@feathersjs/express": "^5.0.0-pre.20",
"@feathersjs/memory": "^5.0.0-pre.20",
"@feathersjs/socketio": "^5.0.0-pre.20",
"@feathersjs/tests": "^5.0.0-pre.20",
"@feathersjs/express": "^5.0.0-pre.21",
"@feathersjs/memory": "^5.0.0-pre.21",
"@feathersjs/socketio": "^5.0.0-pre.21",
"@feathersjs/tests": "^5.0.0-pre.21",
"babel-loader": "^8.2.5",
"mocha": "^10.0.0",
"mocha-puppeteer": "^0.14.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/configuration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)

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





# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)


Expand Down
6 changes: 3 additions & 3 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/configuration",
"description": "A small configuration module for your Feathers application.",
"version": "5.0.0-pre.20",
"version": "5.0.0-pre.21",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -58,8 +58,8 @@
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.20",
"@feathersjs/feathers": "^5.0.0-pre.20",
"@feathersjs/schema": "^5.0.0-pre.20",
"@feathersjs/feathers": "^5.0.0-pre.21",
"@feathersjs/schema": "^5.0.0-pre.21",
"@types/config": "^0.0.41",
"config": "^3.3.7"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.21](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.20...v5.0.0-pre.21) (2022-05-23)

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





# [5.0.0-pre.20](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.19...v5.0.0-pre.20) (2022-05-04)


Expand Down
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "5.0.0-pre.20",
"version": "5.0.0-pre.21",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -48,7 +48,7 @@
"*.js"
],
"devDependencies": {
"@feathersjs/feathers": "^5.0.0-pre.20",
"@feathersjs/feathers": "^5.0.0-pre.21",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.31",
"mocha": "^10.0.0",
Expand Down
Loading

0 comments on commit ac3baed

Please sign in to comment.