From f39bcec0295ef8ae330cb93ef0d5f3256429b01e Mon Sep 17 00:00:00 2001 From: gmjuhasz Date: Fri, 25 Oct 2024 11:52:56 +0000 Subject: [PATCH] Changelog and readme.txt edits. (#39903) Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11517503201 Upstream-Ref: Automattic/jetpack@cbb367357aaa457aa0a4a1909f63a121961c4c98 --- CHANGELOG.md | 9 +++------ composer.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d998eb4..7b5bb36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,6 @@ -## [3.1.10-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [3.1.10] - 2024-10-25 ### Changed -- Updated package dependencies. +- Updated package dependencies. [#39893] ## [3.1.9] - 2024-10-14 ### Fixed @@ -164,7 +161,7 @@ This is an alpha version! The changes listed here are not final. - Build: Refactored (aligned build system with Gridicons). -[3.1.10-alpha]: https://github.com/Automattic/social-logos/compare/v3.1.9...v3.1.10-alpha +[3.1.10]: https://github.com/Automattic/social-logos/compare/v3.1.9...v3.1.10 [3.1.9]: https://github.com/Automattic/social-logos/compare/v3.1.8...v3.1.9 [3.1.8]: https://github.com/Automattic/social-logos/compare/v3.1.7...v3.1.8 [3.1.7]: https://github.com/Automattic/social-logos/compare/v3.1.6...v3.1.7 diff --git a/composer.json b/composer.json index 4dfae92..dd589fc 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "license": "GPL-2.0-or-later", "require": {}, "require-dev": { - "automattic/jetpack-changelogger": "^4.2.7-alpha" + "automattic/jetpack-changelogger": "^4.2.7" }, "scripts": { "build-development": "./tools/build", diff --git a/package.json b/package.json index 63c3985..a820cab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "social-logos", - "version": "3.1.10-alpha", + "version": "3.1.10", "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": {