diff --git a/CHANGELOG.md b/CHANGELOG.md index a7c1f678a8..5ce58488ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -1314,7 +1316,8 @@ Install with `npm install onfido-sdk-ui@0.12.0-rc.1` - 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 diff --git a/build/webpack/constants.ts b/build/webpack/constants.ts index d63744ad0b..22bff132a1 100644 --- a/build/webpack/constants.ts +++ b/build/webpack/constants.ts @@ -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 diff --git a/demo/fiddle/demo.details b/demo/fiddle/demo.details index 9a2054acfc..0fb032f2c5 100644 --- a/demo/fiddle/demo.details +++ b/demo/fiddle/demo.details @@ -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 ... diff --git a/package.json b/package.json index 1e7abb33ed..31795c2793 100644 --- a/package.json +++ b/package.json @@ -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 (https://github.com/onfido)", "repository": { diff --git a/release/BASE_32_VERSION_MAPPING.md b/release/BASE_32_VERSION_MAPPING.md index e59490f71e..3080b71a06 100644 --- a/release/BASE_32_VERSION_MAPPING.md +++ b/release/BASE_32_VERSION_MAPPING.md @@ -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 | | diff --git a/release/githubActions/workflows.config b/release/githubActions/workflows.config index 86effaac65..27e42c9823 100644 --- a/release/githubActions/workflows.config +++ b/release/githubActions/workflows.config @@ -1,3 +1,3 @@ -BASE_32_VERSION=DU -RELEASE_VERSION=8.2.0 -PULL_REQUEST_NUMBER=1976 \ No newline at end of file +BASE_32_VERSION=DW +RELEASE_VERSION=8.3.0 +PULL_REQUEST_NUMBER=2003 \ No newline at end of file