Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c69e8ea

Browse filesBrowse files
committed
chore(release): publish v5.0.0-pre.11
1 parent 7d9590b commit c69e8ea
Copy full SHA for c69e8ea

File tree

Expand file treeCollapse file tree

41 files changed

+274
-108
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

41 files changed

+274
-108
lines changed
Open diff view settings
Collapse file

‎lerna.json‎

Copy file name to clipboardExpand all lines: lerna.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"packages": [
44
"packages/*"
55
],
6-
"version": "5.0.0-pre.10",
6+
"version": "5.0.0-pre.11",
77
"command": {
88
"bootstrap": {
99
"hoist": true
Collapse file

‎packages/adapter-commons/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: packages/adapter-commons/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
7+
8+
**Note:** Version bump only for package @feathersjs/adapter-commons
9+
10+
11+
12+
13+
614
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
715

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

‎packages/adapter-commons/package.json‎

Copy file name to clipboardExpand all lines: packages/adapter-commons/package.json
+4-4Lines 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.10",
3+
"version": "5.0.0-pre.11",
44
"description": "Shared database adapter utility functions",
55
"homepage": "https://feathersjs.com",
66
"keywords": [
@@ -48,9 +48,9 @@
4848
"access": "public"
4949
},
5050
"dependencies": {
51-
"@feathersjs/commons": "^5.0.0-pre.10",
52-
"@feathersjs/errors": "^5.0.0-pre.10",
53-
"@feathersjs/feathers": "^5.0.0-pre.10"
51+
"@feathersjs/commons": "^5.0.0-pre.11",
52+
"@feathersjs/errors": "^5.0.0-pre.11",
53+
"@feathersjs/feathers": "^5.0.0-pre.11"
5454
},
5555
"devDependencies": {
5656
"@types/mocha": "^9.0.0",
Collapse file

‎packages/adapter-tests/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: packages/adapter-tests/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
7+
8+
**Note:** Version bump only for package @feathersjs/adapter-tests
9+
10+
11+
12+
13+
614
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
715

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

‎packages/adapter-tests/package.json‎

Copy file name to clipboardExpand all lines: packages/adapter-tests/package.json
+1-1Lines 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.10",
3+
"version": "5.0.0-pre.11",
44
"description": "Feathers shared database adapter test suite",
55
"homepage": "https://feathersjs.com",
66
"keywords": [
Collapse file

‎packages/authentication-client/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: packages/authentication-client/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-client
9+
10+
11+
12+
13+
614
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
715

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

‎packages/authentication-client/package.json‎

Copy file name to clipboardExpand all lines: packages/authentication-client/package.json
+11-11Lines 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.10",
4+
"version": "5.0.0-pre.11",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -52,18 +52,18 @@
5252
"access": "public"
5353
},
5454
"dependencies": {
55-
"@feathersjs/authentication": "^5.0.0-pre.10",
56-
"@feathersjs/commons": "^5.0.0-pre.10",
57-
"@feathersjs/errors": "^5.0.0-pre.10",
58-
"@feathersjs/feathers": "^5.0.0-pre.10"
55+
"@feathersjs/authentication": "^5.0.0-pre.11",
56+
"@feathersjs/commons": "^5.0.0-pre.11",
57+
"@feathersjs/errors": "^5.0.0-pre.11",
58+
"@feathersjs/feathers": "^5.0.0-pre.11"
5959
},
6060
"devDependencies": {
61-
"@feathersjs/authentication-local": "^5.0.0-pre.10",
62-
"@feathersjs/express": "^5.0.0-pre.10",
63-
"@feathersjs/memory": "^5.0.0-pre.10",
64-
"@feathersjs/rest-client": "^5.0.0-pre.10",
65-
"@feathersjs/socketio": "^5.0.0-pre.10",
66-
"@feathersjs/socketio-client": "^5.0.0-pre.10",
61+
"@feathersjs/authentication-local": "^5.0.0-pre.11",
62+
"@feathersjs/express": "^5.0.0-pre.11",
63+
"@feathersjs/memory": "^5.0.0-pre.11",
64+
"@feathersjs/rest-client": "^5.0.0-pre.11",
65+
"@feathersjs/socketio": "^5.0.0-pre.11",
66+
"@feathersjs/socketio-client": "^5.0.0-pre.11",
6767
"@types/mocha": "^9.0.0",
6868
"@types/node": "^16.10.2",
6969
"axios": "^0.21.4",
Collapse file

‎packages/authentication-local/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: packages/authentication-local/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-local
9+
10+
11+
12+
13+
614
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
715

816

Collapse file

‎packages/authentication-local/package.json‎

Copy file name to clipboardExpand all lines: packages/authentication-local/package.json
+6-6Lines changed: 6 additions & 6 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.0-pre.10",
4+
"version": "5.0.0-pre.11",
55
"homepage": "https://feathersjs.com",
66
"main": "lib/",
77
"types": "lib/",
@@ -52,15 +52,15 @@
5252
"access": "public"
5353
},
5454
"dependencies": {
55-
"@feathersjs/authentication": "^5.0.0-pre.10",
56-
"@feathersjs/commons": "^5.0.0-pre.10",
57-
"@feathersjs/errors": "^5.0.0-pre.10",
58-
"@feathersjs/feathers": "^5.0.0-pre.10",
55+
"@feathersjs/authentication": "^5.0.0-pre.11",
56+
"@feathersjs/commons": "^5.0.0-pre.11",
57+
"@feathersjs/errors": "^5.0.0-pre.11",
58+
"@feathersjs/feathers": "^5.0.0-pre.11",
5959
"bcryptjs": "^2.4.3",
6060
"lodash": "^4.17.21"
6161
},
6262
"devDependencies": {
63-
"@feathersjs/memory": "^5.0.0-pre.10",
63+
"@feathersjs/memory": "^5.0.0-pre.11",
6464
"@types/bcryptjs": "^2.4.2",
6565
"@types/lodash": "^4.14.175",
6666
"@types/mocha": "^9.0.0",
Collapse file

‎packages/authentication-oauth/CHANGELOG.md‎

Copy file name to clipboardExpand all lines: packages/authentication-oauth/CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.11](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.10...v5.0.0-pre.11) (2021-10-06)
7+
8+
**Note:** Version bump only for package @feathersjs/authentication-oauth
9+
10+
11+
12+
13+
614
# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)
715

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.