Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
dilirity authored and matticbot committed Jan 6, 2025
1 parent 19e7fa0 commit 19520f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
## [3.1.16-alpha] - unreleased

This is an alpha version! The changes listed here are not final.

## [3.1.16] - 2025-01-06
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40796] [#40798] [#40831]

### Deprecated
- Default import is now deprecated in favor of named import and will be removed in future.
```diff
- import SocialLogos from 'social-logos';
+ import { SocialLogo } from 'social-logos';
```

```diff
- import SocialLogos from 'social-logos';
+ import { SocialLogo } from 'social-logos';
``` [#40801]

### Fixed
- Fixed package.json exports to expose built in types
- Fixed package.json exports to expose built in types [#40801]

## [3.1.15] - 2024-12-16
### Changed
Expand Down Expand Up @@ -202,7 +199,7 @@ This is an alpha version! The changes listed here are not final.

- Build: Refactored (aligned build system with Gridicons).

[3.1.16-alpha]: https://github.com/Automattic/social-logos/compare/v3.1.15...v3.1.16-alpha
[3.1.16]: https://github.com/Automattic/social-logos/compare/v3.1.15...v3.1.16
[3.1.15]: https://github.com/Automattic/social-logos/compare/v3.1.14...v3.1.15
[3.1.14]: https://github.com/Automattic/social-logos/compare/v3.1.13...v3.1.14
[3.1.13]: https://github.com/Automattic/social-logos/compare/v3.1.12...v3.1.13
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "social-logos",
"version": "3.1.16-alpha",
"version": "3.1.16",
"description": "A repository of all the social logos used on WordPress.com.",
"homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/social-logos/",
"bugs": {
Expand Down

0 comments on commit 19520f6

Please sign in to comment.