Skip to content

Commit

Permalink
chore(release): @forestadmin/plugin-flattener@1.3.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.3.3...@forestadmin/plugin-flattener@1.3.4) (2024-10-10)

### Bug Fixes

* missing exported type ([#1192](#1192)) ([7e26bd9](7e26bd9))
* **permissions:** properly check permissions when dissociating or deleting related resources ([#1190](#1190)) ([211fd1f](211fd1f))
* required fields are not required in schema when they have default values ([#1185](#1185)) ([a5501fc](a5501fc))
  • Loading branch information
forest-bot committed Oct 10, 2024
1 parent 4eaa6d5 commit 0ae0dfd
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.3.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.3.3...@forestadmin/plugin-flattener@1.3.4) (2024-10-10)





### Dependencies

* **@forestadmin/datasource-toolkit:** upgraded to 1.42.1
* **@forestadmin/datasource-customizer:** upgraded to 1.55.1

## @forestadmin/plugin-flattener [1.3.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.3.2...@forestadmin/plugin-flattener@1.3.3) (2024-10-07)


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.3.3",
"version": "1.3.4",
"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.55.0",
"@forestadmin/datasource-customizer": "1.55.1",
"@types/object-hash": "^3.0.2"
},
"dependencies": {
"@forestadmin/datasource-toolkit": "1.42.0",
"@forestadmin/datasource-toolkit": "1.42.1",
"object-hash": "^3.0.0"
}
}

0 comments on commit 0ae0dfd

Please sign in to comment.