Skip to content

3.1.16

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 13:46

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]