Skip to content

Commit

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

### Bug Fixes

* introduce agentCapabilities sub object ([#1222](#1222)) ([bce04f9](bce04f9))
* **sequelize-ds:** allow user to create a record when there is a virtual field by removing it from the returned record ([#1223](#1223)) ([a7cb4da](a7cb4da))

### Features

* **capabilities:** add capabilities on get one projection ([#1221](#1221)) ([0909eaf](0909eaf))
  • Loading branch information
forest-bot committed Dec 3, 2024
1 parent c430105 commit d813094
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/datasource-sql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/datasource-sql [1.16.1](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/[email protected]...@forestadmin/[email protected]) (2024-12-03)





### Dependencies

* **@forestadmin/datasource-sequelize:** upgraded to 1.11.1

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


Expand Down
4 changes: 2 additions & 2 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.0",
"version": "1.16.1",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -12,7 +12,7 @@
"directory": "packages/datasource-sql"
},
"dependencies": {
"@forestadmin/datasource-sequelize": "1.11.0",
"@forestadmin/datasource-sequelize": "1.11.1",
"@forestadmin/datasource-toolkit": "1.44.0",
"pluralize": "^8.0.0",
"sequelize": "^6.37.5",
Expand Down

0 comments on commit d813094

Please sign in to comment.