Skip to content

Commit 5df351e

Browse files
committed
chore(release): @forestadmin/plugin-flattener@1.1.4 [skip ci]
## [1.1.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.1.3...@forestadmin/plugin-flattener@1.1.4) (2024-04-12) ### Bug Fixes * spacing in error message ([#1102](#1102)) ([d094821](d094821)) ### Features * **datasource-mongo:** add support for ssh tunnelling ([#1103](#1103)) ([d518e65](d518e65)) * improve forbidden error handling ([#1104](#1104)) ([6e5cf71](6e5cf71))
1 parent 9523888 commit 5df351e

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

packages/plugin-flattener/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## @forestadmin/plugin-flattener [1.1.4](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.1.3...@forestadmin/plugin-flattener@1.1.4) (2024-04-12)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-toolkit:** upgraded to 1.33.0
10+
* **@forestadmin/datasource-customizer:** upgraded to 1.44.3
11+
112
## @forestadmin/plugin-flattener [1.1.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.1.2...@forestadmin/plugin-flattener@1.1.3) (2024-04-10)
213

314

packages/plugin-flattener/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/plugin-flattener",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A plugin that allows to flatten columns and relations in Forest Admin",
55
"main": "dist/index.js",
66
"license": "GPL-3.0",
@@ -24,11 +24,11 @@
2424
"test": "jest"
2525
},
2626
"devDependencies": {
27-
"@forestadmin/datasource-customizer": "1.44.2",
27+
"@forestadmin/datasource-customizer": "1.44.3",
2828
"@types/object-hash": "^3.0.2"
2929
},
3030
"dependencies": {
31-
"@forestadmin/datasource-toolkit": "1.32.3",
31+
"@forestadmin/datasource-toolkit": "1.33.0",
3232
"object-hash": "^3.0.0"
3333
}
3434
}

0 commit comments

Comments
 (0)