Skip to content

Commit

Permalink
chore(release): publish v5.0.0-pre.16
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jan 12, 2022
1 parent 26aa937 commit f0cd227
Show file tree
Hide file tree
Showing 42 changed files with 325 additions and 108 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,20 @@
# Change Log

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.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)


### Bug Fixes

* **authentication-oauth:** OAuth redirect lost sometimes due to session store race ([#2514](https://github.com/feathersjs/feathers/issues/2514)) ([#2515](https://github.com/feathersjs/feathers/issues/2515)) ([6109c44](https://github.com/feathersjs/feathers/commit/6109c44428c6b8f6bb4e089be760ea1a4ef3d01e))
* **schema:** Do not error for schemas without properties ([#2519](https://github.com/feathersjs/feathers/issues/2519)) ([96fdb47](https://github.com/feathersjs/feathers/commit/96fdb47d45fd88a8039aa9cc9ec8aebd98672b95))
* **schema:** Fix resolver data type and use new validation feature in test fixture ([#2523](https://github.com/feathersjs/feathers/issues/2523)) ([1093f12](https://github.com/feathersjs/feathers/commit/1093f124b60524cbd9050fcf07ddaf1d558973da))


### Features

* **express, koa:** make transports similar ([#2486](https://github.com/feathersjs/feathers/issues/2486)) ([26aa937](https://github.com/feathersjs/feathers/commit/26aa937c114fb8596dfefc599b1f53cead69c159))
* **schema:** Allow to use custom AJV and test with ajv-formats ([#2513](https://github.com/feathersjs/feathers/issues/2513)) ([ecfa4df](https://github.com/feathersjs/feathers/commit/ecfa4df29f029f6ca8517cacf518c14b46ffeb4e))
* **schema:** Improve schema typing, validation and extensibility ([#2521](https://github.com/feathersjs/feathers/issues/2521)) ([8c1b350](https://github.com/feathersjs/feathers/commit/8c1b35052792e82d13be03c06583534284fbae82))
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -3,7 +3,7 @@
"packages": [
"packages/*"
],
"version": "5.0.0-pre.15",
"version": "5.0.0-pre.16",
"command": {
"bootstrap": {
"hoist": true
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-commons/CHANGELOG.md
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.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)

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





# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)


Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-commons/package.json
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/adapter-commons",
"version": "5.0.0-pre.15",
"version": "5.0.0-pre.16",
"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.15",
"@feathersjs/errors": "^5.0.0-pre.15",
"@feathersjs/feathers": "^5.0.0-pre.15"
"@feathersjs/commons": "^5.0.0-pre.16",
"@feathersjs/errors": "^5.0.0-pre.16",
"@feathersjs/feathers": "^5.0.0-pre.16"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/adapter-tests/CHANGELOG.md
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.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)

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





# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-tests/package.json
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/adapter-tests",
"version": "5.0.0-pre.15",
"version": "5.0.0-pre.16",
"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
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.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)

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





# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)


Expand Down
22 changes: 11 additions & 11 deletions packages/authentication-client/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-client",
"description": "The authentication plugin for feathers-client",
"version": "5.0.0-pre.15",
"version": "5.0.0-pre.16",
"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.15",
"@feathersjs/commons": "^5.0.0-pre.15",
"@feathersjs/errors": "^5.0.0-pre.15",
"@feathersjs/feathers": "^5.0.0-pre.15"
"@feathersjs/authentication": "^5.0.0-pre.16",
"@feathersjs/commons": "^5.0.0-pre.16",
"@feathersjs/errors": "^5.0.0-pre.16",
"@feathersjs/feathers": "^5.0.0-pre.16"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.0-pre.15",
"@feathersjs/express": "^5.0.0-pre.15",
"@feathersjs/memory": "^5.0.0-pre.15",
"@feathersjs/rest-client": "^5.0.0-pre.15",
"@feathersjs/socketio": "^5.0.0-pre.15",
"@feathersjs/socketio-client": "^5.0.0-pre.15",
"@feathersjs/authentication-local": "^5.0.0-pre.16",
"@feathersjs/express": "^5.0.0-pre.16",
"@feathersjs/memory": "^5.0.0-pre.16",
"@feathersjs/rest-client": "^5.0.0-pre.16",
"@feathersjs/socketio": "^5.0.0-pre.16",
"@feathersjs/socketio-client": "^5.0.0-pre.16",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
"axios": "^0.24.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-local/CHANGELOG.md
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.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)

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





# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)


Expand Down
12 changes: 6 additions & 6 deletions packages/authentication-local/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-local",
"description": "Local authentication strategy for @feathers/authentication",
"version": "5.0.0-pre.15",
"version": "5.0.0-pre.16",
"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.15",
"@feathersjs/commons": "^5.0.0-pre.15",
"@feathersjs/errors": "^5.0.0-pre.15",
"@feathersjs/feathers": "^5.0.0-pre.15",
"@feathersjs/authentication": "^5.0.0-pre.16",
"@feathersjs/commons": "^5.0.0-pre.16",
"@feathersjs/errors": "^5.0.0-pre.16",
"@feathersjs/feathers": "^5.0.0-pre.16",
"bcryptjs": "^2.4.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.15",
"@feathersjs/memory": "^5.0.0-pre.16",
"@types/bcryptjs": "^2.4.2",
"@types/lodash": "^4.14.178",
"@types/mocha": "^9.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication-oauth/CHANGELOG.md
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.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)


### Bug Fixes

* **authentication-oauth:** OAuth redirect lost sometimes due to session store race ([#2514](https://github.com/feathersjs/feathers/issues/2514)) ([#2515](https://github.com/feathersjs/feathers/issues/2515)) ([6109c44](https://github.com/feathersjs/feathers/commit/6109c44428c6b8f6bb4e089be760ea1a4ef3d01e))





# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)


Expand Down
14 changes: 7 additions & 7 deletions packages/authentication-oauth/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication-oauth",
"description": "oAuth 1 and 2 authentication for Feathers. Powered by Grant.",
"version": "5.0.0-pre.15",
"version": "5.0.0-pre.16",
"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.15",
"@feathersjs/commons": "^5.0.0-pre.15",
"@feathersjs/errors": "^5.0.0-pre.15",
"@feathersjs/express": "^5.0.0-pre.15",
"@feathersjs/feathers": "^5.0.0-pre.15",
"@feathersjs/authentication": "^5.0.0-pre.16",
"@feathersjs/commons": "^5.0.0-pre.16",
"@feathersjs/errors": "^5.0.0-pre.16",
"@feathersjs/express": "^5.0.0-pre.16",
"@feathersjs/feathers": "^5.0.0-pre.16",
"express-session": "^1.17.2",
"grant": "^5.4.18",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.15",
"@feathersjs/memory": "^5.0.0-pre.16",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/lodash": "^4.14.178",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication/CHANGELOG.md
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.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)


### Features

* **express, koa:** make transports similar ([#2486](https://github.com/feathersjs/feathers/issues/2486)) ([26aa937](https://github.com/feathersjs/feathers/commit/26aa937c114fb8596dfefc599b1f53cead69c159))





# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)


Expand Down
12 changes: 6 additions & 6 deletions packages/authentication/package.json
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/authentication",
"description": "Add Authentication to your FeathersJS app.",
"version": "5.0.0-pre.15",
"version": "5.0.0-pre.16",
"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.15",
"@feathersjs/errors": "^5.0.0-pre.15",
"@feathersjs/feathers": "^5.0.0-pre.15",
"@feathersjs/transport-commons": "^5.0.0-pre.15",
"@feathersjs/commons": "^5.0.0-pre.16",
"@feathersjs/errors": "^5.0.0-pre.16",
"@feathersjs/feathers": "^5.0.0-pre.16",
"@feathersjs/transport-commons": "^5.0.0-pre.16",
"@types/jsonwebtoken": "^8.5.6",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.15",
"@feathersjs/memory": "^5.0.0-pre.16",
"@types/lodash": "^4.14.178",
"@types/mocha": "^9.0.0",
"@types/node": "^17.0.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/client/CHANGELOG.md
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.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)


### Features

* **express, koa:** make transports similar ([#2486](https://github.com/feathersjs/feathers/issues/2486)) ([26aa937](https://github.com/feathersjs/feathers/commit/26aa937c114fb8596dfefc599b1f53cead69c159))





# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)

**Note:** Version bump only for package @feathersjs/client
Expand Down
20 changes: 10 additions & 10 deletions packages/client/package.json
@@ -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.15",
"version": "5.0.0-pre.16",
"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.15",
"@feathersjs/errors": "^5.0.0-pre.15",
"@feathersjs/feathers": "^5.0.0-pre.15",
"@feathersjs/rest-client": "^5.0.0-pre.15",
"@feathersjs/socketio-client": "^5.0.0-pre.15"
"@feathersjs/authentication-client": "^5.0.0-pre.16",
"@feathersjs/errors": "^5.0.0-pre.16",
"@feathersjs/feathers": "^5.0.0-pre.16",
"@feathersjs/rest-client": "^5.0.0-pre.16",
"@feathersjs/socketio-client": "^5.0.0-pre.16"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@feathersjs/express": "^5.0.0-pre.15",
"@feathersjs/memory": "^5.0.0-pre.15",
"@feathersjs/socketio": "^5.0.0-pre.15",
"@feathersjs/tests": "^5.0.0-pre.15",
"@feathersjs/express": "^5.0.0-pre.16",
"@feathersjs/memory": "^5.0.0-pre.16",
"@feathersjs/socketio": "^5.0.0-pre.16",
"@feathersjs/tests": "^5.0.0-pre.16",
"babel-loader": "^8.2.3",
"mocha": "^9.1.3",
"mocha-puppeteer": "^0.14.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/commons/CHANGELOG.md
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.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)

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





# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)

**Note:** Version bump only for package @feathersjs/commons
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/commons",
"version": "5.0.0-pre.15",
"version": "5.0.0-pre.16",
"description": "Shared Feathers utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down
8 changes: 8 additions & 0 deletions packages/configuration/CHANGELOG.md
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.16](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.15...v5.0.0-pre.16) (2022-01-12)

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





# [5.0.0-pre.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)

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

0 comments on commit f0cd227

Please sign in to comment.