Skip to content

Commit fcb6e10

Browse files
author
Vincent Molinié
committed
[*] Export - Fix export on related data
1 parent f17f17b commit fcb6e10

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
- Technical - Upgrade ESLint rules.
88
- Technical - Ensure that all files follow the ESLint rules.
99

10+
### Fixed
11+
- Export - Fix export on related data.
12+
1013
## RELEASE 5.4.0 - 2019-11-29
1114
### Added
1215
- Smart Relationship/Collection - Expose a serializer to simplify the serialization.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"babel-runtime": "7.0.0-beta.3",
2828
"bluebird": "2.9.25",
29-
"forest-express": "5.4.0",
29+
"forest-express": "5.4.1",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.13",
3232
"moment": "2.24.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2567,10 +2567,10 @@ for-own@^0.1.4:
25672567
dependencies:
25682568
for-in "^1.0.1"
25692569

2570-
2571-
version "5.4.0"
2572-
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-5.4.0.tgz#9ef8f17140078aecc6a5055525e463255965feb7"
2573-
integrity sha512-obcFSKhFkg0WNpgv/4P7R0kYXhK2wM8piD5ug9/qPNw6iFjBUjrUrfikOVW+60Q/dSkW5VnLWzQrn3lsXE2bhA==
2570+
2571+
version "5.4.1"
2572+
resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-5.4.1.tgz#2f41e2be2b21516e19afd7bfa6063d08f641aa68"
2573+
integrity sha512-x4WbPTTmofQSxfog+/SMTs/nh+q+HVQHnyQjpZvJjniOiGja/Ff9boj/ohhyQoK3GMlhkE3SMr7nj3l/l8yLwQ==
25742574
dependencies:
25752575
"@babel/runtime" "7.7.2"
25762576
base32-encode "1.1.1"

0 commit comments

Comments
 (0)