Skip to content

Commit

Permalink
chore(release): publish v5.0.0-pre.23
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jun 6, 2022
1 parent aa972a9 commit a60910b
Show file tree
Hide file tree
Showing 44 changed files with 335 additions and 118 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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-pre.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)


### Bug Fixes

* **express:** Ensure Express options can be set before configuring REST transport ([#2655](https://github.com/feathersjs/feathers/issues/2655)) ([c9b8f74](https://github.com/feathersjs/feathers/commit/c9b8f74a0196acb99be44ac5e0fff3f1128288cd))
* **schema:** Always resolve dispatch in resolveAll and add getDispatch method ([#2645](https://github.com/feathersjs/feathers/issues/2645)) ([145b366](https://github.com/feathersjs/feathers/commit/145b366435695438fbc8db9fdb161162ca9049ad))
* **schema:** remove `default` from queryProperty schemas ([#2646](https://github.com/feathersjs/feathers/issues/2646)) ([940a2b6](https://github.com/feathersjs/feathers/commit/940a2b6868d2f77f81edb1661f6417ec2ea6e372))


### Features

* **client:** Improve client side custom method support ([#2654](https://github.com/feathersjs/feathers/issues/2654)) ([c138acf](https://github.com/feathersjs/feathers/commit/c138acf50affbe6b66177d084d3c7a3e9220f09f))
* **core:** Rename async hooks to around hooks, allow usual registration format ([#2652](https://github.com/feathersjs/feathers/issues/2652)) ([2a485a0](https://github.com/feathersjs/feathers/commit/2a485a07929184261f27437fc0fdfe5a44694834))





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


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "5.0.0-pre.22",
"version": "5.0.0-pre.23",
"command": {
"bootstrap": {
"hoist": true
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-commons/CHANGELOG.md
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.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)

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





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

**Note:** Version bump only for package @feathersjs/adapter-commons
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-commons/package.json
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/adapter-commons",
"version": "5.0.0-pre.22",
"version": "5.0.0-pre.23",
"description": "Shared database adapter utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down Expand Up @@ -49,9 +49,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.22",
"@feathersjs/errors": "^5.0.0-pre.22",
"@feathersjs/feathers": "^5.0.0-pre.22"
"@feathersjs/commons": "^5.0.0-pre.23",
"@feathersjs/errors": "^5.0.0-pre.23",
"@feathersjs/feathers": "^5.0.0-pre.23"
},
"devDependencies": {
"@types/mocha": "^9.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-tests/CHANGELOG.md
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.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)

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





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

**Note:** Version bump only for package @feathersjs/adapter-tests
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-tests/package.json
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/adapter-tests",
"version": "5.0.0-pre.22",
"version": "5.0.0-pre.23",
"description": "Feathers shared database adapter test suite",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-client/CHANGELOG.md
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.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)

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





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

**Note:** Version bump only for package @feathersjs/authentication-client
Expand Down
22 changes: 11 additions & 11 deletions 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.22",
"version": "5.0.0-pre.23",
"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.22",
"@feathersjs/commons": "^5.0.0-pre.22",
"@feathersjs/errors": "^5.0.0-pre.22",
"@feathersjs/feathers": "^5.0.0-pre.22"
"@feathersjs/authentication": "^5.0.0-pre.23",
"@feathersjs/commons": "^5.0.0-pre.23",
"@feathersjs/errors": "^5.0.0-pre.23",
"@feathersjs/feathers": "^5.0.0-pre.23"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.0-pre.22",
"@feathersjs/express": "^5.0.0-pre.22",
"@feathersjs/memory": "^5.0.0-pre.22",
"@feathersjs/rest-client": "^5.0.0-pre.22",
"@feathersjs/socketio": "^5.0.0-pre.22",
"@feathersjs/socketio-client": "^5.0.0-pre.22",
"@feathersjs/authentication-local": "^5.0.0-pre.23",
"@feathersjs/express": "^5.0.0-pre.23",
"@feathersjs/memory": "^5.0.0-pre.23",
"@feathersjs/rest-client": "^5.0.0-pre.23",
"@feathersjs/socketio": "^5.0.0-pre.23",
"@feathersjs/socketio-client": "^5.0.0-pre.23",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.40",
"axios": "^0.27.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-local/CHANGELOG.md
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.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)

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





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

**Note:** Version bump only for package @feathersjs/authentication-local
Expand Down
12 changes: 6 additions & 6 deletions 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.22",
"version": "5.0.0-pre.23",
"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.22",
"@feathersjs/commons": "^5.0.0-pre.22",
"@feathersjs/errors": "^5.0.0-pre.22",
"@feathersjs/feathers": "^5.0.0-pre.22",
"@feathersjs/authentication": "^5.0.0-pre.23",
"@feathersjs/commons": "^5.0.0-pre.23",
"@feathersjs/errors": "^5.0.0-pre.23",
"@feathersjs/feathers": "^5.0.0-pre.23",
"bcryptjs": "^2.4.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.22",
"@feathersjs/memory": "^5.0.0-pre.23",
"@types/bcryptjs": "^2.4.2",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-oauth/CHANGELOG.md
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.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)

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





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

**Note:** Version bump only for package @feathersjs/authentication-oauth
Expand Down
14 changes: 7 additions & 7 deletions 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.22",
"version": "5.0.0-pre.23",
"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.22",
"@feathersjs/commons": "^5.0.0-pre.22",
"@feathersjs/errors": "^5.0.0-pre.22",
"@feathersjs/express": "^5.0.0-pre.22",
"@feathersjs/feathers": "^5.0.0-pre.22",
"@feathersjs/authentication": "^5.0.0-pre.23",
"@feathersjs/commons": "^5.0.0-pre.23",
"@feathersjs/errors": "^5.0.0-pre.23",
"@feathersjs/express": "^5.0.0-pre.23",
"@feathersjs/feathers": "^5.0.0-pre.23",
"express-session": "^1.17.3",
"grant": "^5.4.21",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.22",
"@feathersjs/memory": "^5.0.0-pre.23",
"@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
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.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)

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





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

**Note:** Version bump only for package @feathersjs/authentication
Expand Down
14 changes: 7 additions & 7 deletions packages/authentication/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "5.0.0-pre.22",
"version": "5.0.0-pre.23",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,19 +52,19 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.22",
"@feathersjs/errors": "^5.0.0-pre.22",
"@feathersjs/feathers": "^5.0.0-pre.22",
"@feathersjs/transport-commons": "^5.0.0-pre.22",
"@feathersjs/commons": "^5.0.0-pre.23",
"@feathersjs/errors": "^5.0.0-pre.23",
"@feathersjs/feathers": "^5.0.0-pre.23",
"@feathersjs/transport-commons": "^5.0.0-pre.23",
"@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.22",
"@feathersjs/schema": "^5.0.0-pre.22",
"@feathersjs/memory": "^5.0.0-pre.23",
"@feathersjs/schema": "^5.0.0-pre.23",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
"@types/node": "^17.0.40",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
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.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)

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





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

**Note:** Version bump only for package @feathersjs/client
Expand Down
20 changes: 10 additions & 10 deletions 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.22",
"version": "5.0.0-pre.23",
"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.22",
"@feathersjs/errors": "^5.0.0-pre.22",
"@feathersjs/feathers": "^5.0.0-pre.22",
"@feathersjs/rest-client": "^5.0.0-pre.22",
"@feathersjs/socketio-client": "^5.0.0-pre.22"
"@feathersjs/authentication-client": "^5.0.0-pre.23",
"@feathersjs/errors": "^5.0.0-pre.23",
"@feathersjs/feathers": "^5.0.0-pre.23",
"@feathersjs/rest-client": "^5.0.0-pre.23",
"@feathersjs/socketio-client": "^5.0.0-pre.23"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@feathersjs/express": "^5.0.0-pre.22",
"@feathersjs/memory": "^5.0.0-pre.22",
"@feathersjs/socketio": "^5.0.0-pre.22",
"@feathersjs/tests": "^5.0.0-pre.22",
"@feathersjs/express": "^5.0.0-pre.23",
"@feathersjs/memory": "^5.0.0-pre.23",
"@feathersjs/socketio": "^5.0.0-pre.23",
"@feathersjs/tests": "^5.0.0-pre.23",
"babel-loader": "^8.2.5",
"mocha": "^10.0.0",
"mocha-puppeteer": "^0.14.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/commons/CHANGELOG.md
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.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)

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





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

**Note:** Version bump only for package @feathersjs/commons
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/commons",
"version": "5.0.0-pre.22",
"version": "5.0.0-pre.23",
"description": "Shared Feathers utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/configuration/CHANGELOG.md
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.23](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.22...v5.0.0-pre.23) (2022-06-06)

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





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

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

0 comments on commit a60910b

Please sign in to comment.