Skip to content

Commit

Permalink
v4.0.0-pre.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jun 1, 2019
1 parent 515b916 commit 19eb757
Show file tree
Hide file tree
Showing 39 changed files with 305 additions and 88 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.0.0-pre.2",
"version": "4.0.0-pre.3",
"command": {
"bootstrap": {
"hoist": true
Expand Down
11 changes: 11 additions & 0 deletions packages/adapter-commons/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.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)


### Bug Fixes

* Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))





# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)

**Note:** Version bump only for package @feathersjs/adapter-commons
Expand Down
6 changes: 3 additions & 3 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.0.0-pre.2",
"version": "4.0.0-pre.3",
"description": "Shared database adapter utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down Expand Up @@ -38,8 +38,8 @@
"mongodb": "^3.2.6"
},
"dependencies": {
"@feathersjs/commons": "^4.0.0-pre.0",
"@feathersjs/errors": "^4.0.0-pre.2"
"@feathersjs/commons": "^4.0.0-pre.3",
"@feathersjs/errors": "^4.0.0-pre.3"
},
"gitHead": "d665b9470435d6db0ecddd1fb152ab4a87266c52"
}
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.

# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)


### Bug Fixes

* Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))





# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)

**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.0.0-pre.2",
"version": "4.0.0-pre.3",
"description": "Feathers shared database adapter test suite",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down Expand Up @@ -34,8 +34,8 @@
"access": "public"
},
"devDependencies": {
"@feathersjs/errors": "^4.0.0-pre.2",
"@feathersjs/feathers": "^4.0.0-pre.2",
"@feathersjs/errors": "^4.0.0-pre.3",
"@feathersjs/feathers": "^4.0.0-pre.3",
"feathers-memory": "^3.0.2",
"mocha": "^6.1.4"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/authentication-client/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.

# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)


### Bug Fixes

* Make oAuth paths more consistent and improve authentication client ([#1377](https://github.com/feathersjs/feathers/issues/1377)) ([adb2543](https://github.com/feathersjs/feathers/commit/adb2543))
* Typings fix and improvements. ([#1364](https://github.com/feathersjs/feathers/issues/1364)) ([515b916](https://github.com/feathersjs/feathers/commit/515b916))
* Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))





# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)

**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.0.0-pre.2",
"version": "4.0.0-pre.3",
"homepage": "https://feathersjs.com",
"main": "lib/index.js",
"keywords": [
Expand Down Expand Up @@ -38,20 +38,20 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^4.0.0-pre.0",
"@feathersjs/errors": "^4.0.0-pre.2",
"@feathersjs/commons": "^4.0.0-pre.3",
"@feathersjs/errors": "^4.0.0-pre.3",
"debug": "^4.1.1"
},
"devDependencies": {
"@feathersjs/authentication": "^4.0.0-pre.2",
"@feathersjs/authentication-local": "^4.0.0-pre.2",
"@feathersjs/express": "^4.0.0-pre.2",
"@feathersjs/feathers": "^4.0.0-pre.2",
"@feathersjs/primus": "^4.0.0-pre.2",
"@feathersjs/primus-client": "^4.0.0-pre.2",
"@feathersjs/rest-client": "^4.0.0-pre.2",
"@feathersjs/socketio": "^4.0.0-pre.2",
"@feathersjs/socketio-client": "^4.0.0-pre.2",
"@feathersjs/authentication": "^4.0.0-pre.3",
"@feathersjs/authentication-local": "^4.0.0-pre.3",
"@feathersjs/express": "^4.0.0-pre.3",
"@feathersjs/feathers": "^4.0.0-pre.3",
"@feathersjs/primus": "^4.0.0-pre.3",
"@feathersjs/primus-client": "^4.0.0-pre.3",
"@feathersjs/rest-client": "^4.0.0-pre.3",
"@feathersjs/socketio": "^4.0.0-pre.3",
"@feathersjs/socketio-client": "^4.0.0-pre.3",
"@types/debug": "^4.1.4",
"@types/mocha": "^5.2.6",
"@types/node": "^12.0.2",
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.

# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)


### Bug Fixes

* Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))





# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)

**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.0.0-pre.2",
"version": "4.0.0-pre.3",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down Expand Up @@ -38,14 +38,14 @@
"access": "public"
},
"dependencies": {
"@feathersjs/errors": "^4.0.0-pre.2",
"@feathersjs/errors": "^4.0.0-pre.3",
"bcryptjs": "^2.4.3",
"debug": "^4.1.1",
"lodash": "^4.17.11"
},
"devDependencies": {
"@feathersjs/authentication": "^4.0.0-pre.2",
"@feathersjs/feathers": "^4.0.0-pre.2",
"@feathersjs/authentication": "^4.0.0-pre.3",
"@feathersjs/feathers": "^4.0.0-pre.3",
"@types/bcryptjs": "^2.4.2",
"@types/debug": "^4.1.4",
"@types/lodash": "^4.14.132",
Expand Down
12 changes: 12 additions & 0 deletions packages/authentication-oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)


### Bug Fixes

* Make oAuth paths more consistent and improve authentication client ([#1377](https://github.com/feathersjs/feathers/issues/1377)) ([adb2543](https://github.com/feathersjs/feathers/commit/adb2543))
* Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))





# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)


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.0.0-pre.2",
"version": "4.0.0-pre.3",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down Expand Up @@ -38,17 +38,17 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^4.0.0-pre.2",
"@feathersjs/errors": "^4.0.0-pre.2",
"@feathersjs/express": "^4.0.0-pre.2",
"@feathersjs/authentication": "^4.0.0-pre.3",
"@feathersjs/errors": "^4.0.0-pre.3",
"@feathersjs/express": "^4.0.0-pre.3",
"debug": "^4.1.1",
"express-session": "^1.16.1",
"grant": "^4.5.2",
"grant-profile": "^0.0.3",
"lodash": "^4.17.11"
},
"devDependencies": {
"@feathersjs/feathers": "^4.0.0-pre.2",
"@feathersjs/feathers": "^4.0.0-pre.3",
"@types/debug": "^4.1.4",
"@types/express": "^4.16.1",
"@types/express-session": "^1.15.12",
Expand Down
14 changes: 14 additions & 0 deletions packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)


### Bug Fixes

* Make oAuth paths more consistent and improve authentication client ([#1377](https://github.com/feathersjs/feathers/issues/1377)) ([adb2543](https://github.com/feathersjs/feathers/commit/adb2543))
* Set authenticated: true after successful authentication ([#1367](https://github.com/feathersjs/feathers/issues/1367)) ([9918cff](https://github.com/feathersjs/feathers/commit/9918cff))
* Typings fix and improvements. ([#1364](https://github.com/feathersjs/feathers/issues/1364)) ([515b916](https://github.com/feathersjs/feathers/commit/515b916))
* Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))





# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)


Expand Down
6 changes: 3 additions & 3 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.0.0-pre.2",
"version": "4.0.0-pre.3",
"homepage": "https://feathersjs.com",
"main": "lib/",
"keywords": [
Expand Down Expand Up @@ -38,14 +38,14 @@
"access": "public"
},
"dependencies": {
"@feathersjs/errors": "^4.0.0-pre.2",
"@feathersjs/errors": "^4.0.0-pre.3",
"debug": "^4.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.11",
"uuid": "^3.3.2"
},
"devDependencies": {
"@feathersjs/feathers": "^4.0.0-pre.2",
"@feathersjs/feathers": "^4.0.0-pre.3",
"@types/debug": "^4.1.4",
"@types/jsonwebtoken": "^8.3.2",
"@types/lodash": "^4.14.132",
Expand Down
11 changes: 11 additions & 0 deletions packages/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.

# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)


### Bug Fixes

* Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))





# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)


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.0.0-pre.2",
"version": "4.0.0-pre.3",
"repository": {
"type": "git",
"url": "https://github.com/feathersjs/feathers.git"
Expand Down Expand Up @@ -38,16 +38,16 @@
"@babel/core": "^7.4.5",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@feathersjs/authentication-client": "^4.0.0-pre.2",
"@feathersjs/errors": "^4.0.0-pre.2",
"@feathersjs/express": "^4.0.0-pre.2",
"@feathersjs/feathers": "^4.0.0-pre.2",
"@feathersjs/primus": "^4.0.0-pre.2",
"@feathersjs/primus-client": "^4.0.0-pre.2",
"@feathersjs/rest-client": "^4.0.0-pre.2",
"@feathersjs/socketio": "^4.0.0-pre.2",
"@feathersjs/socketio-client": "^4.0.0-pre.2",
"@feathersjs/tests": "^4.0.0-pre.2",
"@feathersjs/authentication-client": "^4.0.0-pre.3",
"@feathersjs/errors": "^4.0.0-pre.3",
"@feathersjs/express": "^4.0.0-pre.3",
"@feathersjs/feathers": "^4.0.0-pre.3",
"@feathersjs/primus": "^4.0.0-pre.3",
"@feathersjs/primus-client": "^4.0.0-pre.3",
"@feathersjs/rest-client": "^4.0.0-pre.3",
"@feathersjs/socketio": "^4.0.0-pre.3",
"@feathersjs/socketio-client": "^4.0.0-pre.3",
"@feathersjs/tests": "^4.0.0-pre.3",
"babel-loader": "^8.0.6",
"body-parser": "^1.19.0",
"feathers-memory": "^3.0.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/commons/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.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)


### Bug Fixes

* Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))





# [4.0.0-pre.0](https://github.com/feathersjs/feathers/compare/v3.2.0-pre.1...v4.0.0-pre.0) (2019-04-21)


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.0.0-pre.0",
"version": "4.0.0-pre.3",
"description": "Shared Feathers utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down
11 changes: 11 additions & 0 deletions packages/configuration/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.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)


### Bug Fixes

* Update dependencies and fix tests ([#1373](https://github.com/feathersjs/feathers/issues/1373)) ([d743a7f](https://github.com/feathersjs/feathers/commit/d743a7f))





# [4.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.1...v4.0.0-pre.2) (2019-05-15)

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

0 comments on commit 19eb757

Please sign in to comment.