Skip to content

Commit

Permalink
chore(release): publish v5.0.0-pre.15
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallswain committed Nov 27, 2021
1 parent ee67131 commit 8008bf4
Show file tree
Hide file tree
Showing 41 changed files with 343 additions and 109 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.14",
"version": "5.0.0-pre.15",
"command": {
"bootstrap": {
"hoist": true
Expand Down
13 changes: 13 additions & 0 deletions packages/adapter-commons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)


### Bug Fixes

* **adapter-commons:** clean up in sort.ts and select function ([#2492](https://github.com/feathersjs/feathers/issues/2492)) ([c3ec8a4](https://github.com/feathersjs/feathers/commit/c3ec8a418bdc85506e3c5100015720a45454d8d3))
* **adapter-commons:** Fix sorting for embedded objects ([#2488](https://github.com/feathersjs/feathers/issues/2488)) ([9c22f70](https://github.com/feathersjs/feathers/commit/9c22f70a838cb6341775d91705a7527c8fc5590e))
* **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))





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

**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.14",
"version": "5.0.0-pre.15",
"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.14",
"@feathersjs/errors": "^5.0.0-pre.14",
"@feathersjs/feathers": "^5.0.0-pre.14"
"@feathersjs/commons": "^5.0.0-pre.15",
"@feathersjs/errors": "^5.0.0-pre.15",
"@feathersjs/feathers": "^5.0.0-pre.15"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/adapter-tests/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.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)


### Bug Fixes

* **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))





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

**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.14",
"version": "5.0.0-pre.15",
"description": "Feathers shared database adapter test suite",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication-client/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.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)


### Bug Fixes

* **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))





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

**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.14",
"version": "5.0.0-pre.15",
"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.14",
"@feathersjs/commons": "^5.0.0-pre.14",
"@feathersjs/errors": "^5.0.0-pre.14",
"@feathersjs/feathers": "^5.0.0-pre.14"
"@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"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.0-pre.14",
"@feathersjs/express": "^5.0.0-pre.14",
"@feathersjs/memory": "^5.0.0-pre.14",
"@feathersjs/rest-client": "^5.0.0-pre.14",
"@feathersjs/socketio": "^5.0.0-pre.14",
"@feathersjs/socketio-client": "^5.0.0-pre.14",
"@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",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.6",
"axios": "^0.24.0",
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.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)


### Bug Fixes

* **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))





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

**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.14",
"version": "5.0.0-pre.15",
"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.14",
"@feathersjs/commons": "^5.0.0-pre.14",
"@feathersjs/errors": "^5.0.0-pre.14",
"@feathersjs/feathers": "^5.0.0-pre.14",
"@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",
"bcryptjs": "^2.4.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.14",
"@feathersjs/memory": "^5.0.0-pre.15",
"@types/bcryptjs": "^2.4.2",
"@types/lodash": "^4.14.176",
"@types/mocha": "^9.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication-oauth/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.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)


### Features

* **authentication-oauth:** Allow dynamic oAuth redirect ([#2469](https://github.com/feathersjs/feathers/issues/2469)) ([b7143d4](https://github.com/feathersjs/feathers/commit/b7143d4c0fbe961e714f79512be04449b9bbd7d9))





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

**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.14",
"version": "5.0.0-pre.15",
"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.14",
"@feathersjs/commons": "^5.0.0-pre.14",
"@feathersjs/errors": "^5.0.0-pre.14",
"@feathersjs/express": "^5.0.0-pre.14",
"@feathersjs/feathers": "^5.0.0-pre.14",
"@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",
"express-session": "^1.17.2",
"grant": "^5.4.18",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.14",
"@feathersjs/memory": "^5.0.0-pre.15",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/lodash": "^4.14.176",
Expand Down
16 changes: 16 additions & 0 deletions packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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.15](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.14...v5.0.0-pre.15) (2021-11-27)


### Bug Fixes

* **typescript:** Overall typing improvements ([#2478](https://github.com/feathersjs/feathers/issues/2478)) ([b8eb804](https://github.com/feathersjs/feathers/commit/b8eb804158556d9651a8607e3c3fda15e0bfd110))


### Features

* **authentication-oauth:** Allow dynamic oAuth redirect ([#2469](https://github.com/feathersjs/feathers/issues/2469)) ([b7143d4](https://github.com/feathersjs/feathers/commit/b7143d4c0fbe961e714f79512be04449b9bbd7d9))





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

**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.14",
"version": "5.0.0-pre.15",
"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.14",
"@feathersjs/errors": "^5.0.0-pre.14",
"@feathersjs/feathers": "^5.0.0-pre.14",
"@feathersjs/transport-commons": "^5.0.0-pre.14",
"@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",
"@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.14",
"@feathersjs/memory": "^5.0.0-pre.15",
"@types/lodash": "^4.14.176",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.6",
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.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





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

**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.14",
"version": "5.0.0-pre.15",
"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.14",
"@feathersjs/errors": "^5.0.0-pre.14",
"@feathersjs/feathers": "^5.0.0-pre.14",
"@feathersjs/rest-client": "^5.0.0-pre.14",
"@feathersjs/socketio-client": "^5.0.0-pre.14"
"@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"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@feathersjs/express": "^5.0.0-pre.14",
"@feathersjs/memory": "^5.0.0-pre.14",
"@feathersjs/socketio": "^5.0.0-pre.14",
"@feathersjs/tests": "^5.0.0-pre.14",
"@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",
"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
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.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





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

**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.14",
"version": "5.0.0-pre.15",
"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.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





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

**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.14",
"version": "5.0.0-pre.15",
"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.14",
"@feathersjs/feathers": "^5.0.0-pre.14",
"@feathersjs/commons": "^5.0.0-pre.15",
"@feathersjs/feathers": "^5.0.0-pre.15",
"@types/config": "^0.0.40",
"config": "^3.3.6"
},
Expand Down
Loading

0 comments on commit 8008bf4

Please sign in to comment.