Skip to content

Commit

Permalink
Amend readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Nov 4, 2024
1 parent 1383018 commit b9668d7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b9668d7

Please sign in to comment.