Skip to content

Commit

Permalink
chore(release): @forestadmin/plugin-flattener@1.0.28 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.28](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.27...@forestadmin/plugin-flattener@1.0.28) (2023-07-20)

### Bug Fixes

* **add field decorator:** throw when put space inside fieldName ([#767](#767)) ([b6840ef](b6840ef))
* **client:** handle more errors on Server Sent Event issues to better reflect what is going on ([#759](#759)) ([48d4972](48d4972))
* **datasource-mongoose:** when combining asModels and asFields, collection.create returns invalid records for subcollections ([#763](#763)) ([dda1008](dda1008))
* throw error on null sequelize models ([#768](#768)) ([aeb3b01](aeb3b01))
  • Loading branch information
forest-bot committed Jul 20, 2023
1 parent 970f0ad commit 564644a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/plugin-flattener/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @forestadmin/plugin-flattener [1.0.28](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.27...@forestadmin/plugin-flattener@1.0.28) (2023-07-20)





### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.5.2
* **@forestadmin/datasource-customizer:** upgraded to 1.10.2

## @forestadmin/plugin-flattener [1.0.27](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.26...@forestadmin/plugin-flattener@1.0.27) (2023-07-05)


Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-flattener/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/plugin-flattener",
"version": "1.0.27",
"version": "1.0.28",
"description": "A plugin that allows to flatten columns and relations in Forest Admin",
"main": "dist/index.js",
"license": "GPL-3.0",
Expand All @@ -24,11 +24,11 @@
"test": "jest"
},
"devDependencies": {
"@forestadmin/datasource-customizer": "1.10.1",
"@forestadmin/datasource-customizer": "1.10.2",
"@types/object-hash": "^3.0.2"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.5.1",
"@forestadmin/datasource-toolkit": "1.5.2",
"object-hash": "^3.0.0"
}
}

0 comments on commit 564644a

Please sign in to comment.