Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-customizer@1.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.11.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.10.2...@forestadmin/datasource-customizer@1.11.0) (2023-07-25)

### Bug Fixes

* **agent:** sort enum values to avoid versioning conflicts ([#773](#773)) ([14ab93d](14ab93d))
* **agent:** use meta instead of metadata in the schema ([#770](#770)) ([7f561f3](7f561f3))
* **datasource-sequelize:** do not ignore deeply nested fields in projections ([#771](#771)) ([8065ef2](8065ef2))
* **forestadmin-client:** crash with lru cache concurrent clear and fetch ([#772](#772)) ([6725fb0](6725fb0))

### Features

* add changed field to action context ([#769](#769)) ([dbfa25e](dbfa25e))
  • Loading branch information
forest-bot committed Jul 25, 2023
1 parent 6bdd86f commit ccf1354
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions packages/datasource-customizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# @forestadmin/datasource-customizer [1.11.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.10.2...@forestadmin/datasource-customizer@1.11.0) (2023-07-25)


### Features

* add changed field to action context ([#769](https://github.com/ForestAdmin/agent-nodejs/issues/769)) ([dbfa25e](https://github.com/ForestAdmin/agent-nodejs/commit/dbfa25ec3e0dd09acb39be1ee702505a5cdd60f5))





### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.6.0

## @forestadmin/datasource-customizer [1.10.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-customizer@1.10.1...@forestadmin/datasource-customizer@1.10.2) (2023-07-20)


Expand Down
4 changes: 2 additions & 2 deletions packages/datasource-customizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-customizer",
"version": "1.10.2",
"version": "1.11.0",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"@types/uuid": "^9.0.0"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.5.2",
"@forestadmin/datasource-toolkit": "1.6.0",
"file-type": "^16.5.4",
"luxon": "^3.2.1",
"object-hash": "^3.0.0",
Expand Down

0 comments on commit ccf1354

Please sign in to comment.