Skip to content

Commit ec9cab0

Browse files
committed
chore(release): example@1.13.22 [skip ci]
## [1.13.22](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.13.21...example@1.13.22) (2025-05-06) ### Bug Fixes * **agent:** backup and restore stack properly when reload ([#1289](#1289)) ([7120857](7120857)) ### Features * show a warning in case a mongoose relationship is omitted ([#1290](#1290)) ([93ed397](93ed397))
1 parent bf0505e commit ec9cab0

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.13.22](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.13.21...example@1.13.22) (2025-05-06)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/agent:** upgraded to 1.63.3
10+
* **@forestadmin/datasource-dummy:** upgraded to 1.1.57
11+
112
## example [1.13.21](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.13.20...example@1.13.21) (2025-04-28)
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.13.21",
3+
"version": "1.13.22",
44
"license": "GPL-V3",
55
"private": true,
66
"dependencies": {
77
"@faker-js/faker": "^7.6.0",
8-
"@forestadmin/agent": "1.63.2",
9-
"@forestadmin/datasource-dummy": "1.1.56",
8+
"@forestadmin/agent": "1.63.3",
9+
"@forestadmin/datasource-dummy": "1.1.57",
1010
"@forestadmin/datasource-mongo": "1.5.0",
1111
"@forestadmin/datasource-mongoose": "1.12.0",
1212
"@forestadmin/datasource-sequelize": "1.13.0",

0 commit comments

Comments
 (0)