aries-mobile-agent-react-native GitHub
PR #1040 | fix: run lerna on pkg change |
# Summary of Changes Run the Lerna publish workflow when the legacy/core or verifier packages are updated. # Related Issues n/a # Pull Request Checklist Tick all boxes below to demonstrate that you have completed the respective task. If the item does not apply to your this PR **check it anyway** to make it apparent that there's nothing to do. - [x] All commits contain a DCO `Signed-off-by` line (we use the [DCO GitHub app](https://github.com/apps/dco) to enforce this); - [x] Updated LICENSE-3RD-PARTY.md for any added dependencies or vendored components; - [x] Updated documentation as needed for changed code and new or modified features; - [x] Added sufficient [tests](../__tests__/) so that overall code coverage is not reduced. If you have _any_ questions to _any_ of the points above, just **submit and ask**! This checklist is here to _help_ you, not to deter you from contributing! Pro Tip 🤓 - Read our [contribution guide](../CONTRIBUTING.md) at least once; it will save you a few review cycles! - Your PR will likely not be reviewed until all the above boxes are checked and all automated tests have passed. _PR template adapted from the Python attrs project._ |
Created At 2023-12-02 00:02:09 +0000 UTC
PR #1039 | fix: add ledger configs to npm pkg |
# Summary of Changes Add the ledger config to the aries-bifold-core npm package. # Related Issues n/a # Pull Request Checklist Tick all boxes below to demonstrate that you have completed the respective task. If the item does not apply to your this PR **check it anyway** to make it apparent that there's nothing to do. - [x] All commits contain a DCO `Signed-off-by` line (we use the [DCO GitHub app](https://github.com/apps/dco) to enforce this); - [x] Updated LICENSE-3RD-PARTY.md for any added dependencies or vendored components; - [x] Updated documentation as needed for changed code and new or modified features; - [x] Added sufficient [tests](../__tests__/) so that overall code coverage is not reduced. If you have _any_ questions to _any_ of the points above, just **submit and ask**! This checklist is here to _help_ you, not to deter you from contributing! Pro Tip 🤓 - Read our [contribution guide](../CONTRIBUTING.md) at least once; it will save you a few review cycles! - Your PR will likely not be reviewed until all the above boxes are checked and all automated tests have passed. _PR template adapted from the Python attrs project._ |
Created At 2023-12-01 23:05:28 +0000 UTC
PR #1038 | feat: hide attribute if value is blank |
# Summary of Changes The BC Services card has an expiry date attribute that isn't being used right now. Currently this attribute shows up as an invalid date since it is blank. This change hides all attributes from the credential offer and credential details screen which have blank attributes. ## previous:  ## now:  # Related Issues N/A # Pull Request Checklist Tick all boxes below to demonstrate that you have completed the respective task. If the item does not apply to your this PR **check it anyway** to make it apparent that there's nothing to do. - [x] All commits contain a DCO `Signed-off-by` line (we use the [DCO GitHub app](https://github.com/apps/dco) to enforce this); - [x] Updated LICENSE-3RD-PARTY.md for any added dependencies or vendored components; - [x] Updated documentation as needed for changed code and new or modified features; - [x] Added sufficient [tests](../__tests__/) so that overall code coverage is not reduced. If you have _any_ questions to _any_ of the points above, just **submit and ask**! This checklist is here to _help_ you, not to deter you from contributing! Pro Tip 🤓 - Read our [contribution guide](../CONTRIBUTING.md) at least once; it will save you a few review cycles! - Your PR will likely not be reviewed until all the above boxes are checked and all automated tests have passed. _PR template adapted from the Python attrs project._ |
Created At 2023-11-30 21:34:14 +0000 UTC
PR #1037 | feat: const override |
# Summary of Changes Fetch configurable URL from config rather than constants. # Related Issues n/a # Pull Request Checklist Tick all boxes below to demonstrate that you have completed the respective task. If the item does not apply to your this PR **check it anyway** to make it apparent that there's nothing to do. - [x] All commits contain a DCO `Signed-off-by` line (we use the [DCO GitHub app](https://github.com/apps/dco) to enforce this); - [x] Updated LICENSE-3RD-PARTY.md for any added dependencies or vendored components; - [x] Updated documentation as needed for changed code and new or modified features; - [x] Added sufficient [tests](../__tests__/) so that overall code coverage is not reduced. If you have _any_ questions to _any_ of the points above, just **submit and ask**! This checklist is here to _help_ you, not to deter you from contributing! Pro Tip 🤓 - Read our [contribution guide](../CONTRIBUTING.md) at least once; it will save you a few review cycles! - Your PR will likely not be reviewed until all the above boxes are checked and all automated tests have passed. _PR template adapted from the Python attrs project._ |
Created At 2023-11-29 22:40:41 +0000 UTC