Skip to content

Commit

Permalink
chore(release): example@1.6.78 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.78](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.6.77...example@1.6.78) (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 48532bf commit e9cf4e4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions packages/_example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## example [1.6.78](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.6.77...example@1.6.78) (2024-01-26)





### Dependencies

* **@forestadmin/agent:** upgraded to 1.36.18
* **@forestadmin/datasource-dummy:** upgraded to 1.1.0
* **@forestadmin/datasource-mongoose:** upgraded to 1.6.0
* **@forestadmin/datasource-sequelize:** upgraded to 1.6.0
* **@forestadmin/datasource-sql:** upgraded to 1.7.45
* **@forestadmin/datasource-toolkit:** upgraded to 1.30.0

## example [1.6.77](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.6.76...example@1.6.77) (2024-01-23)


Expand Down
14 changes: 7 additions & 7 deletions packages/_example/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "example",
"version": "1.6.77",
"version": "1.6.78",
"license": "GPL-V3",
"private": true,
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@forestadmin/agent": "1.36.17",
"@forestadmin/datasource-dummy": "1.0.94",
"@forestadmin/datasource-mongoose": "1.5.33",
"@forestadmin/datasource-sequelize": "1.5.27",
"@forestadmin/datasource-sql": "1.7.44",
"@forestadmin/datasource-toolkit": "1.29.2",
"@forestadmin/agent": "1.36.18",
"@forestadmin/datasource-dummy": "1.1.0",
"@forestadmin/datasource-mongoose": "1.6.0",
"@forestadmin/datasource-sequelize": "1.6.0",
"@forestadmin/datasource-sql": "1.7.45",
"@forestadmin/datasource-toolkit": "1.30.0",
"@koa/router": "^12.0.0",
"@nestjs/common": "^9.2.1",
"@nestjs/core": "^9.2.1",
Expand Down

0 comments on commit e9cf4e4

Please sign in to comment.