Skip to content

Commit 8d7cf03

Browse files
committed
chore(release): @forestadmin/agent@1.37.2 [skip ci]
## [1.37.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.37.1...@forestadmin/agent@1.37.2) (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 6885518 commit 8d7cf03

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/agent/CHANGELOG.md

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

313

packages/agent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/agent",
3-
"version": "1.37.1",
3+
"version": "1.37.2",
44
"main": "dist/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {
@@ -14,7 +14,7 @@
1414
"dependencies": {
1515
"@fast-csv/format": "^4.3.5",
1616
"@fastify/express": "^1.1.0",
17-
"@forestadmin/datasource-customizer": "1.43.0",
17+
"@forestadmin/datasource-customizer": "1.43.1",
1818
"@forestadmin/datasource-toolkit": "1.32.0",
1919
"@forestadmin/forestadmin-client": "1.25.9",
2020
"@koa/cors": "^5.0.0",

0 commit comments

Comments
 (0)