Skip to content

Commit

Permalink
feat(picker): bump picker to v.1.21.1
Browse files Browse the repository at this point in the history
Fix callbacks when error occurs, Add acceptFn, add uploadTags to callback response
  • Loading branch information
pcholuj committed Mar 31, 2021
1 parent 815fbed commit 00677a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/**
* @private
*/
const PICKER_VERSION = '1.21.0';
const PICKER_VERSION = '1.21.1';

/**
* @private
Expand Down

0 comments on commit 00677a6

Please sign in to comment.