4.28.7
* fix: set nullable under jsonSchema in property to true in case of nullable property (Muhammad Aaqil) * chore: lock file maintenance (renovate[bot]) * chore: update commitlint monorepo to ^17.6.6 (renovate[bot]) * fix: null value not persisted for properties of type JSON, Any, or Object (Siim Sams) * chore: update dependency eslint to ^8.43.0 (renovate[bot]) * chore: update dependency loopback-connector to ^5.3.2 (renovate[bot])
This commit is contained in:
parent
f14ae8af4b
commit
07333dfe8b
18
CHANGES.md
18
CHANGES.md
|
@ -1,4 +1,20 @@
|
|||
2023-06-14, Version 4.28.6
|
||||
2023-06-27, Version 4.28.7
|
||||
==========================
|
||||
|
||||
* fix: set nullable under jsonSchema in property to true in case of nullable property (Muhammad Aaqil)
|
||||
|
||||
* chore: lock file maintenance (renovate[bot])
|
||||
|
||||
* chore: update commitlint monorepo to ^17.6.6 (renovate[bot])
|
||||
|
||||
* fix: null value not persisted for properties of type JSON, Any, or Object (Siim Sams)
|
||||
|
||||
* chore: update dependency eslint to ^8.43.0 (renovate[bot])
|
||||
|
||||
* chore: update dependency loopback-connector to ^5.3.2 (renovate[bot])
|
||||
|
||||
|
||||
2023-06-13, Version 4.28.6
|
||||
==========================
|
||||
|
||||
* chore: lock file maintenance (renovate[bot])
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "4.28.6",
|
||||
"version": "4.28.7",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "4.28.6",
|
||||
"version": "4.28.7",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue