Skip to content

Commit

Permalink
chore(release): @forestadmin/plugin-flattener@1.0.29 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.29](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.28...@forestadmin/plugin-flattener@1.0.29) (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 fa4a51b commit 9007cec
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/plugin-flattener/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @forestadmin/plugin-flattener [1.0.29](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.28...@forestadmin/plugin-flattener@1.0.29) (2023-07-25)





### Dependencies

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

## @forestadmin/plugin-flattener [1.0.28](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.0.27...@forestadmin/plugin-flattener@1.0.28) (2023-07-20)


Expand Down
6 changes: 3 additions & 3 deletions packages/plugin-flattener/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/plugin-flattener",
"version": "1.0.28",
"version": "1.0.29",
"description": "A plugin that allows to flatten columns and relations in Forest Admin",
"main": "dist/index.js",
"license": "GPL-3.0",
Expand All @@ -24,11 +24,11 @@
"test": "jest"
},
"devDependencies": {
"@forestadmin/datasource-customizer": "1.10.2",
"@forestadmin/datasource-customizer": "1.11.0",
"@types/object-hash": "^3.0.2"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.5.2",
"@forestadmin/datasource-toolkit": "1.6.0",
"object-hash": "^3.0.0"
}
}

0 comments on commit 9007cec

Please sign in to comment.