Skip to content

Commit 499fcf3

Browse files
committed
chore(release): @forestadmin/plugin-flattener@1.0.88 [skip ci]
## [1.0.88](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.87...@forestadmin/plugin-flattener@1.0.88) (2024-02-07) ### Bug Fixes * searching into text[] columns in postgresql leads to error due to invalid introspection ([#983](#983)) ([f9ee1a6](f9ee1a6)) * **types:** allow to use relationships in generateSearchFilter ([#985](#985)) ([3219b6c](3219b6c))
1 parent a9a3821 commit 499fcf3

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/plugin-flattener/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## @forestadmin/plugin-flattener [1.0.88](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.87...@forestadmin/plugin-flattener@1.0.88) (2024-02-07)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-customizer:** upgraded to 1.43.1
10+
111
## @forestadmin/plugin-flattener [1.0.87](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.86...@forestadmin/plugin-flattener@1.0.87) (2024-02-06)
212

313

packages/plugin-flattener/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/plugin-flattener",
3-
"version": "1.0.87",
3+
"version": "1.0.88",
44
"description": "A plugin that allows to flatten columns and relations in Forest Admin",
55
"main": "dist/index.js",
66
"license": "GPL-3.0",
@@ -24,7 +24,7 @@
2424
"test": "jest"
2525
},
2626
"devDependencies": {
27-
"@forestadmin/datasource-customizer": "1.43.0",
27+
"@forestadmin/datasource-customizer": "1.43.1",
2828
"@types/object-hash": "^3.0.2"
2929
},
3030
"dependencies": {

0 commit comments

Comments
 (0)