Skip to content

Commit

Permalink
chore(release): example@1.6.54 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.54](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.6.53...example@1.6.54) (2023-10-27)

### Bug Fixes

* **charts:** remove option to set zeros instead of null values & do it by default ([#863](#863)) ([5f88663](5f88663))
  • Loading branch information
forest-bot committed Oct 27, 2023
1 parent baaa168 commit 90c40f2
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.6.54](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.6.53...example@1.6.54) (2023-10-27)





### Dependencies

* **@forestadmin/agent:** upgraded to 1.35.16
* **@forestadmin/datasource-dummy:** upgraded to 1.0.80

## example [1.6.53](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.6.52...example@1.6.53) (2023-10-26)


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.6.53",
"version": "1.6.54",
"license": "GPL-V3",
"private": true,
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@forestadmin/agent": "1.35.15",
"@forestadmin/datasource-dummy": "1.0.79",
"@forestadmin/agent": "1.35.16",
"@forestadmin/datasource-dummy": "1.0.80",
"@forestadmin/datasource-mongoose": "1.5.29",
"@forestadmin/datasource-sequelize": "1.5.24",
"@forestadmin/datasource-sql": "1.7.39",
Expand Down

0 comments on commit 90c40f2

Please sign in to comment.