-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PPLT-1703] Add support for plain_rcw flag (#52)
* [FEAT] add support for plain_rcw * [REFACTOR] update naming * Update lib/percy/client/snapshots.rb Co-authored-by: Yash D. Saraf <[email protected]> * [UPDATE] move disable transformations to builds * [UPDATE] bump version * [FIX] bump version + fix gem bug * [REFACTOR] add new line * [TEST] updated percy::client::build spec Co-authored-by: Yash D. Saraf <[email protected]> Co-authored-by: nilshah98 <[email protected]>
- Loading branch information
1 parent
63a56b7
commit 1670a1a
Showing
5 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Percy | ||
class Client | ||
VERSION = '2.0.4'.freeze | ||
VERSION = '2.0.6'.freeze | ||
end | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters