Skip to content

Commit

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

### Bug Fixes

* send details to frontend on unexpected sequelize errors ([#868](#868)) ([f6cb9a5](f6cb9a5))
* skip mssql tables with dots in their names instead of crashing the agent ([#870](#870)) ([97aea61](97aea61))
* **smart-field:** log error on missing parameter dependencies and avoid crash ([#873](#873)) ([e7f80e2](e7f80e2))

### Features

* **forestadmin-client:** add schema hash to startup logs ([#867](#867)) ([d13a671](d13a671))
  • Loading branch information
forest-bot committed Nov 14, 2023
1 parent ed577b6 commit 0c614cd
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/plugin-flattener/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/plugin-flattener [1.0.71](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.70...@forestadmin/plugin-flattener@1.0.71) (2023-11-14)





### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.37.3

## @forestadmin/plugin-flattener [1.0.70](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.69...@forestadmin/plugin-flattener@1.0.70) (2023-11-02)


Expand Down
4 changes: 2 additions & 2 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.70",
"version": "1.0.71",
"description": "A plugin that allows to flatten columns and relations in Forest Admin",
"main": "dist/index.js",
"license": "GPL-3.0",
Expand All @@ -24,7 +24,7 @@
"test": "jest"
},
"devDependencies": {
"@forestadmin/datasource-customizer": "1.37.2",
"@forestadmin/datasource-customizer": "1.37.3",
"@types/object-hash": "^3.0.2"
},
"dependencies": {
Expand Down

0 comments on commit 0c614cd

Please sign in to comment.