From b9668d75af7245d264a275404ffe0495ff798a46 Mon Sep 17 00:00:00 2001 From: ice9js Date: Mon, 4 Nov 2024 09:24:28 +0000 Subject: [PATCH] Amend readme.txt Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11661265626 Upstream-Ref: Automattic/jetpack@8e32502e8372556557baf06b52b255c9ee2efd74 --- CHANGELOG.md | 11 ++++------- composer.json | 2 +- package.json | 6 +++--- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71e62aa..78db17d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,15 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.24.1-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.24.1] - 2024-11-04 ### Added -- Enable test coverage. +- Enable test coverage. [#39961] ### Fixed -- Jetpack AI: fix for the "Generate with AI" for images text box triggering P2 keyboard shortcuts +- Jetpack AI: Fix for the "Generate with AI" for images text box triggering P2 keyboard shortcuts. [#39964] ## [0.24.0] - 2024-10-29 ### Added @@ -461,7 +458,7 @@ This is an alpha version! The changes listed here are not final. - Updated package dependencies. [#31659] - Updated package dependencies. [#31785] -[0.24.1-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.0...v0.24.1-alpha +[0.24.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.0...v0.24.1 [0.24.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.23.0...v0.24.0 [0.23.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.22.0...v0.23.0 [0.22.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.21.0...v0.22.0 diff --git a/composer.json b/composer.json index 246fc23..78dc373 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": {}, "require-dev": { "yoast/phpunit-polyfills": "^1.1.1", - "automattic/jetpack-changelogger": "^4.2.8-alpha" + "automattic/jetpack-changelogger": "^4.2.8" }, "autoload": { "classmap": [ diff --git a/package.json b/package.json index f3d0d5e..d9560b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@automattic/jetpack-ai-client", - "version": "0.24.1-alpha", + "version": "0.24.1", "description": "A JS client for consuming Jetpack AI services", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme", "bugs": { @@ -45,8 +45,8 @@ "types": "./build/index.d.ts", "dependencies": { "@automattic/jetpack-base-styles": "^0.6.34", - "@automattic/jetpack-connection": "^0.35.15-alpha", - "@automattic/jetpack-shared-extension-utils": "^0.15.15-alpha", + "@automattic/jetpack-connection": "^0.35.15", + "@automattic/jetpack-shared-extension-utils": "^0.15.15", "@microsoft/fetch-event-source": "2.0.1", "@types/react": "18.3.3", "@types/wordpress__block-editor": "11.5.15",