Skip to content

Commit 516b2a8

Browse files
committed
chore(release): example@1.7.8 [skip ci]
## [1.7.8](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.7.7...example@1.7.8) (2024-03-11) ### Bug Fixes * latest version vulnerability by relying on npm instead ([#1053](#1053)) ([47a29aa](47a29aa)) * vulnerability in axios ([#1051](#1051)) ([6a2e861](6a2e861)) ### Performance Improvements * **computed:** avoid calling computed handler when there is nothing to compute ([#1054](#1054)) ([1a32df8](1a32df8))
1 parent 7b43c55 commit 516b2a8

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.8](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.7.7...example@1.7.8) (2024-03-11)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/agent:** upgraded to 1.38.5
10+
* **@forestadmin/datasource-dummy:** upgraded to 1.1.7
11+
112
## example [1.7.7](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.7.6...example@1.7.7) (2024-03-08)
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.7",
3+
"version": "1.7.8",
44
"license": "GPL-V3",
55
"private": true,
66
"dependencies": {
77
"@faker-js/faker": "^7.6.0",
8-
"@forestadmin/agent": "1.38.4",
9-
"@forestadmin/datasource-dummy": "1.1.6",
8+
"@forestadmin/agent": "1.38.5",
9+
"@forestadmin/datasource-dummy": "1.1.7",
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)