Skip to content

Commit

Permalink
chore(release): @forestadmin/plugin-aws-s3@1.3.37 [skip ci]
Browse files Browse the repository at this point in the history
## [1.3.37](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-aws-s3@1.3.36...@forestadmin/plugin-aws-s3@1.3.37) (2023-10-04)

### Bug Fixes

* fatal error with collection names containing some special characters ([#841](#841)) ([64bd49e](64bd49e))
* support schema different from the default one ([#839](#839)) ([18828c0](18828c0))
* **widgets:** fix the definition of the options property on dropdown to correctly retrieve the type of context ([#842](#842)) ([ee07a42](ee07a42))
  • Loading branch information
forest-bot committed Oct 4, 2023
1 parent 4f41e3f commit 08c8608
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions packages/plugin-aws-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## @forestadmin/plugin-aws-s3 [1.3.37](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-aws-s3@1.3.36...@forestadmin/plugin-aws-s3@1.3.37) (2023-10-04)





### Dependencies

* **@forestadmin/datasource-customizer:** upgraded to 1.35.2

## @forestadmin/plugin-aws-s3 [1.3.36](https://github.com/ForestAdmin/agent-nodejs/compare/@forestadmin/plugin-aws-s3@1.3.35...@forestadmin/plugin-aws-s3@1.3.36) (2023-09-28)


Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-aws-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@forestadmin/plugin-aws-s3",
"version": "1.3.36",
"version": "1.3.37",
"main": "dist/index.js",
"license": "GPL-3.0",
"publishConfig": {
Expand All @@ -16,7 +16,7 @@
"@aws-sdk/s3-request-presigner": "^3.157.0"
},
"devDependencies": {
"@forestadmin/datasource-customizer": "1.35.1",
"@forestadmin/datasource-customizer": "1.35.2",
"@forestadmin/datasource-toolkit": "1.28.0"
},
"files": [
Expand Down

0 comments on commit 08c8608

Please sign in to comment.