Skip to content

Commit

Permalink
[RELEASE] 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
divporter committed Jul 10, 2024
1 parent 9a99071 commit 30bfcda
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [7.2.0] - 2024-07-10

### Added

- `canCollapseFromBottom` to section element
Expand All @@ -15,6 +17,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- form submissions and draft downloads to use storage endpoints

### Dependencies

- no longer depend upon [@aws-sdk/client-s3](https://www.npmjs.com/package/@aws-sdk/client-s3)

- update [@aws-sdk/client-sesv2](https://www.npmjs.com/package/@aws-sdk/client-sesv2) to [3.606.0](https://github.com/aws/aws-sdk-js-v3/blob/master/CHANGELOG.md) (from [3.521.0](https://github.com/aws/aws-sdk-js-v3/blob/master/CHANGELOG.md))

- update [@oneblink/storage](https://www.npmjs.com/package/@oneblink/storage) to [2.1.0-beta.3](https://github.com/oneblink/storage/blob/master/CHANGELOG.md) (from [2.0.0-beta.2](https://github.com/oneblink/storage/blob/master/CHANGELOG.md))

## [7.1.3] - 2024-07-01

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oneblink/sdk",
"description": "OneBlink SDK to serve as an entry point for all OneBlink Services in NodeJS",
"version": "7.2.0-beta.3",
"version": "7.2.0",
"author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
"bugs": {
"url": "https://github.com/oneblink/sdk-node-js/issues"
Expand Down

0 comments on commit 30bfcda

Please sign in to comment.