3.1.16 - 2025-01-06
Changed
- Updated package dependencies. [#40796] [#40798] [#40831]
Deprecated
- Default import is now deprecated in favor of named import and will be removed in future.
- import SocialLogos from 'social-logos';
+ import { SocialLogo } from 'social-logos';
``` [#40801]
### Fixed
- Fixed package.json exports to expose built in types [#40801]