Skip to content

Commit

Permalink
chore(release): publish v5.0.0-pre.35
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Jan 12, 2023
1 parent 0328d22 commit c641598
Show file tree
Hide file tree
Showing 55 changed files with 11,580 additions and 29,668 deletions.
16 changes: 16 additions & 0 deletions 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.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)

### Bug Fixes

- **cli:** Add unhandledRejection handler to generated index file ([#2932](https://github.com/feathersjs/feathers/issues/2932)) ([e3cedc8](https://github.com/feathersjs/feathers/commit/e3cedc8e00f52d892f21fd6a3eb4ca4fe40a903c))
- **cli:** Minor generated app improvements ([#2936](https://github.com/feathersjs/feathers/issues/2936)) ([ba1a550](https://github.com/feathersjs/feathers/commit/ba1a5500a8a5ea4ab44da44ac509e48c723d7efd))
- **cli:** Properly log validation errors in log-error hook ([54c883c](https://github.com/feathersjs/feathers/commit/54c883c2bb5c35c02b1a2081b2f17554550aa1d4))
- **cli:** Use correct package manager when installing an app ([#2973](https://github.com/feathersjs/feathers/issues/2973)) ([99c2a70](https://github.com/feathersjs/feathers/commit/99c2a70b77f0b68698a66180b69a56cb20c2ca0d))
- **databases:** Make sure adapter method signatures are exported properly ([#2943](https://github.com/feathersjs/feathers/issues/2943)) ([458d668](https://github.com/feathersjs/feathers/commit/458d66859e256c5854e7590f0b4a11b233fe0374))
- **knex:** Ensure custom ids are returned on create ([#2934](https://github.com/feathersjs/feathers/issues/2934)) ([c4fa3cf](https://github.com/feathersjs/feathers/commit/c4fa3cf812d59e6e8e3831ab098bb8768c92e8f4))

### Features

- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))
- **schema:** Allow to add additional operators to the query syntax ([#2941](https://github.com/feathersjs/feathers/issues/2941)) ([f324940](https://github.com/feathersjs/feathers/commit/f324940d5795b41e8c6fc113defb0beb7ab03a0a))

# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"ci": false,
"packages": ["packages/*"],
"version": "5.0.0-pre.34",
"version": "5.0.0-pre.35",
"command": {
"bootstrap": {
"hoist": true
Expand Down
40,722 changes: 11,223 additions & 29,499 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions packages/adapter-commons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)

### Features

- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))

# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)

### Bug Fixes
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.34",
"version": "5.0.0-pre.35",
"description": "Shared database adapter utility functions",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down Expand Up @@ -50,9 +50,9 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.34",
"@feathersjs/errors": "^5.0.0-pre.34",
"@feathersjs/feathers": "^5.0.0-pre.34"
"@feathersjs/commons": "^5.0.0-pre.35",
"@feathersjs/errors": "^5.0.0-pre.35",
"@feathersjs/feathers": "^5.0.0-pre.35"
},
"devDependencies": {
"@types/mocha": "^10.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/adapter-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)

### Features

- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))

# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)

### Features
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.34",
"version": "5.0.0-pre.35",
"description": "Feathers shared database adapter test suite",
"homepage": "https://feathersjs.com",
"keywords": [
Expand Down
6 changes: 6 additions & 0 deletions packages/authentication-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)

### Features

- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))

# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)

### Bug Fixes
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.34",
"version": "5.0.0-pre.35",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -53,18 +53,18 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.34",
"@feathersjs/commons": "^5.0.0-pre.34",
"@feathersjs/errors": "^5.0.0-pre.34",
"@feathersjs/feathers": "^5.0.0-pre.34"
"@feathersjs/authentication": "^5.0.0-pre.35",
"@feathersjs/commons": "^5.0.0-pre.35",
"@feathersjs/errors": "^5.0.0-pre.35",
"@feathersjs/feathers": "^5.0.0-pre.35"
},
"devDependencies": {
"@feathersjs/authentication-local": "^5.0.0-pre.34",
"@feathersjs/express": "^5.0.0-pre.34",
"@feathersjs/memory": "^5.0.0-pre.34",
"@feathersjs/rest-client": "^5.0.0-pre.34",
"@feathersjs/socketio": "^5.0.0-pre.34",
"@feathersjs/socketio-client": "^5.0.0-pre.34",
"@feathersjs/authentication-local": "^5.0.0-pre.35",
"@feathersjs/express": "^5.0.0-pre.35",
"@feathersjs/memory": "^5.0.0-pre.35",
"@feathersjs/rest-client": "^5.0.0-pre.35",
"@feathersjs/socketio": "^5.0.0-pre.35",
"@feathersjs/socketio-client": "^5.0.0-pre.35",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"axios": "^1.2.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/authentication-local/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)

### Features

- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))

# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)

**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.34",
"version": "5.0.0-pre.35",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -53,16 +53,16 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.34",
"@feathersjs/commons": "^5.0.0-pre.34",
"@feathersjs/errors": "^5.0.0-pre.34",
"@feathersjs/feathers": "^5.0.0-pre.34",
"@feathersjs/authentication": "^5.0.0-pre.35",
"@feathersjs/commons": "^5.0.0-pre.35",
"@feathersjs/errors": "^5.0.0-pre.35",
"@feathersjs/feathers": "^5.0.0-pre.35",
"bcryptjs": "^2.4.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.34",
"@feathersjs/schema": "^5.0.0-pre.34",
"@feathersjs/memory": "^5.0.0-pre.35",
"@feathersjs/schema": "^5.0.0-pre.35",
"@types/bcryptjs": "^2.4.2",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
Expand Down
6 changes: 6 additions & 0 deletions packages/authentication-oauth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)

### Features

- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))

# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)

### Bug Fixes
Expand Down
18 changes: 9 additions & 9 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.34",
"version": "5.0.0-pre.35",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -54,21 +54,21 @@
"access": "public"
},
"dependencies": {
"@feathersjs/authentication": "^5.0.0-pre.34",
"@feathersjs/commons": "^5.0.0-pre.34",
"@feathersjs/errors": "^5.0.0-pre.34",
"@feathersjs/express": "^5.0.0-pre.34",
"@feathersjs/feathers": "^5.0.0-pre.34",
"@feathersjs/koa": "^5.0.0-pre.34",
"@feathersjs/schema": "^5.0.0-pre.34",
"@feathersjs/authentication": "^5.0.0-pre.35",
"@feathersjs/commons": "^5.0.0-pre.35",
"@feathersjs/errors": "^5.0.0-pre.35",
"@feathersjs/express": "^5.0.0-pre.35",
"@feathersjs/feathers": "^5.0.0-pre.35",
"@feathersjs/koa": "^5.0.0-pre.35",
"@feathersjs/schema": "^5.0.0-pre.35",
"cookie-session": "^2.0.0",
"grant": "^5.4.21",
"koa-session": "^6.2.0",
"lodash": "^4.17.21",
"qs": "^6.11.0"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.34",
"@feathersjs/memory": "^5.0.0-pre.35",
"@types/cookie-session": "^2.0.44",
"@types/express": "^4.17.15",
"@types/koa-session": "^5.10.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/authentication/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
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.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)

### Features

- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))

# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)

### Bug Fixes
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.34",
"version": "5.0.0-pre.35",
"homepage": "https://feathersjs.com",
"main": "lib/",
"types": "lib/",
Expand Down Expand Up @@ -53,20 +53,20 @@
"access": "public"
},
"dependencies": {
"@feathersjs/commons": "^5.0.0-pre.34",
"@feathersjs/errors": "^5.0.0-pre.34",
"@feathersjs/feathers": "^5.0.0-pre.34",
"@feathersjs/commons": "^5.0.0-pre.35",
"@feathersjs/errors": "^5.0.0-pre.35",
"@feathersjs/feathers": "^5.0.0-pre.35",
"@feathersjs/hooks": "^0.7.6",
"@feathersjs/schema": "^5.0.0-pre.34",
"@feathersjs/transport-commons": "^5.0.0-pre.34",
"@feathersjs/schema": "^5.0.0-pre.35",
"@feathersjs/transport-commons": "^5.0.0-pre.35",
"@types/jsonwebtoken": "^9.0.0",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"long-timeout": "^0.1.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@feathersjs/memory": "^5.0.0-pre.34",
"@feathersjs/memory": "^5.0.0-pre.35",
"@types/lodash": "^4.14.191",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
Expand Down
13 changes: 13 additions & 0 deletions packages/cli/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.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)

### Bug Fixes

- **cli:** Add unhandledRejection handler to generated index file ([#2932](https://github.com/feathersjs/feathers/issues/2932)) ([e3cedc8](https://github.com/feathersjs/feathers/commit/e3cedc8e00f52d892f21fd6a3eb4ca4fe40a903c))
- **cli:** Minor generated app improvements ([#2936](https://github.com/feathersjs/feathers/issues/2936)) ([ba1a550](https://github.com/feathersjs/feathers/commit/ba1a5500a8a5ea4ab44da44ac509e48c723d7efd))
- **cli:** Properly log validation errors in log-error hook ([54c883c](https://github.com/feathersjs/feathers/commit/54c883c2bb5c35c02b1a2081b2f17554550aa1d4))
- **cli:** Use correct package manager when installing an app ([#2973](https://github.com/feathersjs/feathers/issues/2973)) ([99c2a70](https://github.com/feathersjs/feathers/commit/99c2a70b77f0b68698a66180b69a56cb20c2ca0d))

### Features

- **generators:** Move core code generators to shared generators package ([#2982](https://github.com/feathersjs/feathers/issues/2982)) ([0328d22](https://github.com/feathersjs/feathers/commit/0328d2292153870bc43958f73d2c6f288a8cec17))

# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)

### Bug Fixes
Expand Down
40 changes: 20 additions & 20 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.34",
"version": "5.0.0-pre.35",
"homepage": "https://feathersjs.com",
"main": "lib/",
"bin": {
Expand Down Expand Up @@ -52,28 +52,28 @@
"access": "public"
},
"dependencies": {
"commander": "^9.4.1",
"@feathersjs/generators": "^5.0.0-pre.35",
"chalk": "^4.0.1",
"@feathersjs/generators": "^5.0.0-pre.34"
"commander": "^9.4.1"
},
"devDependencies": {
"@feathersjs/adapter-commons": "^5.0.0-pre.34",
"@feathersjs/authentication": "^5.0.0-pre.34",
"@feathersjs/authentication-client": "^5.0.0-pre.34",
"@feathersjs/authentication-local": "^5.0.0-pre.34",
"@feathersjs/authentication-oauth": "^5.0.0-pre.34",
"@feathersjs/configuration": "^5.0.0-pre.34",
"@feathersjs/errors": "^5.0.0-pre.34",
"@feathersjs/express": "^5.0.0-pre.34",
"@feathersjs/feathers": "^5.0.0-pre.34",
"@feathersjs/knex": "^5.0.0-pre.34",
"@feathersjs/koa": "^5.0.0-pre.34",
"@feathersjs/mongodb": "^5.0.0-pre.34",
"@feathersjs/rest-client": "^5.0.0-pre.34",
"@feathersjs/schema": "^5.0.0-pre.34",
"@feathersjs/socketio": "^5.0.0-pre.34",
"@feathersjs/transport-commons": "^5.0.0-pre.34",
"@feathersjs/typebox": "^5.0.0-pre.34",
"@feathersjs/adapter-commons": "^5.0.0-pre.35",
"@feathersjs/authentication": "^5.0.0-pre.35",
"@feathersjs/authentication-client": "^5.0.0-pre.35",
"@feathersjs/authentication-local": "^5.0.0-pre.35",
"@feathersjs/authentication-oauth": "^5.0.0-pre.35",
"@feathersjs/configuration": "^5.0.0-pre.35",
"@feathersjs/errors": "^5.0.0-pre.35",
"@feathersjs/express": "^5.0.0-pre.35",
"@feathersjs/feathers": "^5.0.0-pre.35",
"@feathersjs/knex": "^5.0.0-pre.35",
"@feathersjs/koa": "^5.0.0-pre.35",
"@feathersjs/mongodb": "^5.0.0-pre.35",
"@feathersjs/rest-client": "^5.0.0-pre.35",
"@feathersjs/schema": "^5.0.0-pre.35",
"@feathersjs/socketio": "^5.0.0-pre.35",
"@feathersjs/transport-commons": "^5.0.0-pre.35",
"@feathersjs/typebox": "^5.0.0-pre.35",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.18",
"@types/prettier": "^2.7.2",
Expand Down
4 changes: 4 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
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.35](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.34...v5.0.0-pre.35) (2023-01-12)

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

# [5.0.0-pre.34](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.33...v5.0.0-pre.34) (2022-12-14)

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

0 comments on commit c641598

Please sign in to comment.