Skip to content

Commit

Permalink
Bumping version to 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nulrich committed Aug 2, 2022
1 parent b6c9d5a commit edff50c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project adheres to the Node [default version scheme](https://docs.npmjs.com

## [next-version]

## [8.2.0-rc.3] - 2022-07-29
## [8.2.0] - 2022-08-02

- Public: Fixed setoption, setOptions was setting unspecified values to their default value.
- Internal: Add dynamically loaded files (except en_US)
Expand Down Expand Up @@ -1314,8 +1314,8 @@ Install with `npm install [email protected]`

- NPM (commonjs2) style of importing the library now works

[next-version]: https://github.com/onfido/onfido-sdk-ui/compare/8.2.0-rc.3...development
[8.2.0-rc.3]: https://github.com/onfido/onfido-sdk-ui/compare/8.1.0...8.2.0-rc.3
[next-version]: https://github.com/onfido/onfido-sdk-ui/compare/8.2.0...development
[8.2.0]: https://github.com/onfido/onfido-sdk-ui/compare/8.1.0...8.2.0
[8.1.0]: https://github.com/onfido/onfido-sdk-ui/compare/8.0.0...8.1.0
[8.0.0]: https://github.com/onfido/onfido-sdk-ui/compare/6.20.1...8.0.0
[6.20.1]: https://github.com/onfido/onfido-sdk-ui/compare/6.20.0...6.20.1
Expand Down
4 changes: 2 additions & 2 deletions demo/fiddle/demo.details
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
authors:
- Onfido Team
resources:
- https://assets.onfido.com/web-sdk-releases/8.2.0-rc.3/onfido.min.js
- https://assets.onfido.com/web-sdk-releases/8.2.0-rc.3/style.css
- https://assets.onfido.com/web-sdk-releases/8.2.0/onfido.min.js
- https://assets.onfido.com/web-sdk-releases/8.2.0/style.css
...
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onfido-sdk-ui",
"version": "8.2.0-rc.3",
"version": "8.2.0",
"description": "JavaScript SDK view layer for Onfido identity verification",
"author": "Web SDK Customer Support <[email protected]> (https://github.com/onfido)",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion release/BASE_32_VERSION_MAPPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,5 @@
| DQ | 9.0.0-beta.5 | 2022-06-27 | |
| DR | 8.1.1 | 2022-07-13 | |
| DS | 9.0.0-beta.6 | 2022-07-21 | |
| DU | 8.2.0-rc.3 | 2022-07-22 | |
| DU | 8.2.0 | 2022-07-22 | |
| DV | 9.0.0-beta.7 | 2022-07-28 | |
2 changes: 1 addition & 1 deletion release/githubActions/workflows.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BASE_32_VERSION=DU
RELEASE_VERSION=8.2.0-rc.3
RELEASE_VERSION=8.2.0
PULL_REQUEST_NUMBER=1976

0 comments on commit edff50c

Please sign in to comment.