Skip to content

Commit 1ab8554

Browse files
committed
chore(release): publish v5.0.7
1 parent c0b670a commit 1ab8554

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+576
-341
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.7](https://github.com/feathersjs/feathers/compare/v5.0.6...v5.0.7) (2023-07-14)
7+
8+
9+
### Bug Fixes
10+
11+
* **core:** Ensure .service does not access Object properties ([#3235](https://github.com/feathersjs/feathers/issues/3235)) ([c0b670a](https://github.com/feathersjs/feathers/commit/c0b670ac4c7bf145e36b59ea89d1387b5514c237))
12+
* **generators:** Fix channel/service configuration order for Koa based apps ([580344e](https://github.com/feathersjs/feathers/commit/580344e96fe8a2f17fd53476af5a0c7ddefac0b6))
13+
* **koa:** Ensure .teardown works without a server ([#3234](https://github.com/feathersjs/feathers/issues/3234)) ([818572d](https://github.com/feathersjs/feathers/commit/818572df98456bc3e1a300e879329aa8f849be64))
14+
15+
16+
17+
18+
619
## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15)
720

821
### Bug Fixes

lerna.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
22
"ci": false,
3-
"packages": ["packages/*"],
4-
"version": "5.0.6",
3+
"packages": [
4+
"packages/*"
5+
],
6+
"version": "5.0.7",
57
"command": {
68
"bootstrap": {
79
"hoist": true
810
},
911
"publish": {
10-
"allowBranch": ["crow", "dove"],
12+
"allowBranch": [
13+
"crow",
14+
"dove"
15+
],
1116
"message": "chore(release): publish %s",
1217
"conventionalCommits": true,
1318
"createRelease": "github"

0 commit comments

Comments
 (0)