Skip to content

Commit

Permalink
chore(release): example@1.13.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.13.2](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.13.1...example@1.13.2) (2025-01-23)

### Features

* add lazy join decorator ([#1240](#1240)) ([1b6b248](1b6b248))
  • Loading branch information
forest-bot committed Jan 23, 2025
1 parent 3c912f3 commit 1d7b3cc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/_example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## example [1.13.2](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.13.1...example@1.13.2) (2025-01-23)





### Dependencies

* **@forestadmin/agent:** upgraded to 1.58.1
* **@forestadmin/datasource-dummy:** upgraded to 1.1.47

## example [1.13.1](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.13.0...example@1.13.1) (2025-01-23)


Expand Down
6 changes: 3 additions & 3 deletions packages/_example/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "example",
"version": "1.13.1",
"version": "1.13.2",
"license": "GPL-V3",
"private": true,
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@forestadmin/agent": "1.58.0",
"@forestadmin/datasource-dummy": "1.1.46",
"@forestadmin/agent": "1.58.1",
"@forestadmin/datasource-dummy": "1.1.47",
"@forestadmin/datasource-mongo": "1.4.1",
"@forestadmin/datasource-mongoose": "1.9.0",
"@forestadmin/datasource-sequelize": "1.11.5",
Expand Down

0 comments on commit 1d7b3cc

Please sign in to comment.