diff --git a/.changeset/rude-parrots-know.md b/.changeset/rude-parrots-know.md index f67bbbcfd..020097fa3 100644 --- a/.changeset/rude-parrots-know.md +++ b/.changeset/rude-parrots-know.md @@ -3,7 +3,13 @@ '@celo/utils': major --- -remove deprecated functions and consts exported from ./contacts and ./displayformating. ./currencies and ./phonenumbers. We do not expect this to affect consumers as the use have these functions should have been discontinued and more likely never occured. +remove deprecated functions and consts exported from ./contacts and ./displayformating. ./currencies and ./phonenumbers. If these are used by your app we recommend to inline the functions from the previous release. + +* https://github.com/celo-org/developer-tooling/blob/%40celo/wallet-base%406.0.1/packages/sdk/base/src/contacts.ts +* https://github.com/celo-org/developer-tooling/blob/%40celo/wallet-base%406.0.1/packages/sdk/base/src/displayFormatting.ts +* https://github.com/celo-org/developer-tooling/blob/%40celo/wallet-base%406.0.1/packages/sdk/base/src/phoneNumbers.ts + +https://github.com/celo-org/developer-tooling/tree/%40celo/wallet-base%406.0.1/packages/sdk/base/src Full List of removed exports -- ContactPhoneNumber, MinimalContact, getContactPhoneNumber, isContact, CURRENCY_ENUM, Currency, CURRENCIES, resolveCurrency, SHORT_CURRENCIES, currencyToShortMap | getErrorMessage | anonymizedPhone | getContactNameHash