Skip to content

Commit

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

### Features

* **capabilities:** define native query connection capabilities ([#1220](#1220)) ([bd0fc7c](bd0fc7c))

### Reverts

*  "chore(capabilities): define native query connection capabilities ([#1219](#1219))" ([290cde3](290cde3))
  • Loading branch information
forest-bot committed Nov 27, 2024
1 parent 1a6d566 commit baf2b7a
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.3.9](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.3.8...@forestadmin/plugin-flattener@1.3.9) (2024-11-27)





### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.44.0
* **@forestadmin/datasource-customizer:** upgraded to 1.56.0

## @forestadmin/plugin-flattener [1.3.8](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.3.7...@forestadmin/plugin-flattener@1.3.8) (2024-11-27)


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.3.8",
"version": "1.3.9",
"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.55.5",
"@forestadmin/datasource-customizer": "1.56.0",
"@types/object-hash": "^3.0.2"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.43.0",
"@forestadmin/datasource-toolkit": "1.44.0",
"object-hash": "^3.0.0"
}
}

0 comments on commit baf2b7a

Please sign in to comment.