From 2a49acfc58157368eb44bf22c70b61394e282aa3 Mon Sep 17 00:00:00 2001 From: tbradsha Date: Mon, 27 May 2024 14:39:42 +0000 Subject: [PATCH] Changelog and readme.txt edits. (#37577) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/9256493348 Upstream-Ref: Automattic/jetpack@6fd43d4a43f4932b2fdfa665694a6d3a3d856bdb --- CHANGELOG.md | 25 +++---------------------- package.json | 2 +- 2 files changed, 4 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd28d7..53714db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,6 @@ -## [3.0.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.0.1] - 2024-05-27 ### Added -- Social Logos | Added TypeScript support +- Added TypeScript support. [#37528] ## [3.0.0] - 2024-05-23 ### Added @@ -28,78 +25,62 @@ This is an alpha version! The changes listed here are not final. - Example files are rewritten. [#36964] ## 2.5.9 - 2024-03-05 - - New icon: `sms` ## 2.5.8 - 2023-12-20 - - New icon: `bluesky` ## 2.5.7 - 2023-12-11 - - Updated icon: `patreon` ## 2.5.6 - 2023-10-13 - - Updated icon: `x` - Removed unnecessary aria label attributes from Threads and X SVGs. ## 2.5.5 - 2023-09-15 - - New icon: `x` ## 2.5.4 - 2023-07-10 - - New icon: `threads` ## 2.5.3 - 2023-06-15 - - New icon: `fediverse` - New icon: `nextdoor` - Updated dev dependencies and build tools. - Updated icon font. ## 2.5.2 - 2023-02-01 - - New icon: `mastadon` ## 2.5.1 - 2023-01-13 - - React 18 support. ## 2.5.0 - 2022-02-01 - - Added copy post url button. ## 2.4.0 - 2021-09-01 - - Updated icon: `medium` - Updated icon: `facebook` - React 17 support. - Update dev dependencies and build tools. ## 2.3.0 - 2021-01-27 - - New icon: `medium-alt` - New icon: `tiktok` - New icon: `tiktok-alt` - Updated icon: `medium` ## 2.2.0 - 2021-01-19 - - New icon: `patreon` ## 2.1.2 - 2020-03-12 - - Built the package with updated dependencies. ## 2.1.1 - 2020-03-10 - - Build: Fixed bug where React component would render no icon at all (despite properly passed properties). ## 2.1.0 - 2018-01-31 - - Build: Refactored (aligned build system with Gridicons). -[3.0.1-alpha]: https://github.com/Automattic/social-logos/compare/v3.0.0...v3.0.1-alpha +[3.0.1]: https://github.com/Automattic/social-logos/compare/v3.0.0...v3.0.1 [3.0.0]: https://github.com/Automattic/social-logos/compare/v2.5.9...v3.0.0 diff --git a/package.json b/package.json index 791f20c..0a002fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "social-logos", - "version": "3.0.1-alpha", + "version": "3.0.1", "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": {