Skip to content

Commit

Permalink
chore(release): @forestadmin/datasource-sql@1.16.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.16.6](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.16.5...@forestadmin/datasource-sql@1.16.6) (2025-01-28)

### Bug Fixes

* **datasource mongo:** remove useless version manager ([#1244](#1244)) ([fbb6698](fbb6698))
* do not override view default sorting ordrer ([#1245](#1245)) ([8e27769](8e27769))
* **lazy join:** do not remove foreignkey when they are asking ([#1246](#1246)) ([621b243](621b243))
* **validator:** allow null value for Equal operator ([#1250](#1250)) ([5d4cf3e](5d4cf3e))

### Features

* add lazy join decorator ([#1240](#1240)) ([1b6b248](1b6b248))
* support for mongoose v8 ([#1241](#1241)) ([ae0164d](ae0164d))
  • Loading branch information
forest-bot committed Jan 28, 2025
1 parent 6777375 commit 6a741d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/datasource-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## @forestadmin/datasource-sql [1.16.6](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.16.5...@forestadmin/datasource-sql@1.16.6) (2025-01-28)





### Dependencies

* **@forestadmin/datasource-sequelize:** upgraded to 1.11.6
* **@forestadmin/datasource-toolkit:** upgraded to 1.47.1

## @forestadmin/datasource-sql [1.16.5](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/datasource-sql@1.16.4...@forestadmin/datasource-sql@1.16.5) (2025-01-22)


Expand Down
6 changes: 3 additions & 3 deletions packages/datasource-sql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/datasource-sql",
"version": "1.16.5",
"version": "1.16.6",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,8 +12,8 @@
"directory": "packages/datasource-sql"
},
"dependencies": {
"@forestadmin/datasource-sequelize": "1.11.5",
"@forestadmin/datasource-toolkit": "1.47.0",
"@forestadmin/datasource-sequelize": "1.11.6",
"@forestadmin/datasource-toolkit": "1.47.1",
"pluralize": "^8.0.0",
"sequelize": "^6.37.5",
"socks": "^2.7.1",
Expand Down

0 comments on commit 6a741d9

Please sign in to comment.