Skip to content

Commit

Permalink
Bump version to 6.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimmi Gan committed Jul 8, 2021
1 parent b926d49 commit f4fd1b8
Show file tree
Hide file tree
Showing 16 changed files with 34 additions and 30 deletions.
6 changes: 5 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]

## [6.10.2] - 2021-07-08

### Fixed

- UI: Fixed Camera Permissions Primer screen rendering issue on Safari 14.1 (desktop) without changing existing SDK layout structure.
Expand All @@ -17,6 +19,7 @@ This project adheres to the Node [default version scheme](https://docs.npmjs.com
### Changed

- Reduce resolution to VGA if browser does not support recording videos in WebM format (e.g. Safari 14.x that only supports MP4 format) to avoid large video files being created.
- UI: Fixed Camera Permissions Primer screen rendering issue on Safari 14.1 (desktop) by using ScreenLayout wrapper component.

## [6.10.0] - 2021-06-22

Expand Down Expand Up @@ -1014,7 +1017,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/6.10.1...development
[next-version]: https://github.com/onfido/onfido-sdk-ui/compare/6.10.2...development
[6.10.2]: https://github.com/onfido/onfido-sdk-ui/compare/6.10.1...6.10.2
[6.10.1]: https://github.com/onfido/onfido-sdk-ui/compare/6.10.0...6.10.1
[6.10.0]: https://github.com/onfido/onfido-sdk-ui/compare/6.9.0...6.10.0
[6.9.0]: https://github.com/onfido/onfido-sdk-ui/compare/6.8.0...6.9.0
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/6.10.1/onfido.min.js
- https://assets.onfido.com/web-sdk-releases/6.10.1/style.css
- https://assets.onfido.com/web-sdk-releases/6.10.2-rc.1/onfido.min.js
- https://assets.onfido.com/web-sdk-releases/6.10.2-rc.1/style.css
...
4 changes: 2 additions & 2 deletions dist/onfido.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/onfidoAuth.6.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/onfidoAuth.authVendor.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/onfidoAuth.authVendor.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/onfidoAuth.crossDevice.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/onfidoAuth.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/onfidoAuth.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/style.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions lib/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/index.js.map

Large diffs are not rendered by default.

16 changes: 8 additions & 8 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,6 +1,6 @@
{
"name": "onfido-sdk-ui",
"version": "6.10.1",
"version": "6.10.2-rc.1",
"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/githubActions/workflows.config
Original file line number Diff line number Diff line change
@@ -1 +1 @@
BASE_32_VERSION=CH
BASE_32_VERSION=CI
2 changes: 1 addition & 1 deletion webpack.config.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ const basePlugins = (bundle_name = '') => [
// ref: https://en.wikipedia.org/wiki/Base32
// NOTE: please leave the BASE_32_VERSION be! It is updated automatically by
// the release script 🤖
BASE_32_VERSION: 'CH',
BASE_32_VERSION: 'CI',
PRIVACY_FEATURE_ENABLED: false,
JWT_FACTORY: CONFIG.JWT_FACTORY,
US_JWT_FACTORY: CONFIG.US_JWT_FACTORY,
Expand Down

0 comments on commit f4fd1b8

Please sign in to comment.