Skip to content

Commit e74cf60

Browse files
committed
chore(release): example@1.7.6 [skip ci]
## [1.7.6](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.7.5...example@1.7.6) (2024-02-28) ### Bug Fixes * **agent:** action default success message is now handled by the frontend ([#1040](#1040)) ([42cd54b](42cd54b))
1 parent ff42841 commit e74cf60

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.7.6](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.7.5...example@1.7.6) (2024-02-28)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/agent:** upgraded to 1.38.3
10+
* **@forestadmin/datasource-dummy:** upgraded to 1.1.6
11+
112
## example [1.7.5](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.7.4...example@1.7.5) (2024-02-27)
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.7.5",
3+
"version": "1.7.6",
44
"license": "GPL-V3",
55
"private": true,
66
"dependencies": {
77
"@faker-js/faker": "^7.6.0",
8-
"@forestadmin/agent": "1.38.2",
9-
"@forestadmin/datasource-dummy": "1.1.5",
8+
"@forestadmin/agent": "1.38.3",
9+
"@forestadmin/datasource-dummy": "1.1.6",
1010
"@forestadmin/datasource-mongoose": "1.6.4",
1111
"@forestadmin/datasource-sequelize": "1.6.5",
1212
"@forestadmin/datasource-sql": "1.9.2",

0 commit comments

Comments
 (0)