Skip to content

Commit b3c9085

Browse files
committed
chore(release): example@1.8.5 [skip ci]
## [1.8.5](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.8.4...example@1.8.5) (2024-04-08) ### Bug Fixes * **datasource-customizer:** correct confusing type when using addExternalRelation ([#1099](#1099)) ([34e27ab](34e27ab))
1 parent 0677814 commit b3c9085

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

packages/_example/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## example [1.8.5](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.8.4...example@1.8.5) (2024-04-08)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/agent:** upgraded to 1.38.10
10+
* **@forestadmin/datasource-dummy:** upgraded to 1.1.11
11+
112
## example [1.8.4](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.8.3...example@1.8.4) (2024-04-05)
213

314

packages/_example/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "example",
3-
"version": "1.8.4",
3+
"version": "1.8.5",
44
"license": "GPL-V3",
55
"private": true,
66
"dependencies": {
77
"@faker-js/faker": "^7.6.0",
8-
"@forestadmin/agent": "1.38.9",
9-
"@forestadmin/datasource-dummy": "1.1.10",
8+
"@forestadmin/agent": "1.38.10",
9+
"@forestadmin/datasource-dummy": "1.1.11",
1010
"@forestadmin/datasource-mongo": "1.1.1",
1111
"@forestadmin/datasource-mongoose": "1.6.7",
1212
"@forestadmin/datasource-sequelize": "1.8.0",

0 commit comments

Comments
 (0)