Skip to content

Commit

Permalink
chore(release): @forestadmin/[email protected] [skip ci]
Browse files Browse the repository at this point in the history
# [1.48.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-10-04)

### Bug Fixes

* **mongoose:** apply sort on all pages instead of the current page ([#1188](#1188)) ([434d183](434d183))

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
  • Loading branch information
forest-bot committed Oct 4, 2024
1 parent 81aa389 commit 9a797a3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions packages/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# @forestadmin/agent [1.48.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-10-04)


### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](https://github.com/ForestAdmin/agent-nodejs/issues/1186)) ([016aedd](https://github.com/ForestAdmin/agent-nodejs/commit/016aedd2e42c9424a531bea1370bc901126d535a))





### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.53.0
* **@forestadmin/datasource-toolkit:** upgraded to 1.41.0
* **@forestadmin/forestadmin-client:** upgraded to 1.33.1

# @forestadmin/agent [1.47.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-09-27)


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.47.0",
"version": "1.48.0",
"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.52.1",
"@forestadmin/datasource-toolkit": "1.40.0",
"@forestadmin/forestadmin-client": "1.33.0",
"@forestadmin/datasource-customizer": "1.53.0",
"@forestadmin/datasource-toolkit": "1.41.0",
"@forestadmin/forestadmin-client": "1.33.1",
"@koa/cors": "^5.0.0",
"@koa/router": "^12.0.0",
"@types/koa__router": "^12.0.0",
Expand Down

0 comments on commit 9a797a3

Please sign in to comment.