Skip to content

Commit a5d0887

Browse files
committed
chore(release): example@1.8.20 [skip ci]
## [1.8.20](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.8.19...example@1.8.20) (2024-06-19) ### Bug Fixes * **security:** patch braces dependency vulnerabilities ([#1127](#1127)) ([aba47e1](aba47e1)) * **security:** patch mysql2 dependency vulnerabilities ([#1125](#1125)) ([015609d](015609d)) ### Features * don't throw an error when adding a customization on a missing collection or field if catchMissingSchemaElementErrors is true ([#1128](#1128)) ([249589c](249589c))
1 parent 741e28d commit a5d0887

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

packages/_example/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## example [1.8.20](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.8.19...example@1.8.20) (2024-06-19)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/agent:** upgraded to 1.41.0
10+
* **@forestadmin/datasource-dummy:** upgraded to 1.1.14
11+
* **@forestadmin/datasource-mongo:** upgraded to 1.3.6
12+
* **@forestadmin/datasource-mongoose:** upgraded to 1.7.7
13+
* **@forestadmin/datasource-sequelize:** upgraded to 1.8.3
14+
* **@forestadmin/datasource-sql:** upgraded to 1.14.2
15+
* **@forestadmin/datasource-toolkit:** upgraded to 1.34.0
16+
117
## example [1.8.19](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.8.18...example@1.8.19) (2024-05-21)
218

319

packages/_example/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "example",
3-
"version": "1.8.19",
3+
"version": "1.8.20",
44
"license": "GPL-V3",
55
"private": true,
66
"dependencies": {
77
"@faker-js/faker": "^7.6.0",
8-
"@forestadmin/agent": "1.40.1",
9-
"@forestadmin/datasource-dummy": "1.1.13",
10-
"@forestadmin/datasource-mongo": "1.3.5",
11-
"@forestadmin/datasource-mongoose": "1.7.6",
12-
"@forestadmin/datasource-sequelize": "1.8.2",
13-
"@forestadmin/datasource-sql": "1.14.1",
14-
"@forestadmin/datasource-toolkit": "1.33.0",
8+
"@forestadmin/agent": "1.41.0",
9+
"@forestadmin/datasource-dummy": "1.1.14",
10+
"@forestadmin/datasource-mongo": "1.3.6",
11+
"@forestadmin/datasource-mongoose": "1.7.7",
12+
"@forestadmin/datasource-sequelize": "1.8.3",
13+
"@forestadmin/datasource-sql": "1.14.2",
14+
"@forestadmin/datasource-toolkit": "1.34.0",
1515
"@koa/router": "^12.0.0",
1616
"@nestjs/common": "^9.2.1",
1717
"@nestjs/core": "^9.2.1",

0 commit comments

Comments
 (0)