Skip to content

Commit

Permalink
chore(release): publish v5.0.0-pre.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Apr 21, 2021
1 parent f33be73 commit d332eac
Show file tree
Hide file tree
Showing 37 changed files with 343 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": "5.0.0-pre.2",
"version": "5.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.

# [5.0.0-pre.3](https://github.com/feathersjs/databases/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)


### Bug Fixes

* **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/databases/issues/2310)) ([f33be73](https://github.com/feathersjs/databases/commit/f33be73fc46a533efb15df9aab0658e3240d3897))





# [5.0.0-pre.2](https://github.com/feathersjs/databases/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)

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


### Bug Fixes

* **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/databases/issues/2310)) ([f33be73](https://github.com/feathersjs/databases/commit/f33be73fc46a533efb15df9aab0658e3240d3897))





# [5.0.0-pre.2](https://github.com/feathersjs/databases/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)

**Note:** Version bump only for package @feathersjs/adapter-memory
Expand Down
12 changes: 6 additions & 6 deletions packages/adapter-memory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/adapter-memory",
"description": "An in memory service store",
"version": "5.0.0-pre.2",
"version": "5.0.0-pre.3",
"homepage": "https://github.com/feathersjs/databases",
"main": "lib/",
"keywords": [
Expand Down Expand Up @@ -46,14 +46,14 @@
"lib": "lib"
},
"dependencies": {
"@feathersjs/adapter-commons": "^5.0.0-pre.2",
"@feathersjs/commons": "^5.0.0-pre.2",
"@feathersjs/errors": "^5.0.0-pre.2",
"@feathersjs/adapter-commons": "^5.0.0-pre.3",
"@feathersjs/commons": "^5.0.0-pre.3",
"@feathersjs/errors": "^5.0.0-pre.3",
"sift": "^13.5.0"
},
"devDependencies": {
"@feathersjs/adapter-tests": "^5.0.0-pre.2",
"@feathersjs/feathers": "^5.0.0-pre.2",
"@feathersjs/adapter-tests": "^5.0.0-pre.3",
"@feathersjs/feathers": "^5.0.0-pre.3",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.41",
"mocha": "^8.3.2",
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.3](https://github.com/feathersjs/databases/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)


### Bug Fixes

* **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/databases/issues/2310)) ([f33be73](https://github.com/feathersjs/databases/commit/f33be73fc46a533efb15df9aab0658e3240d3897))





# [5.0.0-pre.2](https://github.com/feathersjs/databases/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)

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


### Bug Fixes

* **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))


### Features

* **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))





# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)

**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.2",
"version": "5.0.0-pre.3",
"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.2",
"@feathersjs/commons": "^5.0.0-pre.2",
"@feathersjs/errors": "^5.0.0-pre.2",
"@feathersjs/feathers": "^5.0.0-pre.2"
"@feathersjs/authentication": "^5.0.0-pre.3",
"@feathersjs/commons": "^5.0.0-pre.3",
"@feathersjs/errors": "^5.0.0-pre.3",
"@feathersjs/feathers": "^5.0.0-pre.3"
},
"devDependencies": {
"@feathersjs/adapter-memory": "^5.0.0-pre.2",
"@feathersjs/authentication-local": "^5.0.0-pre.2",
"@feathersjs/express": "^5.0.0-pre.2",
"@feathersjs/rest-client": "^5.0.0-pre.2",
"@feathersjs/socketio": "^5.0.0-pre.2",
"@feathersjs/socketio-client": "^5.0.0-pre.2",
"@feathersjs/adapter-memory": "^5.0.0-pre.3",
"@feathersjs/authentication-local": "^5.0.0-pre.3",
"@feathersjs/express": "^5.0.0-pre.3",
"@feathersjs/rest-client": "^5.0.0-pre.3",
"@feathersjs/socketio": "^5.0.0-pre.3",
"@feathersjs/socketio-client": "^5.0.0-pre.3",
"@types/debug": "^4.1.5",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.41",
Expand Down
16 changes: 16 additions & 0 deletions packages/authentication-local/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.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)


### Bug Fixes

* **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))


### Features

* **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))





# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)

**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.2",
"version": "5.0.0-pre.3",
"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.2",
"@feathersjs/commons": "^5.0.0-pre.2",
"@feathersjs/errors": "^5.0.0-pre.2",
"@feathersjs/feathers": "^5.0.0-pre.2",
"@feathersjs/authentication": "^5.0.0-pre.3",
"@feathersjs/commons": "^5.0.0-pre.3",
"@feathersjs/errors": "^5.0.0-pre.3",
"@feathersjs/feathers": "^5.0.0-pre.3",
"bcryptjs": "^2.4.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/adapter-memory": "^5.0.0-pre.2",
"@feathersjs/adapter-memory": "^5.0.0-pre.3",
"@types/bcryptjs": "^2.4.2",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.168",
Expand Down
16 changes: 16 additions & 0 deletions packages/authentication-oauth/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.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)


### Bug Fixes

* **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))


### Features

* **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))





# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)

**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.2",
"version": "5.0.0-pre.3",
"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.2",
"@feathersjs/commons": "^5.0.0-pre.2",
"@feathersjs/errors": "^5.0.0-pre.2",
"@feathersjs/express": "^5.0.0-pre.2",
"@feathersjs/feathers": "^5.0.0-pre.2",
"@feathersjs/authentication": "^5.0.0-pre.3",
"@feathersjs/commons": "^5.0.0-pre.3",
"@feathersjs/errors": "^5.0.0-pre.3",
"@feathersjs/express": "^5.0.0-pre.3",
"@feathersjs/feathers": "^5.0.0-pre.3",
"express-session": "^1.17.1",
"grant": "^5.4.13",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/adapter-memory": "^5.0.0-pre.2",
"@feathersjs/adapter-memory": "^5.0.0-pre.3",
"@types/debug": "^4.1.5",
"@types/express": "^4.17.11",
"@types/express-session": "^1.17.3",
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.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)


### Bug Fixes

* **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))


### Features

* **dependencies:** Remove direct debug dependency ([#2296](https://github.com/feathersjs/feathers/issues/2296)) ([501d416](https://github.com/feathersjs/feathers/commit/501d4164d30c6a126906dc640cdfdc82207ba34a))





# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)

**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.2",
"version": "5.0.0-pre.3",
"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.2",
"@feathersjs/errors": "^5.0.0-pre.2",
"@feathersjs/feathers": "^5.0.0-pre.2",
"@feathersjs/transport-commons": "^5.0.0-pre.2",
"@feathersjs/commons": "^5.0.0-pre.3",
"@feathersjs/errors": "^5.0.0-pre.3",
"@feathersjs/feathers": "^5.0.0-pre.3",
"@feathersjs/transport-commons": "^5.0.0-pre.3",
"@types/jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@feathersjs/adapter-memory": "^5.0.0-pre.2",
"@feathersjs/adapter-memory": "^5.0.0-pre.3",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.168",
"@types/mocha": "^8.2.2",
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.

# [5.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.2...v5.0.0-pre.3) (2021-04-21)


### Bug Fixes

* **typescript:** Improve TypeScript backwards compatibility ([#2310](https://github.com/feathersjs/feathers/issues/2310)) ([f33be73](https://github.com/feathersjs/feathers/commit/f33be73fc46a533efb15df9aab0658e3240d3897))





# [5.0.0-pre.2](https://github.com/feathersjs/feathers/compare/v5.0.0-beta.1...v5.0.0-pre.2) (2021-04-06)

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

0 comments on commit d332eac

Please sign in to comment.