Skip to content

Commit

Permalink
chore(release): publish v5.0.0-pre.27
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jul 13, 2022
1 parent 716c49a commit 6032742
Show file tree
Hide file tree
Showing 48 changed files with 363 additions and 138 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)


### Bug Fixes

* **authentication-client:** Ensure reAuthenticate works in parallel with other requests ([#2690](https://github.com/feathersjs/feathers/issues/2690)) ([41b3761](https://github.com/feathersjs/feathers/commit/41b376106b47e2f40a8914db7a5ed2935e070c08))
* **cli:** Fix flaky authentication migration and SQL id schema types ([#2676](https://github.com/feathersjs/feathers/issues/2676)) ([04ce9a5](https://github.com/feathersjs/feathers/commit/04ce9a53f4226cd6283f9dc241876e90ddf48618))
* Freeze the resolver context ([#2685](https://github.com/feathersjs/feathers/issues/2685)) ([247dccb](https://github.com/feathersjs/feathers/commit/247dccb2eb72551962030321cb1c0ecb11b0181e))
* **socketio-client:** Make Socket.io client event target compatible ([#2686](https://github.com/feathersjs/feathers/issues/2686)) ([716c49a](https://github.com/feathersjs/feathers/commit/716c49a270e4be5e5276192092c292f72ffcfa19))


### Features

* **cli:** Add support for Prettier ([#2684](https://github.com/feathersjs/feathers/issues/2684)) ([83aa8f9](https://github.com/feathersjs/feathers/commit/83aa8f9f212cb122d831dca8858852b0ac9b4da8))
* **cli:** Improve generated application folder structure ([#2678](https://github.com/feathersjs/feathers/issues/2678)) ([d114557](https://github.com/feathersjs/feathers/commit/d114557721e73d6302aa88c11e3726dbcbd5c92b))





# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)


Expand Down
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.26",
"version": "5.0.0-pre.27",
"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.

# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)

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





# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)

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

# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)

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





# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)

**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.26",
"version": "5.0.0-pre.27",
"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.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)


### Bug Fixes

* **authentication-client:** Ensure reAuthenticate works in parallel with other requests ([#2690](https://github.com/feathersjs/feathers/issues/2690)) ([41b3761](https://github.com/feathersjs/feathers/commit/41b376106b47e2f40a8914db7a5ed2935e070c08))





# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)

**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.26",
"version": "5.0.0-pre.27",
"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.26",
"@feathersjs/commons": "^5.0.0-pre.26",
"@feathersjs/errors": "^5.0.0-pre.26",
"@feathersjs/feathers": "^5.0.0-pre.26"
"@feathersjs/authentication": "^5.0.0-pre.27",
"@feathersjs/commons": "^5.0.0-pre.27",
"@feathersjs/errors": "^5.0.0-pre.27",
"@feathersjs/feathers": "^5.0.0-pre.27"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.0-pre.26",
"@feathersjs/express": "^5.0.0-pre.26",
"@feathersjs/memory": "^5.0.0-pre.26",
"@feathersjs/rest-client": "^5.0.0-pre.26",
"@feathersjs/socketio": "^5.0.0-pre.26",
"@feathersjs/socketio-client": "^5.0.0-pre.26",
"@feathersjs/authentication-local": "^5.0.0-pre.27",
"@feathersjs/express": "^5.0.0-pre.27",
"@feathersjs/memory": "^5.0.0-pre.27",
"@feathersjs/rest-client": "^5.0.0-pre.27",
"@feathersjs/socketio": "^5.0.0-pre.27",
"@feathersjs/socketio-client": "^5.0.0-pre.27",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.1",
"axios": "^0.27.2",
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.

# [5.0.0-pre.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)

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





# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)

**Note:** Version bump only for package @feathersjs/authentication-local
Expand Down
14 changes: 7 additions & 7 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.26",
"version": "5.0.0-pre.27",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,16 +52,16 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.26",
"@feathersjs/commons": "^5.0.0-pre.26",
"@feathersjs/errors": "^5.0.0-pre.26",
"@feathersjs/feathers": "^5.0.0-pre.26",
"@feathersjs/authentication": "^5.0.0-pre.27",
"@feathersjs/commons": "^5.0.0-pre.27",
"@feathersjs/errors": "^5.0.0-pre.27",
"@feathersjs/feathers": "^5.0.0-pre.27",
"bcryptjs": "^2.4.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.26",
"@feathersjs/schema": "^5.0.0-pre.26",
"@feathersjs/memory": "^5.0.0-pre.27",
"@feathersjs/schema": "^5.0.0-pre.27",
"@types/bcryptjs": "^2.4.2",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication-oauth/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.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)

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





# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)

**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.26",
"version": "5.0.0-pre.27",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -53,17 +53,17 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.26",
"@feathersjs/commons": "^5.0.0-pre.26",
"@feathersjs/errors": "^5.0.0-pre.26",
"@feathersjs/express": "^5.0.0-pre.26",
"@feathersjs/feathers": "^5.0.0-pre.26",
"@feathersjs/authentication": "^5.0.0-pre.27",
"@feathersjs/commons": "^5.0.0-pre.27",
"@feathersjs/errors": "^5.0.0-pre.27",
"@feathersjs/express": "^5.0.0-pre.27",
"@feathersjs/feathers": "^5.0.0-pre.27",
"express-session": "^1.17.3",
"grant": "^5.4.21",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.26",
"@feathersjs/memory": "^5.0.0-pre.27",
"@types/express": "^4.17.13",
"@types/express-session": "^1.17.4",
"@types/lodash": "^4.14.182",
Expand Down
8 changes: 8 additions & 0 deletions packages/authentication/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.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)

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





# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)

**Note:** Version bump only for package @feathersjs/authentication
Expand Down
14 changes: 7 additions & 7 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.26",
"version": "5.0.0-pre.27",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -52,19 +52,19 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.26",
"@feathersjs/errors": "^5.0.0-pre.26",
"@feathersjs/feathers": "^5.0.0-pre.26",
"@feathersjs/schema": "^5.0.0-pre.26",
"@feathersjs/transport-commons": "^5.0.0-pre.26",
"@feathersjs/commons": "^5.0.0-pre.27",
"@feathersjs/errors": "^5.0.0-pre.27",
"@feathersjs/feathers": "^5.0.0-pre.27",
"@feathersjs/schema": "^5.0.0-pre.27",
"@feathersjs/transport-commons": "^5.0.0-pre.27",
"@types/jsonwebtoken": "^8.5.8",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.26",
"@feathersjs/memory": "^5.0.0-pre.27",
"@types/lodash": "^4.14.182",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.1",
Expand Down
17 changes: 17 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)


### Bug Fixes

* **cli:** Fix flaky authentication migration and SQL id schema types ([#2676](https://github.com/feathersjs/feathers/issues/2676)) ([04ce9a5](https://github.com/feathersjs/feathers/commit/04ce9a53f4226cd6283f9dc241876e90ddf48618))


### Features

* **cli:** Add support for Prettier ([#2684](https://github.com/feathersjs/feathers/issues/2684)) ([83aa8f9](https://github.com/feathersjs/feathers/commit/83aa8f9f212cb122d831dca8858852b0ac9b4da8))
* **cli:** Improve generated application folder structure ([#2678](https://github.com/feathersjs/feathers/issues/2678)) ([d114557](https://github.com/feathersjs/feathers/commit/d114557721e73d6302aa88c11e3726dbcbd5c92b))





# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)


Expand Down
28 changes: 14 additions & 14 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@feathersjs/cli",
"description": "The command line interface for creating Feathers applications",
"version": "5.0.0-pre.26",
"version": "5.0.0-pre.27",
"homepage": "https://feathersjs.com",
"main": "lib/",
"bin": {
Expand Down Expand Up @@ -60,19 +60,19 @@
"prettier": "^2.7.1"
},
"devDependencies": {
"@feathersjs/authentication": "^5.0.0-pre.26",
"@feathersjs/authentication-local": "^5.0.0-pre.26",
"@feathersjs/authentication-oauth": "^5.0.0-pre.26",
"@feathersjs/configuration": "^5.0.0-pre.26",
"@feathersjs/errors": "^5.0.0-pre.26",
"@feathersjs/express": "^5.0.0-pre.26",
"@feathersjs/feathers": "^5.0.0-pre.26",
"@feathersjs/knex": "^5.0.0-pre.26",
"@feathersjs/koa": "^5.0.0-pre.26",
"@feathersjs/mongodb": "^5.0.0-pre.26",
"@feathersjs/schema": "^5.0.0-pre.26",
"@feathersjs/socketio": "^5.0.0-pre.26",
"@feathersjs/transport-commons": "^5.0.0-pre.26",
"@feathersjs/authentication": "^5.0.0-pre.27",
"@feathersjs/authentication-local": "^5.0.0-pre.27",
"@feathersjs/authentication-oauth": "^5.0.0-pre.27",
"@feathersjs/configuration": "^5.0.0-pre.27",
"@feathersjs/errors": "^5.0.0-pre.27",
"@feathersjs/express": "^5.0.0-pre.27",
"@feathersjs/feathers": "^5.0.0-pre.27",
"@feathersjs/knex": "^5.0.0-pre.27",
"@feathersjs/koa": "^5.0.0-pre.27",
"@feathersjs/mongodb": "^5.0.0-pre.27",
"@feathersjs/schema": "^5.0.0-pre.27",
"@feathersjs/socketio": "^5.0.0-pre.27",
"@feathersjs/transport-commons": "^5.0.0-pre.27",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.1",
"@types/prettier": "^2.6.3",
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.27](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.26...v5.0.0-pre.27) (2022-07-13)

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





# [5.0.0-pre.26](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.25...v5.0.0-pre.26) (2022-06-22)

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

0 comments on commit 6032742

Please sign in to comment.