Skip to content

Commit

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

## [next-version]

## [8.3.0] - 2022-08-02

## [8.2.0] - 2022-08-02

- Public: Fixed setoption, setOptions was setting unspecified values to their default value.
Expand Down Expand Up @@ -1314,7 +1316,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...development
[next-version]: https://github.com/onfido/onfido-sdk-ui/compare/8.3.0...development
[8.3.0]: https://github.com/onfido/onfido-sdk-ui/compare/8.2.0...8.3.0
[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
Expand Down
2 changes: 1 addition & 1 deletion build/webpack/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const BASE_DIR = resolve(__dirname, '../../')
// ref: https://en.wikipedia.org/wiki/Base32
// NOTE: please leave the BASE_32_VERSION be! It is updated automatically by
// the release script 🤖
export const BASE_32_VERSION = 'DU'
export const BASE_32_VERSION = 'DW'
export const RELEASE_VERSION = packageJson.version

// NODE_ENV can be one of: development | staging | test | production
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/onfido.min.js
- https://assets.onfido.com/web-sdk-releases/8.2.0/style.css
- https://assets.onfido.com/web-sdk-releases/8.3.0/onfido.min.js
- https://assets.onfido.com/web-sdk-releases/8.3.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",
"version": "8.3.0",
"description": "JavaScript SDK view layer for Onfido identity verification",
"author": "Web SDK Customer Support <[email protected]> (https://github.com/onfido)",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions release/BASE_32_VERSION_MAPPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,4 @@
| DS | 9.0.0-beta.6 | 2022-07-21 | |
| DU | 8.2.0 | 2022-07-22 | |
| DV | 9.0.0-beta.7 | 2022-07-28 | |
| DW | 8.3.0 | 2022-08-02 | |
6 changes: 3 additions & 3 deletions 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
PULL_REQUEST_NUMBER=1976
BASE_32_VERSION=DW
RELEASE_VERSION=8.3.0
PULL_REQUEST_NUMBER=2003

0 comments on commit 3cb0ba0

Please sign in to comment.