Skip to content

Commit f41382c

Browse files
committed
chore(release): @forestadmin/datasource-sequelize@1.8.1 [skip ci]
## [1.8.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.8.0...@forestadmin/datasource-sequelize@1.8.1) (2024-04-10) ### Bug Fixes * change introspection type to avoid breaking change ([#1095](#1095)) ([42777a0](42777a0)) * **datasource-customizer:** correct confusing type when using addExternalRelation ([#1099](#1099)) ([34e27ab](34e27ab)) * **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)) * introspection format and versions ([#1094](#1094)) ([c11bc31](c11bc31)) * replace latesIntrospection to legacyIntrospection ([#1092](#1092)) ([e5e6c73](e5e6c73)) * **sql:** random error on postgresql during introspection caused by left join on information_schema.element_types ([#1090](#1090)) ([2b1d1df](2b1d1df)) * **sql:** type detection for enums in schemas ([#1093](#1093)) ([49d78e3](49d78e3)) ### Features * **datasource-customizer:** add override decorator ([#814](#814)) ([21ffef7](21ffef7)) * support mongodb cloud customizations ([#1097](#1097)) ([65ce409](65ce409))
1 parent d19b189 commit f41382c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

packages/datasource-sequelize/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## @forestadmin/datasource-sequelize [1.8.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.8.0...@forestadmin/datasource-sequelize@1.8.1) (2024-04-10)
2+
3+
4+
5+
6+
7+
### Dependencies
8+
9+
* **@forestadmin/datasource-toolkit:** upgraded to 1.32.3
10+
111
# @forestadmin/datasource-sequelize [1.8.0](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sequelize@1.7.1...@forestadmin/datasource-sequelize@1.8.0) (2024-04-02)
212

313

packages/datasource-sequelize/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@forestadmin/datasource-sequelize",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"main": "dist/index.js",
55
"license": "GPL-3.0",
66
"publishConfig": {
@@ -12,7 +12,7 @@
1212
"directory": "packages/datasource-sequelize"
1313
},
1414
"dependencies": {
15-
"@forestadmin/datasource-toolkit": "1.32.2"
15+
"@forestadmin/datasource-toolkit": "1.32.3"
1616
},
1717
"files": [
1818
"dist/**/*.js",

0 commit comments

Comments
 (0)