Skip to content

Commit

Permalink
chore(release): @forestadmin/agent@1.36.18 [skip ci]
Browse files Browse the repository at this point in the history
## [1.36.18](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.36.17...@forestadmin/agent@1.36.18) (2024-01-26)

### Features

* **datasource-customizer:** implement gmail-style search ([#780](#780)) ([3ad8ed8](3ad8ed8))
  • Loading branch information
forest-bot committed Jan 26, 2024
1 parent e9cf4e4 commit cb6e0d1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## @forestadmin/agent [1.36.18](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.36.17...@forestadmin/agent@1.36.18) (2024-01-26)





### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.41.0
* **@forestadmin/datasource-toolkit:** upgraded to 1.30.0
* **@forestadmin/forestadmin-client:** upgraded to 1.25.6

## @forestadmin/agent [1.36.17](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/agent@1.36.16...@forestadmin/agent@1.36.17) (2024-01-23)


Expand Down
8 changes: 4 additions & 4 deletions packages/agent/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/agent",
"version": "1.36.17",
"version": "1.36.18",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -14,9 +14,9 @@
"dependencies": {
"@fast-csv/format": "^4.3.5",
"@fastify/express": "^1.1.0",
"@forestadmin/datasource-customizer": "1.40.4",
"@forestadmin/datasource-toolkit": "1.29.2",
"@forestadmin/forestadmin-client": "1.25.5",
"@forestadmin/datasource-customizer": "1.41.0",
"@forestadmin/datasource-toolkit": "1.30.0",
"@forestadmin/forestadmin-client": "1.25.6",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.0",
"@types/koa__router": "^12.0.0",
Expand Down

0 comments on commit cb6e0d1

Please sign in to comment.