Skip to content

Commit

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

### Features

* **datasource-customizer:** sort enum values in typings file ([#892](#892)) ([564974d](564974d))
  • Loading branch information
forest-bot committed Nov 30, 2023
1 parent 4c1b9e1 commit 0ac2e68
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.66](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.6.65...example@1.6.66) (2023-11-30)





### Dependencies

* **@forestadmin/agent:** upgraded to 1.36.6
* **@forestadmin/datasource-dummy:** upgraded to 1.0.85

## example [1.6.65](https://github.com/ForestAdmin/agent-nodejs/compare/example@1.6.64...example@1.6.65) (2023-11-24)


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.65",
"version": "1.6.66",
"license": "GPL-V3",
"private": true,
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@forestadmin/agent": "1.36.5",
"@forestadmin/datasource-dummy": "1.0.84",
"@forestadmin/agent": "1.36.6",
"@forestadmin/datasource-dummy": "1.0.85",
"@forestadmin/datasource-mongoose": "1.5.30",
"@forestadmin/datasource-sequelize": "1.5.25",
"@forestadmin/datasource-sql": "1.7.42",
Expand Down

0 comments on commit 0ac2e68

Please sign in to comment.