Skip to content

Commit

Permalink
FS-8673 Add alt text to images (#550)
Browse files Browse the repository at this point in the history
* FS-8673 Add alt text to images

* updated the branch name

* Fix failing spec

* Switch picker version to beta

* update build branch

* add log

* update picker version

* update version to beta

* add log

* add alt to response interface

* cleanup and final commit

* clean up

* Add useNewTransformer

* Update README.md

---------

Co-authored-by: Stanislav Kolotinskiy <[email protected]>
Co-authored-by: hemanth-3 <[email protected]>
Co-authored-by: gary-singh-filestack <[email protected]>
  • Loading branch information
4 people authored and sethk4783 committed Sep 13, 2024
1 parent 3f98520 commit 40effc1
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 = 'stage';
const PICKER_VERSION = 'beta';

/**
* @private
Expand Down

0 comments on commit 40effc1

Please sign in to comment.