Skip to content

Commit 8d92128

Browse files
committed
Update version and changelog
1 parent f20fd58 commit 8d92128

20 files changed

Lines changed: 44 additions & 19 deletions

File tree

changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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+
# [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05)
7+
8+
9+
### Bug Fixes
10+
11+
* @feathersjs/adapter-commons: remove data from `remove` arguments ([#1426](https://github.com/feathersjs/feathers/issues/1426)) ([fd54ae9](https://github.com/feathersjs/feathers/commit/fd54ae9))
12+
* @feathersjs/express: allow middleware arrays ([#1421](https://github.com/feathersjs/feathers/issues/1421)) ([b605ab8](https://github.com/feathersjs/feathers/commit/b605ab8))
13+
* @feathersjs/express: replace `reduce` with `map` ([#1429](https://github.com/feathersjs/feathers/issues/1429)) ([44542e9](https://github.com/feathersjs/feathers/commit/44542e9))
14+
* Clean up hooks code ([#1407](https://github.com/feathersjs/feathers/issues/1407)) ([f25c88b](https://github.com/feathersjs/feathers/commit/f25c88b))
15+
* Fix @feathersjs/feathers typings http import ([abbc07b](https://github.com/feathersjs/feathers/commit/abbc07b))
16+
* Fix OpenCollective link ([28888a1](https://github.com/feathersjs/feathers/commit/28888a1))
17+
* Improve transport-commons types ([#1396](https://github.com/feathersjs/feathers/issues/1396)) ([f9d8536](https://github.com/feathersjs/feathers/commit/f9d8536))
18+
* Updated typings for ServiceMethods ([#1409](https://github.com/feathersjs/feathers/issues/1409)) ([b5ee7e2](https://github.com/feathersjs/feathers/commit/b5ee7e2))
19+
20+
21+
### Features
22+
23+
* adapter-commons: add `allowsMulti(method)` to AdapterService ([#1431](https://github.com/feathersjs/feathers/issues/1431)) ([e688851](https://github.com/feathersjs/feathers/commit/e688851))
24+
* Add hook-less methods and service option types to adapter-commons ([#1433](https://github.com/feathersjs/feathers/issues/1433)) ([857f54a](https://github.com/feathersjs/feathers/commit/857f54a))
25+
26+
27+
28+
29+
630
# [4.0.0-pre.3](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.2...v4.0.0-pre.3) (2019-06-01)
731

832

packages/adapter-commons/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,6 @@
4949
"shx": "^0.3.2",
5050
"ts-node": "^8.2.0",
5151
"typescript": "^3.4.5"
52-
}
52+
},
53+
"gitHead": "f20fd5899a217afad7ad2a45b3fc3dfdc788c714"
5354
}

packages/adapter-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@
3939
"feathers-memory": "^3.0.2",
4040
"mocha": "^6.1.4"
4141
},
42-
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3"
42+
"gitHead": "f20fd5899a217afad7ad2a45b3fc3dfdc788c714"
4343
}

packages/authentication-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@
6161
"ts-node": "^8.2.0",
6262
"typescript": "^3.4.5"
6363
},
64-
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3"
64+
"gitHead": "f20fd5899a217afad7ad2a45b3fc3dfdc788c714"
6565
}

packages/authentication-local/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
"ts-node": "^8.2.0",
5757
"typescript": "^3.4.5"
5858
},
59-
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3"
59+
"gitHead": "f20fd5899a217afad7ad2a45b3fc3dfdc788c714"
6060
}

packages/authentication-oauth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@
6161
"ts-node": "^8.2.0",
6262
"typescript": "^3.4.5"
6363
},
64-
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3"
64+
"gitHead": "f20fd5899a217afad7ad2a45b3fc3dfdc788c714"
6565
}

packages/authentication/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@
5858
"ts-node": "^8.2.0",
5959
"typescript": "^3.4.5"
6060
},
61-
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3"
61+
"gitHead": "f20fd5899a217afad7ad2a45b3fc3dfdc788c714"
6262
}

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@
6666
"ws": "^7.0.0",
6767
"xhr2": "^0.1.4"
6868
},
69-
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3"
69+
"gitHead": "f20fd5899a217afad7ad2a45b3fc3dfdc788c714"
7070
}

packages/commons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
"ts-node": "^8.2.0",
4646
"typescript": "^3.4.5"
4747
},
48-
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3"
48+
"gitHead": "f20fd5899a217afad7ad2a45b3fc3dfdc788c714"
4949
}

packages/configuration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
"ts-node": "^8.2.0",
5858
"typescript": "^3.4.5"
5959
},
60-
"gitHead": "19eb75737659e3e4b57765c1653d23c86fd2e1c3"
60+
"gitHead": "f20fd5899a217afad7ad2a45b3fc3dfdc788c714"
6161
}

0 commit comments

Comments
 (0)