Skip to content

Commit

Permalink
chore(release): publish v5.0.0-pre.10
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Sep 19, 2021
1 parent 935ec0a commit a9f7865
Show file tree
Hide file tree
Showing 41 changed files with 277 additions and 108 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "5.0.0-pre.9",
"version": "5.0.0-pre.10",
"command": {
"bootstrap": {
"hoist": true
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-commons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)

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





# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)

**Note:** Version bump only for package @feathersjs/adapter-commons
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/adapter-commons",
"version": "5.0.0-pre.9",
"version": "5.0.0-pre.10",
"description": "Shared database adapter utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down Expand Up @@ -48,9 +48,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.9",
"@feathersjs/errors": "^5.0.0-pre.9",
"@feathersjs/feathers": "^5.0.0-pre.9"
"@feathersjs/commons": "^5.0.0-pre.10",
"@feathersjs/errors": "^5.0.0-pre.10",
"@feathersjs/feathers": "^5.0.0-pre.10"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)

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





# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)

**Note:** Version bump only for package @feathersjs/adapter-tests
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/adapter-tests",
"version": "5.0.0-pre.9",
"version": "5.0.0-pre.10",
"description": "Feathers shared database adapter test suite",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)

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





# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)

**Note:** Version bump only for package @feathersjs/authentication-client
Expand Down
22 changes: 11 additions & 11 deletions packages/authentication-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-client",
"description": "The authentication plugin for feathers-client",
"version": "5.0.0-pre.9",
"version": "5.0.0-pre.10",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,18 +52,18 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.9",
"@feathersjs/commons": "^5.0.0-pre.9",
"@feathersjs/errors": "^5.0.0-pre.9",
"@feathersjs/feathers": "^5.0.0-pre.9"
"@feathersjs/authentication": "^5.0.0-pre.10",
"@feathersjs/commons": "^5.0.0-pre.10",
"@feathersjs/errors": "^5.0.0-pre.10",
"@feathersjs/feathers": "^5.0.0-pre.10"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.0-pre.9",
"@feathersjs/express": "^5.0.0-pre.9",
"@feathersjs/memory": "^5.0.0-pre.9",
"@feathersjs/rest-client": "^5.0.0-pre.9",
"@feathersjs/socketio": "^5.0.0-pre.9",
"@feathersjs/socketio-client": "^5.0.0-pre.9",
"@feathersjs/authentication-local": "^5.0.0-pre.10",
"@feathersjs/express": "^5.0.0-pre.10",
"@feathersjs/memory": "^5.0.0-pre.10",
"@feathersjs/rest-client": "^5.0.0-pre.10",
"@feathersjs/socketio": "^5.0.0-pre.10",
"@feathersjs/socketio-client": "^5.0.0-pre.10",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.4",
"axios": "^0.21.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)


### Bug Fixes

* **authentication-local:** adds error handling for undefined/null password field ([#2444](https://github.com/feathersjs/feathers/issues/2444)) ([4323f98](https://github.com/feathersjs/feathers/commit/4323f9859a66a7fe3f7f15d81476bd81b735c226))





# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)

**Note:** Version bump only for package @feathersjs/authentication-local
Expand Down
12 changes: 6 additions & 6 deletions packages/authentication-local/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-local",
"description": "Local authentication strategy for @feathers/authentication",
"version": "5.0.0-pre.9",
"version": "5.0.0-pre.10",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,15 +52,15 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.9",
"@feathersjs/commons": "^5.0.0-pre.9",
"@feathersjs/errors": "^5.0.0-pre.9",
"@feathersjs/feathers": "^5.0.0-pre.9",
"@feathersjs/authentication": "^5.0.0-pre.10",
"@feathersjs/commons": "^5.0.0-pre.10",
"@feathersjs/errors": "^5.0.0-pre.10",
"@feathersjs/feathers": "^5.0.0-pre.10",
"bcryptjs": "^2.4.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.9",
"@feathersjs/memory": "^5.0.0-pre.10",
"@types/bcryptjs": "^2.4.2",
"@types/lodash": "^4.14.173",
"@types/mocha": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)

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





# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)

**Note:** Version bump only for package @feathersjs/authentication-oauth
Expand Down
14 changes: 7 additions & 7 deletions packages/authentication-oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-oauth",
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.",
"version": "5.0.0-pre.9",
"version": "5.0.0-pre.10",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,17 +52,17 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.9",
"@feathersjs/commons": "^5.0.0-pre.9",
"@feathersjs/errors": "^5.0.0-pre.9",
"@feathersjs/express": "^5.0.0-pre.9",
"@feathersjs/feathers": "^5.0.0-pre.9",
"@feathersjs/authentication": "^5.0.0-pre.10",
"@feathersjs/commons": "^5.0.0-pre.10",
"@feathersjs/errors": "^5.0.0-pre.10",
"@feathersjs/express": "^5.0.0-pre.10",
"@feathersjs/feathers": "^5.0.0-pre.10",
"express-session": "^1.17.2",
"grant": "^5.4.17",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.9",
"@feathersjs/memory": "^5.0.0-pre.10",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/lodash": "^4.14.173",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)

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





# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)

**Note:** Version bump only for package @feathersjs/authentication
Expand Down
12 changes: 6 additions & 6 deletions packages/authentication/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "5.0.0-pre.9",
"version": "5.0.0-pre.10",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,18 +52,18 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.9",
"@feathersjs/errors": "^5.0.0-pre.9",
"@feathersjs/feathers": "^5.0.0-pre.9",
"@feathersjs/transport-commons": "^5.0.0-pre.9",
"@feathersjs/commons": "^5.0.0-pre.10",
"@feathersjs/errors": "^5.0.0-pre.10",
"@feathersjs/feathers": "^5.0.0-pre.10",
"@feathersjs/transport-commons": "^5.0.0-pre.10",
"@types/jsonwebtoken": "^8.5.5",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.9",
"@feathersjs/memory": "^5.0.0-pre.10",
"@types/lodash": "^4.14.173",
"@types/mocha": "^9.0.0",
"@types/node": "^16.9.4",
Expand Down
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)

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





# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)

**Note:** Version bump only for package @feathersjs/client
Expand Down
20 changes: 10 additions & 10 deletions packages/client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/client",
"description": "A module that consolidates Feathers client modules for REST (jQuery, Request, Superagent) and Websocket (Socket.io, Primus) connections",
"version": "5.0.0-pre.9",
"version": "5.0.0-pre.10",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git"
Expand Down Expand Up @@ -48,19 +48,19 @@
"IE 11"
],
"dependencies": {
"@feathersjs/authentication-client": "^5.0.0-pre.9",
"@feathersjs/errors": "^5.0.0-pre.9",
"@feathersjs/feathers": "^5.0.0-pre.9",
"@feathersjs/rest-client": "^5.0.0-pre.9",
"@feathersjs/socketio-client": "^5.0.0-pre.9"
"@feathersjs/authentication-client": "^5.0.0-pre.10",
"@feathersjs/errors": "^5.0.0-pre.10",
"@feathersjs/feathers": "^5.0.0-pre.10",
"@feathersjs/rest-client": "^5.0.0-pre.10",
"@feathersjs/socketio-client": "^5.0.0-pre.10"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@feathersjs/express": "^5.0.0-pre.9",
"@feathersjs/memory": "^5.0.0-pre.9",
"@feathersjs/socketio": "^5.0.0-pre.9",
"@feathersjs/tests": "^5.0.0-pre.9",
"@feathersjs/express": "^5.0.0-pre.10",
"@feathersjs/memory": "^5.0.0-pre.10",
"@feathersjs/socketio": "^5.0.0-pre.10",
"@feathersjs/tests": "^5.0.0-pre.10",
"babel-loader": "^8.2.2",
"mocha": "^9.1.1",
"mocha-puppeteer": "^0.14.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/commons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)

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





# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)

**Note:** Version bump only for package @feathersjs/commons
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/commons",
"version": "5.0.0-pre.9",
"version": "5.0.0-pre.10",
"description": "Shared Feathers utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/configuration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)

**Note:** Version bump only for package @feathersjs/configuration





# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)

**Note:** Version bump only for package @feathersjs/configuration
Expand Down
6 changes: 3 additions & 3 deletions packages/configuration/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/configuration",
"description": "A small configuration module for your Feathers application.",
"version": "5.0.0-pre.9",
"version": "5.0.0-pre.10",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -57,8 +57,8 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.9",
"@feathersjs/feathers": "^5.0.0-pre.9",
"@feathersjs/commons": "^5.0.0-pre.10",
"@feathersjs/feathers": "^5.0.0-pre.10",
"@types/config": "^0.0.39",
"config": "^3.3.6"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/errors/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.0.0-pre.10](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.9...v5.0.0-pre.10) (2021-09-19)

**Note:** Version bump only for package @feathersjs/errors





# [5.0.0-pre.9](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.8...v5.0.0-pre.9) (2021-08-09)

**Note:** Version bump only for package @feathersjs/errors
Expand Down

0 comments on commit a9f7865

Please sign in to comment.