Skip to content

Commit

Permalink
[RELEASE] 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mymattcarroll committed Sep 3, 2024
1 parent 495b89d commit 17cf756
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](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [15.0.0] - 2024-09-03

### Added

- `formSlug` property to `formService.getForm()` options to allow retrieving a form with a slug and `formsAppId`
Expand All @@ -20,6 +22,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
+const form = await formService.getForm({ formId, formsAppId, abortSignal })
```

### Dependencies

- update [@aws-sdk/client-cognito-identity-provider](https://www.npmjs.com/package/@aws-sdk/client-cognito-identity-provider) to [3.637.0](https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.637.0) (from [3.441.0](https://github.com/aws/aws-sdk-js-v3/releases/tag/v3.441.0))

- update [@oneblink/sdk-core](https://www.npmjs.com/package/@oneblink/sdk-core) to [7.1.0-beta.1](https://github.com/oneblink/sdk-core-js/blob/master/CHANGELOG.md) (from [7.0.0-beta.1](https://github.com/oneblink/sdk-core-js/blob/master/CHANGELOG.md))

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

## [14.1.0] - 2024-08-13

### Added
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/apps",
"description": "Helper functions for OneBlink apps in JavaScript.",
"version": "15.0.0-beta.3",
"version": "15.0.0",
"author": "OneBlink <[email protected]> (https://oneblink.io)",
"bugs": {
"url": "https://github.com/oneblink/apps/issues"
Expand Down

0 comments on commit 17cf756

Please sign in to comment.