Skip to content

Commit f2e7334

Browse files
committed
Release v2.2.10-build107
Signed-off-by: Alex H <ahiguera@mit.edu>
1 parent 0804bc2 commit f2e7334

4 files changed

Lines changed: 865 additions & 259 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,46 @@
11
# learner-credential-wallet Changelog
22

3+
## 2.2.10 - build 107
4+
5+
### Added
6+
7+
- New Help section on LCW for getting started #437
8+
- Support VC-API Interaction URL format in QR Code scanning
9+
#764
10+
- Add gallery to LCW website and repo
11+
#771
12+
- Look into using maestro for automated UI testing
13+
#918
14+
- Maestro UI Testing – “Learn more about the LCW” Link Flow
15+
#942
16+
- Maestro UI Testing – Issuer Information Flow
17+
#937
18+
- Maestro UI Testing – Credential Management Flow
19+
#928
20+
- Maestro UI Testing – Credential Verification Status Flow
21+
#941
22+
- Maestro UI Testing – About Screen Flow
23+
#940
24+
- Maestro UI Testing – Sign Out Flow
25+
#936
26+
- Maestro UI Testing – Profile Management Flow
27+
#932
28+
- Maestro UI Testing – Shared Credentials Flow
29+
#929
30+
- Create link on onboarding screen during password creation
31+
#806
32+
33+
### Changed
34+
- LCW: Change linter library, update rules
35+
#615
36+
37+
### Fixed
38+
- Links disabled for issuers that are in registry
39+
#914
40+
- Remove excess logs related to light/dark theme
41+
#913
42+
43+
344
## 2.2.9 - build 103
445

546
### Added

app.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
*/
55
const env = process.env
66

7-
const BUILD_NUMBER = parseInt(env.APP_BUILD_NUMBER) || 103
8-
const VERSION_NUMBER = env.APP_VERSION_NUMBER || '2.2.9'
7+
const BUILD_NUMBER = parseInt(env.APP_BUILD_NUMBER) || 107
8+
const VERSION_NUMBER = env.APP_VERSION_NUMBER || '2.2.10'
99

1010
// Used by the 'Create Public Link' functionality
1111
// If you have forked the LCW and are creating your own wallet app version,

0 commit comments

Comments
 (0)