Skip to content

Commit

Permalink
chore(release): @forestadmin/plugin-flattener@1.4.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.6](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.4.5...@forestadmin/plugin-flattener@1.4.6) (2025-01-24)

### Bug Fixes

* do not override view default sorting ordrer ([#1245](#1245)) ([8e27769](8e27769))
* **lazy join:** do not remove foreignkey when they are asking ([#1246](#1246)) ([621b243](621b243))
  • Loading branch information
forest-bot committed Jan 24, 2025
1 parent 9e70a48 commit 2843dce
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.4.6](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.4.5...@forestadmin/plugin-flattener@1.4.6) (2025-01-24)





### Dependencies

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

## @forestadmin/plugin-flattener [1.4.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.4.4...@forestadmin/plugin-flattener@1.4.5) (2025-01-23)


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.4.5",
"version": "1.4.6",
"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.61.0",
"@forestadmin/datasource-customizer": "1.61.1",
"@types/object-hash": "^3.0.2"
},
"dependencies": {
Expand Down

0 comments on commit 2843dce

Please sign in to comment.