Skip to content

Commit

Permalink
chore(release): publish v4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jan 18, 2020
1 parent c5cfec7 commit d971d30
Show file tree
Hide file tree
Showing 39 changed files with 258 additions and 94 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": "4.4.3",
"version": "4.5.0",
"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.

# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)

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





## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)


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": "4.4.3",
"version": "4.5.0",
"description": "Shared database adapter utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down Expand Up @@ -41,9 +41,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^4.4.3",
"@feathersjs/errors": "^4.4.3",
"@feathersjs/feathers": "^4.4.3"
"@feathersjs/commons": "^4.5.0",
"@feathersjs/errors": "^4.5.0",
"@feathersjs/feathers": "^4.5.0"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
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.

# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)

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





## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)

**Note:** Version bump only for package @feathersjs/adapter-tests
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@feathersjs/adapter-tests",
"version": "4.4.3",
"version": "4.5.0",
"description": "Feathers shared database adapter test suite",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down Expand Up @@ -38,8 +38,8 @@
"access": "public"
},
"devDependencies": {
"@feathersjs/errors": "^4.4.3",
"@feathersjs/feathers": "^4.4.3",
"@feathersjs/errors": "^4.5.0",
"@feathersjs/feathers": "^4.5.0",
"feathers-memory": "^4.1.0",
"mocha": "^6.2.2"
},
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.

# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)

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





## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)

**Note:** Version bump only for package @feathersjs/authentication-client
Expand Down
24 changes: 12 additions & 12 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": "4.4.3",
"version": "4.5.0",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -43,20 +43,20 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.4.3",
"@feathersjs/commons": "^4.4.3",
"@feathersjs/errors": "^4.4.3",
"@feathersjs/feathers": "^4.4.3",
"@feathersjs/authentication": "^4.5.0",
"@feathersjs/commons": "^4.5.0",
"@feathersjs/errors": "^4.5.0",
"@feathersjs/feathers": "^4.5.0",
"debug": "^4.1.1"
},
"devDependencies": {
"@feathersjs/authentication-local": "^4.4.3",
"@feathersjs/express": "^4.4.3",
"@feathersjs/primus": "^4.4.3",
"@feathersjs/primus-client": "^4.4.3",
"@feathersjs/rest-client": "^4.4.3",
"@feathersjs/socketio": "^4.4.3",
"@feathersjs/socketio-client": "^4.4.3",
"@feathersjs/authentication-local": "^4.5.0",
"@feathersjs/express": "^4.5.0",
"@feathersjs/primus": "^4.5.0",
"@feathersjs/primus-client": "^4.5.0",
"@feathersjs/rest-client": "^4.5.0",
"@feathersjs/socketio": "^4.5.0",
"@feathersjs/socketio-client": "^4.5.0",
"@types/debug": "^4.1.5",
"@types/mocha": "^5.2.7",
"@types/node": "^13.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-local/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.

# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)

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





## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)

**Note:** Version bump only for package @feathersjs/authentication-local
Expand Down
8 changes: 4 additions & 4 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": "4.4.3",
"version": "4.5.0",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -43,9 +43,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.4.3",
"@feathersjs/errors": "^4.4.3",
"@feathersjs/feathers": "^4.4.3",
"@feathersjs/authentication": "^4.5.0",
"@feathersjs/errors": "^4.5.0",
"@feathersjs/feathers": "^4.5.0",
"bcryptjs": "^2.4.3",
"debug": "^4.1.1",
"lodash": "^4.17.15"
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.

# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)


### Features

* **authentication-oauth:** Set oAuth redirect URL dynamically and pass query the service ([#1737](https://github.com/feathersjs/feathers/issues/1737)) ([0b05f0b](https://github.com/feathersjs/feathers/commit/0b05f0b58a257820fa61d695a36f36455209f6a1))





## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)

**Note:** Version bump only for package @feathersjs/authentication-oauth
Expand Down
10 changes: 5 additions & 5 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": "4.4.3",
"version": "4.5.0",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -43,10 +43,10 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.4.3",
"@feathersjs/errors": "^4.4.3",
"@feathersjs/express": "^4.4.3",
"@feathersjs/feathers": "^4.4.3",
"@feathersjs/authentication": "^4.5.0",
"@feathersjs/errors": "^4.5.0",
"@feathersjs/express": "^4.5.0",
"@feathersjs/feathers": "^4.5.0",
"debug": "^4.1.1",
"express-session": "^1.17.0",
"grant": "^4.6.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/authentication/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.

# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)


### Bug Fixes

* Add `params.authentication` type, remove `hook.connection` type ([#1732](https://github.com/feathersjs/feathers/issues/1732)) ([d46b7b2](https://github.com/feathersjs/feathers/commit/d46b7b2abac8862c0e4dbfce20d71b8b8a96692f))





## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)

**Note:** Version bump only for package @feathersjs/authentication
Expand Down
8 changes: 4 additions & 4 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": "4.4.3",
"version": "4.5.0",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -43,9 +43,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/errors": "^4.4.3",
"@feathersjs/feathers": "^4.4.3",
"@feathersjs/transport-commons": "^4.4.3",
"@feathersjs/errors": "^4.5.0",
"@feathersjs/feathers": "^4.5.0",
"@feathersjs/transport-commons": "^4.5.0",
"@types/jsonwebtoken": "^8.3.6",
"debug": "^4.1.1",
"jsonwebtoken": "^8.5.1",
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.

# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)

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





## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)

**Note:** Version bump only for package @feathersjs/client
Expand Down
22 changes: 11 additions & 11 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": "4.4.3",
"version": "4.5.0",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git"
Expand Down Expand Up @@ -41,16 +41,16 @@
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"@feathersjs/authentication-client": "^4.4.3",
"@feathersjs/errors": "^4.4.3",
"@feathersjs/express": "^4.4.3",
"@feathersjs/feathers": "^4.4.3",
"@feathersjs/primus": "^4.4.3",
"@feathersjs/primus-client": "^4.4.3",
"@feathersjs/rest-client": "^4.4.3",
"@feathersjs/socketio": "^4.4.3",
"@feathersjs/socketio-client": "^4.4.3",
"@feathersjs/tests": "^4.4.3",
"@feathersjs/authentication-client": "^4.5.0",
"@feathersjs/errors": "^4.5.0",
"@feathersjs/express": "^4.5.0",
"@feathersjs/feathers": "^4.5.0",
"@feathersjs/primus": "^4.5.0",
"@feathersjs/primus-client": "^4.5.0",
"@feathersjs/rest-client": "^4.5.0",
"@feathersjs/socketio": "^4.5.0",
"@feathersjs/socketio-client": "^4.5.0",
"@feathersjs/tests": "^4.5.0",
"babel-loader": "^8.0.6",
"body-parser": "^1.19.0",
"feathers-memory": "^4.1.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.

# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)

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





## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)

**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": "4.4.3",
"version": "4.5.0",
"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.

# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)

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





## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)

**Note:** Version bump only for package @feathersjs/configuration
Expand Down
4 changes: 2 additions & 2 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": "4.4.3",
"version": "4.5.0",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -48,7 +48,7 @@
"access": "public"
},
"dependencies": {
"@feathersjs/feathers": "^4.4.3",
"@feathersjs/feathers": "^4.5.0",
"config": "^3.2.4",
"debug": "^4.1.1"
},
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.

# [4.5.0](https://github.com/feathersjs/feathers/compare/v4.4.3...v4.5.0) (2020-01-18)

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





## [4.4.3](https://github.com/feathersjs/feathers/compare/v4.4.1...v4.4.3) (2019-12-06)

**Note:** Version bump only for package @feathersjs/errors
Expand Down
4 changes: 2 additions & 2 deletions packages/errors/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/errors",
"description": "Common error types for Feathers apps",
"version": "4.4.3",
"version": "4.5.0",
"homepage": "https://feathersjs.com",
"main": "lib/index",
"types": "index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"debug": "^4.1.1"
},
"devDependencies": {
"@feathersjs/feathers": "^4.4.3",
"@feathersjs/feathers": "^4.5.0",
"express": "^4.17.1",
"mocha": "^6.2.2"
},
Expand Down
Loading

0 comments on commit d971d30

Please sign in to comment.