Skip to content

Commit 89f516b

Browse files
committed
chore(release): publish v5.0.0-pre.33
1 parent 6853277 commit 89f516b

Some content is hidden

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

53 files changed

+11338
-29559
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08)
7+
8+
### Bug Fixes
9+
10+
- **cli:** Fix MongoDB connection database name parsing ([#2845](https://github.com/feathersjs/feathers/issues/2845)) ([50e7463](https://github.com/feathersjs/feathers/commit/50e7463971ef95cb98358b70a721e67554d92eb5))
11+
- **cli:** Use proper MSSQL client ([#2853](https://github.com/feathersjs/feathers/issues/2853)) ([bae5176](https://github.com/feathersjs/feathers/commit/bae5176488b46fc377e53719d20e0036e087aa16))
12+
- **docs:** Add JavaScript web app frontend guide ([#2834](https://github.com/feathersjs/feathers/issues/2834)) ([68cf03f](https://github.com/feathersjs/feathers/commit/68cf03f092da38ccbec5e9fd42b95d00f5a0a9f2))
13+
- **memory:** Use for loop in \_find() for better performance ([#2844](https://github.com/feathersjs/feathers/issues/2844)) ([d6ee5f1](https://github.com/feathersjs/feathers/commit/d6ee5f1c869f0c65cb470130f35956a52356e5c3))
14+
15+
### Features
16+
17+
- **docs:** Add Awesome Ecosystem page ([f66177d](https://github.com/feathersjs/feathers/commit/f66177ded1f48ac45a7105f73c5c3cda7084c7b1))
18+
- **mongodb:** Add ObjectId resolvers and MongoDB option in the guide ([#2847](https://github.com/feathersjs/feathers/issues/2847)) ([c5c1fba](https://github.com/feathersjs/feathers/commit/c5c1fba5718a63412075cd3838b86b889eb0bd48))
19+
- **schema:** Add StringEnum to TypeBox module ([#2827](https://github.com/feathersjs/feathers/issues/2827)) ([65d3665](https://github.com/feathersjs/feathers/commit/65d36656f50a48f633fa3fcabaea10521d04bf1c))
20+
621
# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26)
722

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

package-lock.json

Lines changed: 11062 additions & 29412 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.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08)
7+
8+
**Note:** Version bump only for package @feathersjs/adapter-commons
9+
610
# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26)
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.32",
3+
"version": "5.0.0-pre.33",
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.32",
54-
"@feathersjs/errors": "^5.0.0-pre.32",
55-
"@feathersjs/feathers": "^5.0.0-pre.32"
53+
"@feathersjs/commons": "^5.0.0-pre.33",
54+
"@feathersjs/errors": "^5.0.0-pre.33",
55+
"@feathersjs/feathers": "^5.0.0-pre.33"
5656
},
5757
"devDependencies": {
5858
"@types/mocha": "^10.0.0",

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.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08)
7+
8+
**Note:** Version bump only for package @feathersjs/adapter-tests
9+
610
# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26)
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.32",
3+
"version": "5.0.0-pre.33",
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.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-client
9+
610
# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26)
711

812
### Features

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.32",
4+
"version": "5.0.0-pre.33",
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.32",
57-
"@feathersjs/commons": "^5.0.0-pre.32",
58-
"@feathersjs/errors": "^5.0.0-pre.32",
59-
"@feathersjs/feathers": "^5.0.0-pre.32"
56+
"@feathersjs/authentication": "^5.0.0-pre.33",
57+
"@feathersjs/commons": "^5.0.0-pre.33",
58+
"@feathersjs/errors": "^5.0.0-pre.33",
59+
"@feathersjs/feathers": "^5.0.0-pre.33"
6060
},
6161
"devDependencies": {
62-
"@feathersjs/authentication-local": "^5.0.0-pre.32",
63-
"@feathersjs/express": "^5.0.0-pre.32",
64-
"@feathersjs/memory": "^5.0.0-pre.32",
65-
"@feathersjs/rest-client": "^5.0.0-pre.32",
66-
"@feathersjs/socketio": "^5.0.0-pre.32",
67-
"@feathersjs/socketio-client": "^5.0.0-pre.32",
62+
"@feathersjs/authentication-local": "^5.0.0-pre.33",
63+
"@feathersjs/express": "^5.0.0-pre.33",
64+
"@feathersjs/memory": "^5.0.0-pre.33",
65+
"@feathersjs/rest-client": "^5.0.0-pre.33",
66+
"@feathersjs/socketio": "^5.0.0-pre.33",
67+
"@feathersjs/socketio-client": "^5.0.0-pre.33",
6868
"@types/mocha": "^10.0.0",
6969
"@types/node": "^18.11.9",
7070
"axios": "^1.1.3",

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.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-local
9+
610
# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26)
711

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

0 commit comments

Comments
 (0)