Skip to content

Commit 90caf63

Browse files
committed
chore(release): publish v5.0.0
1 parent 2a5b8fe commit 90caf63

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

+10321
-30481
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.38...v5.0.0) (2023-02-24)
7+
8+
### Bug Fixes
9+
10+
- **generators:** Fix typo in service client generator ([#3068](https://github.com/feathersjs/feathers/issues/3068)) ([612032e](https://github.com/feathersjs/feathers/commit/612032eced24ecbcf255d51ff0d537d74227cfd7))
11+
- **koa:** Make Koa app inspectable ([#3069](https://github.com/feathersjs/feathers/issues/3069)) ([4fbbfff](https://github.com/feathersjs/feathers/commit/4fbbfff2a3c625f8e6929e5a09e2cf7b739ffe11))
12+
613
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
714

815
### 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.38",
4+
"version": "5.0.0",
55
"command": {
66
"bootstrap": {
77
"hoist": true

package-lock.json

Lines changed: 10036 additions & 30311 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](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.38...v5.0.0) (2023-02-24)
7+
8+
**Note:** Version bump only for package @feathersjs/adapter-commons
9+
610
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
711

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

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.38",
3+
"version": "5.0.0",
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.38",
54-
"@feathersjs/errors": "^5.0.0-pre.38",
55-
"@feathersjs/feathers": "^5.0.0-pre.38"
53+
"@feathersjs/commons": "^5.0.0",
54+
"@feathersjs/errors": "^5.0.0",
55+
"@feathersjs/feathers": "^5.0.0"
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](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.38...v5.0.0) (2023-02-24)
7+
8+
**Note:** Version bump only for package @feathersjs/adapter-tests
9+
610
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
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.38",
3+
"version": "5.0.0",
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](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.38...v5.0.0) (2023-02-24)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-client
9+
610
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17)
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.38",
4+
"version": "5.0.0",
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.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"
56+
"@feathersjs/authentication": "^5.0.0",
57+
"@feathersjs/commons": "^5.0.0",
58+
"@feathersjs/errors": "^5.0.0",
59+
"@feathersjs/feathers": "^5.0.0"
6060
},
6161
"devDependencies": {
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",
62+
"@feathersjs/authentication-local": "^5.0.0",
63+
"@feathersjs/express": "^5.0.0",
64+
"@feathersjs/memory": "^5.0.0",
65+
"@feathersjs/rest-client": "^5.0.0",
66+
"@feathersjs/socketio": "^5.0.0",
67+
"@feathersjs/socketio-client": "^5.0.0",
6868
"@types/mocha": "^10.0.1",
6969
"@types/node": "^18.14.1",
7070
"axios": "^1.3.4",

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

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

0 commit comments

Comments
 (0)