Skip to content

Commit

Permalink
[RELEASE] 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanButton committed Jun 23, 2023
1 parent 3754109 commit 271c57f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@

## [Unreleased]

## [1.4.0] - 2023-06-23

### Added

- support for receipt generation and server validation based on the form configuration

### Dependencies

- update [@oneblink/apps](https://www.npmjs.com/package/@oneblink/apps) to [5.0.0-beta.15](https://github.com/oneblink/apps/blob/master/CHANGELOG.md) (from [4.1.0-beta.8](https://github.com/oneblink/apps/blob/master/CHANGELOG.md))

- update [@oneblink/apps-react](https://www.npmjs.com/package/@oneblink/apps-react) to [4.0.0-beta.14](https://github.com/oneblink/apps-react/blob/master/CHANGELOG.md) (from [3.1.0-beta.10](https://github.com/oneblink/apps-react/blob/master/CHANGELOG.md))

- update [@oneblink/sdk-core](https://www.npmjs.com/package/@oneblink/sdk-core) to [3.1.0-beta.4](https://github.com/oneblink/sdk-core-js/blob/master/CHANGELOG.md) (from [3.0.0-beta.2](https://github.com/oneblink/sdk-core-js/blob/master/CHANGELOG.md))

## [1.3.14] - 2023-06-05

### Dependencies
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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "forms-cdn",
"description": "Project to serve via CDN to embed a OneBlink Form in your website.",
"version": "1.4.0-test.5",
"version": "1.4.0",
"author": "OneBlink <[email protected]> (https://oneblink.io)",
"browserslist": "> 0.25%, not dead, safari >= 11, ios_saf >= 11, ie >= 11",
"bugs": {
Expand Down Expand Up @@ -81,4 +81,4 @@
"types": "npm i --save github:oneblink/types",
"typescript": "tsc --noEmit"
}
}
}

0 comments on commit 271c57f

Please sign in to comment.