Skip to content

Commit f7b3966

Browse files
committed
chore(release): @forestadmin/plugin-flattener@1.1.3 [skip ci]
## [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) ### Bug Fixes * **forest-cloud:** display an error on upload errors ([#1098](#1098)) ([98e0710](98e0710)) * improve error message in the case of outdated introspection ([#1101](#1101)) ([ab1bb87](ab1bb87)) ### Features * support mongodb cloud customizations ([#1097](#1097)) ([65ce409](65ce409))
1 parent 01800f9 commit f7b3966

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.3](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.1.2...@forestadmin/plugin-flattener@1.1.3) (2024-04-10)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-toolkit:** upgraded to 1.32.3
10+
* **@forestadmin/datasource-customizer:** upgraded to 1.44.2
11+
112
## @forestadmin/plugin-flattener [1.1.2](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-flattener@1.1.1...@forestadmin/plugin-flattener@1.1.2) (2024-04-08)
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.2",
3+
"version": "1.1.3",
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.1",
27+
"@forestadmin/datasource-customizer": "1.44.2",
2828
"@types/object-hash": "^3.0.2"
2929
},
3030
"dependencies": {
31-
"@forestadmin/datasource-toolkit": "1.32.2",
31+
"@forestadmin/datasource-toolkit": "1.32.3",
3232
"object-hash": "^3.0.0"
3333
}
3434
}

0 commit comments

Comments
 (0)