Skip to content

Commit

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

### Bug Fixes

* **mongoose:** apply sort on all pages instead of the current page ([#1188](#1188)) ([434d183](434d183))

### Features

* **schema:** send a clear message when user wants to access to an unknown field ([#1186](#1186)) ([016aedd](016aedd))
  • Loading branch information
forest-bot committed Oct 4, 2024
1 parent 8a0ae8e commit 3fba429
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.14.27](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-10-04)





### Dependencies

* **@forestadmin/datasource-sequelize:** upgraded to 1.10.1
* **@forestadmin/datasource-toolkit:** upgraded to 1.41.0

## @forestadmin/datasource-sql [1.14.26](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-09-27)


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.14.26",
"version": "1.14.27",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,8 +12,8 @@
"directory": "packages/datasource-sql"
},
"dependencies": {
"@forestadmin/datasource-sequelize": "1.10.0",
"@forestadmin/datasource-toolkit": "1.40.0",
"@forestadmin/datasource-sequelize": "1.10.1",
"@forestadmin/datasource-toolkit": "1.41.0",
"pluralize": "^8.0.0",
"sequelize": "^6.28.0",
"socks": "^2.7.1",
Expand Down

0 comments on commit 3fba429

Please sign in to comment.