Skip to content

Commit 42bd5e4

Browse files
committed
chore(release): publish v5.0.5
1 parent e34f728 commit 42bd5e4

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

+14799
-35189
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28)
7+
8+
### Bug Fixes
9+
10+
- **generators:** Add sourceMap to tsconfig.json template ([#3166](https://github.com/feathersjs/feathers/issues/3166)) ([3049b7a](https://github.com/feathersjs/feathers/commit/3049b7a425d01cdd3058442c7183307a06cfc87a))
11+
- **mongodb:** Speed up multi create ([#3171](https://github.com/feathersjs/feathers/issues/3171)) ([e34f728](https://github.com/feathersjs/feathers/commit/e34f728139a1008503aa440f1b7cf6395719417b))
12+
- **schema:** Exclude json-schema-to-ts@2.8.0 ([#3180](https://github.com/feathersjs/feathers/issues/3180)) ([aee8531](https://github.com/feathersjs/feathers/commit/aee8531b5f0578f11e43b19a469b96e6f4b170ce))
13+
- **typebox:** Revert to TypeBox 0.25 ([#3183](https://github.com/feathersjs/feathers/issues/3183)) ([cacedf5](https://github.com/feathersjs/feathers/commit/cacedf59e3d2df836777f0cd06ab1b2484ed87c5))
14+
615
## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)
716

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

package-lock.json

Lines changed: 14506 additions & 35019 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.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28)
7+
8+
**Note:** Version bump only for package @feathersjs/adapter-commons
9+
610
## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)
711

812
### Bug Fixes

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.4",
3+
"version": "5.0.5",
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.4",
54-
"@feathersjs/errors": "^5.0.4",
55-
"@feathersjs/feathers": "^5.0.4"
53+
"@feathersjs/commons": "^5.0.5",
54+
"@feathersjs/errors": "^5.0.5",
55+
"@feathersjs/feathers": "^5.0.5"
5656
},
5757
"devDependencies": {
5858
"@types/mocha": "^10.0.1",

packages/adapter-tests/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28)
7+
8+
### Bug Fixes
9+
10+
- **typebox:** Revert to TypeBox 0.25 ([#3183](https://github.com/feathersjs/feathers/issues/3183)) ([cacedf5](https://github.com/feathersjs/feathers/commit/cacedf59e3d2df836777f0cd06ab1b2484ed87c5))
11+
612
## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)
713

814
### Bug Fixes

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.4",
3+
"version": "5.0.5",
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.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-client
9+
610
## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)
711

812
### Bug Fixes

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.4",
4+
"version": "5.0.5",
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.4",
57-
"@feathersjs/commons": "^5.0.4",
58-
"@feathersjs/errors": "^5.0.4",
59-
"@feathersjs/feathers": "^5.0.4"
56+
"@feathersjs/authentication": "^5.0.5",
57+
"@feathersjs/commons": "^5.0.5",
58+
"@feathersjs/errors": "^5.0.5",
59+
"@feathersjs/feathers": "^5.0.5"
6060
},
6161
"devDependencies": {
62-
"@feathersjs/authentication-local": "^5.0.4",
63-
"@feathersjs/express": "^5.0.4",
64-
"@feathersjs/memory": "^5.0.4",
65-
"@feathersjs/rest-client": "^5.0.4",
66-
"@feathersjs/socketio": "^5.0.4",
67-
"@feathersjs/socketio-client": "^5.0.4",
62+
"@feathersjs/authentication-local": "^5.0.5",
63+
"@feathersjs/express": "^5.0.5",
64+
"@feathersjs/memory": "^5.0.5",
65+
"@feathersjs/rest-client": "^5.0.5",
66+
"@feathersjs/socketio": "^5.0.5",
67+
"@feathersjs/socketio-client": "^5.0.5",
6868
"@types/mocha": "^10.0.1",
6969
"@types/node": "^18.15.11",
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.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-local
9+
610
## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)
711

812
### Bug Fixes

packages/authentication-local/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/authentication-local",
33
"description": "Local authentication strategy for @feathers/authentication",
4-
"version": "5.0.4",
4+
"version": "5.0.5",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -53,16 +53,16 @@
5353
"access": "public"
5454
},
5555
"dependencies": {
56-
"@feathersjs/authentication": "^5.0.4",
57-
"@feathersjs/commons": "^5.0.4",
58-
"@feathersjs/errors": "^5.0.4",
59-
"@feathersjs/feathers": "^5.0.4",
56+
"@feathersjs/authentication": "^5.0.5",
57+
"@feathersjs/commons": "^5.0.5",
58+
"@feathersjs/errors": "^5.0.5",
59+
"@feathersjs/feathers": "^5.0.5",
6060
"bcryptjs": "^2.4.3",
6161
"lodash": "^4.17.21"
6262
},
6363
"devDependencies": {
64-
"@feathersjs/memory": "^5.0.4",
65-
"@feathersjs/schema": "^5.0.4",
64+
"@feathersjs/memory": "^5.0.5",
65+
"@feathersjs/schema": "^5.0.5",
6666
"@types/bcryptjs": "^2.4.2",
6767
"@types/lodash": "^4.14.192",
6868
"@types/mocha": "^10.0.1",

packages/authentication-oauth/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.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-oauth
9+
610
## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)
711

812
### Bug Fixes

packages/authentication-oauth/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/authentication-oauth",
33
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.",
4-
"version": "5.0.4",
4+
"version": "5.0.5",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -54,21 +54,21 @@
5454
"access": "public"
5555
},
5656
"dependencies": {
57-
"@feathersjs/authentication": "^5.0.4",
58-
"@feathersjs/commons": "^5.0.4",
59-
"@feathersjs/errors": "^5.0.4",
60-
"@feathersjs/express": "^5.0.4",
61-
"@feathersjs/feathers": "^5.0.4",
62-
"@feathersjs/koa": "^5.0.4",
63-
"@feathersjs/schema": "^5.0.4",
57+
"@feathersjs/authentication": "^5.0.5",
58+
"@feathersjs/commons": "^5.0.5",
59+
"@feathersjs/errors": "^5.0.5",
60+
"@feathersjs/express": "^5.0.5",
61+
"@feathersjs/feathers": "^5.0.5",
62+
"@feathersjs/koa": "^5.0.5",
63+
"@feathersjs/schema": "^5.0.5",
6464
"cookie-session": "^2.0.0",
6565
"grant": "^5.4.21",
6666
"koa-session": "^6.4.0",
6767
"lodash": "^4.17.21",
6868
"qs": "^6.11.1"
6969
},
7070
"devDependencies": {
71-
"@feathersjs/memory": "^5.0.4",
71+
"@feathersjs/memory": "^5.0.5",
7272
"@types/cookie-session": "^2.0.44",
7373
"@types/express": "^4.17.17",
7474
"@types/koa-session": "^6.4.0",

packages/authentication/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.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication
9+
610
## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)
711

812
### Bug Fixes

packages/authentication/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/authentication",
33
"description": "Add Authentication to your FeathersJS app.",
4-
"version": "5.0.4",
4+
"version": "5.0.5",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -53,20 +53,20 @@
5353
"access": "public"
5454
},
5555
"dependencies": {
56-
"@feathersjs/commons": "^5.0.4",
57-
"@feathersjs/errors": "^5.0.4",
58-
"@feathersjs/feathers": "^5.0.4",
56+
"@feathersjs/commons": "^5.0.5",
57+
"@feathersjs/errors": "^5.0.5",
58+
"@feathersjs/feathers": "^5.0.5",
5959
"@feathersjs/hooks": "^0.8.1",
60-
"@feathersjs/schema": "^5.0.4",
61-
"@feathersjs/transport-commons": "^5.0.4",
60+
"@feathersjs/schema": "^5.0.5",
61+
"@feathersjs/transport-commons": "^5.0.5",
6262
"@types/jsonwebtoken": "^9.0.1",
6363
"jsonwebtoken": "^9.0.0",
6464
"lodash": "^4.17.21",
6565
"long-timeout": "^0.1.1",
6666
"uuid": "^9.0.0"
6767
},
6868
"devDependencies": {
69-
"@feathersjs/memory": "^5.0.4",
69+
"@feathersjs/memory": "^5.0.5",
7070
"@types/lodash": "^4.14.192",
7171
"@types/mocha": "^10.0.1",
7272
"@types/node": "^18.15.11",

packages/cli/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.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28)
7+
8+
**Note:** Version bump only for package @feathersjs/cli
9+
610
## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)
711

812
### Bug Fixes

packages/cli/package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/cli",
33
"description": "The command line interface for creating Feathers applications",
4-
"version": "5.0.4",
4+
"version": "5.0.5",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"bin": {
@@ -52,28 +52,28 @@
5252
"access": "public"
5353
},
5454
"dependencies": {
55-
"@feathersjs/generators": "^5.0.4",
55+
"@feathersjs/generators": "^5.0.5",
5656
"chalk": "^4.0.1",
5757
"commander": "^10.0.0"
5858
},
5959
"devDependencies": {
60-
"@feathersjs/adapter-commons": "^5.0.4",
61-
"@feathersjs/authentication": "^5.0.4",
62-
"@feathersjs/authentication-client": "^5.0.4",
63-
"@feathersjs/authentication-local": "^5.0.4",
64-
"@feathersjs/authentication-oauth": "^5.0.4",
65-
"@feathersjs/configuration": "^5.0.4",
66-
"@feathersjs/errors": "^5.0.4",
67-
"@feathersjs/express": "^5.0.4",
68-
"@feathersjs/feathers": "^5.0.4",
69-
"@feathersjs/knex": "^5.0.4",
70-
"@feathersjs/koa": "^5.0.4",
71-
"@feathersjs/mongodb": "^5.0.4",
72-
"@feathersjs/rest-client": "^5.0.4",
73-
"@feathersjs/schema": "^5.0.4",
74-
"@feathersjs/socketio": "^5.0.4",
75-
"@feathersjs/transport-commons": "^5.0.4",
76-
"@feathersjs/typebox": "^5.0.4",
60+
"@feathersjs/adapter-commons": "^5.0.5",
61+
"@feathersjs/authentication": "^5.0.5",
62+
"@feathersjs/authentication-client": "^5.0.5",
63+
"@feathersjs/authentication-local": "^5.0.5",
64+
"@feathersjs/authentication-oauth": "^5.0.5",
65+
"@feathersjs/configuration": "^5.0.5",
66+
"@feathersjs/errors": "^5.0.5",
67+
"@feathersjs/express": "^5.0.5",
68+
"@feathersjs/feathers": "^5.0.5",
69+
"@feathersjs/knex": "^5.0.5",
70+
"@feathersjs/koa": "^5.0.5",
71+
"@feathersjs/mongodb": "^5.0.5",
72+
"@feathersjs/rest-client": "^5.0.5",
73+
"@feathersjs/schema": "^5.0.5",
74+
"@feathersjs/socketio": "^5.0.5",
75+
"@feathersjs/transport-commons": "^5.0.5",
76+
"@feathersjs/typebox": "^5.0.5",
7777
"@types/mocha": "^10.0.1",
7878
"@types/node": "^18.15.11",
7979
"@types/prettier": "^2.7.2",

packages/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.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28)
7+
8+
**Note:** Version bump only for package @feathersjs/client
9+
610
## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)
711

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

packages/client/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@feathersjs/client",
33
"description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections",
4-
"version": "5.0.4",
4+
"version": "5.0.5",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/feathersjs/feathers.git",
@@ -49,19 +49,19 @@
4949
"IE 11"
5050
],
5151
"dependencies": {
52-
"@feathersjs/authentication-client": "^5.0.4",
53-
"@feathersjs/errors": "^5.0.4",
54-
"@feathersjs/feathers": "^5.0.4",
55-
"@feathersjs/rest-client": "^5.0.4",
56-
"@feathersjs/socketio-client": "^5.0.4"
52+
"@feathersjs/authentication-client": "^5.0.5",
53+
"@feathersjs/errors": "^5.0.5",
54+
"@feathersjs/feathers": "^5.0.5",
55+
"@feathersjs/rest-client": "^5.0.5",
56+
"@feathersjs/socketio-client": "^5.0.5"
5757
},
5858
"devDependencies": {
5959
"@babel/core": "^7.21.4",
6060
"@babel/preset-env": "^7.21.4",
61-
"@feathersjs/express": "^5.0.4",
62-
"@feathersjs/memory": "^5.0.4",
63-
"@feathersjs/socketio": "^5.0.4",
64-
"@feathersjs/tests": "^5.0.4",
61+
"@feathersjs/express": "^5.0.5",
62+
"@feathersjs/memory": "^5.0.5",
63+
"@feathersjs/socketio": "^5.0.5",
64+
"@feathersjs/tests": "^5.0.5",
6565
"babel-loader": "^9.1.2",
6666
"mocha": "^10.2.0",
6767
"mocha-puppeteer": "^0.14.0",

packages/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.5](https://github.com/feathersjs/feathers/compare/v5.0.4...v5.0.5) (2023-04-28)
7+
8+
**Note:** Version bump only for package @feathersjs/commons
9+
610
## [5.0.4](https://github.com/feathersjs/feathers/compare/v5.0.3...v5.0.4) (2023-04-12)
711

812
### Bug Fixes

0 commit comments

Comments
 (0)