Skip to content

Commit 7fc8630

Browse files
committed
chore(release): publish v5.0.0-pre.38
1 parent d614960 commit 7fc8630

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+11632
-31790
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
7+
8+
### Bug Fixes
9+
10+
- **koa:** Fix missing dependency on feathers ([#3061](https://github.com/feathersjs/feathers/issues/3061)) ([80dc95f](https://github.com/feathersjs/feathers/commit/80dc95ff85c9074b8f70e3ff71562f18863ef2be))
11+
- **schema:** validateQuery - move next function outside of try-catch ([#3053](https://github.com/feathersjs/feathers/issues/3053)) ([37fe5c4](https://github.com/feathersjs/feathers/commit/37fe5c4a4d813867f6d02098b7c77d08786248c7))
12+
13+
### Features
14+
15+
- **generators:** Final tweaks to the generators ([#3060](https://github.com/feathersjs/feathers/issues/3060)) ([1bf1544](https://github.com/feathersjs/feathers/commit/1bf1544fa8deeaa44ba354fb539dc3f1fd187767))
16+
- **schema:** Add schema helper for handling Object ids ([#3058](https://github.com/feathersjs/feathers/issues/3058)) ([1393bed](https://github.com/feathersjs/feathers/commit/1393bed81a9ee814de6aab0e537af83e667591a2))
17+
618
# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09)
719

820
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"ci": false,
33
"packages": ["packages/*"],
4-
"version": "5.0.0-pre.37",
4+
"version": "5.0.0-pre.38",
55
"command": {
66
"bootstrap": {
77
"hoist": true

package-lock.json

Lines changed: 11329 additions & 31620 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/adapter-commons/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
7+
8+
**Note:** Version bump only for package @feathersjs/adapter-commons
9+
610
# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09)
711

812
### Features

packages/adapter-commons/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feathersjs/adapter-commons",
3-
"version": "5.0.0-pre.37",
3+
"version": "5.0.0-pre.38",
44
"description": "Shared database adapter utility functions",
55
"homepage": "https://feathersjs.com",
66
"keywords": [
@@ -50,9 +50,9 @@
5050
"access": "public"
5151
},
5252
"dependencies": {
53-
"@feathersjs/commons": "^5.0.0-pre.37",
54-
"@feathersjs/errors": "^5.0.0-pre.37",
55-
"@feathersjs/feathers": "^5.0.0-pre.37"
53+
"@feathersjs/commons": "^5.0.0-pre.38",
54+
"@feathersjs/errors": "^5.0.0-pre.38",
55+
"@feathersjs/feathers": "^5.0.0-pre.38"
5656
},
5757
"devDependencies": {
5858
"@types/mocha": "^10.0.1",

packages/adapter-tests/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
7+
8+
**Note:** Version bump only for package @feathersjs/adapter-tests
9+
610
# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09)
711

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

packages/adapter-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@feathersjs/adapter-tests",
3-
"version": "5.0.0-pre.37",
3+
"version": "5.0.0-pre.38",
44
"description": "Feathers shared database adapter test suite",
55
"homepage": "https://feathersjs.com",
66
"keywords": [

packages/authentication-client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-client
9+
610
# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09)
711

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

packages/authentication-client/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/authentication-client",
33
"description": "The authentication plugin for feathers-client",
4-
"version": "5.0.0-pre.37",
4+
"version": "5.0.0-pre.38",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -53,18 +53,18 @@
5353
"access": "public"
5454
},
5555
"dependencies": {
56-
"@feathersjs/authentication": "^5.0.0-pre.37",
57-
"@feathersjs/commons": "^5.0.0-pre.37",
58-
"@feathersjs/errors": "^5.0.0-pre.37",
59-
"@feathersjs/feathers": "^5.0.0-pre.37"
56+
"@feathersjs/authentication": "^5.0.0-pre.38",
57+
"@feathersjs/commons": "^5.0.0-pre.38",
58+
"@feathersjs/errors": "^5.0.0-pre.38",
59+
"@feathersjs/feathers": "^5.0.0-pre.38"
6060
},
6161
"devDependencies": {
62-
"@feathersjs/authentication-local": "^5.0.0-pre.37",
63-
"@feathersjs/express": "^5.0.0-pre.37",
64-
"@feathersjs/memory": "^5.0.0-pre.37",
65-
"@feathersjs/rest-client": "^5.0.0-pre.37",
66-
"@feathersjs/socketio": "^5.0.0-pre.37",
67-
"@feathersjs/socketio-client": "^5.0.0-pre.37",
62+
"@feathersjs/authentication-local": "^5.0.0-pre.38",
63+
"@feathersjs/express": "^5.0.0-pre.38",
64+
"@feathersjs/memory": "^5.0.0-pre.38",
65+
"@feathersjs/rest-client": "^5.0.0-pre.38",
66+
"@feathersjs/socketio": "^5.0.0-pre.38",
67+
"@feathersjs/socketio-client": "^5.0.0-pre.38",
6868
"@types/mocha": "^10.0.1",
6969
"@types/node": "^18.13.0",
7070
"axios": "^1.3.2",

packages/authentication-local/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-local
9+
610
# [5.0.0-pre.37](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.36...v5.0.0-pre.37) (2023-02-09)
711

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

0 commit comments

Comments
 (0)