Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor authored and matticbot committed Dec 16, 2024
1 parent 96b9c39 commit 4320fb4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
19 changes: 8 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,29 @@ 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.25.2-alpha] - unreleased

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

## [0.25.2] - 2024-12-16
### Changed
- Updated package dependencies.
- Updated package dependencies. [#40564]

### Fixed
- Fixed lints following ESLint rule changes for TS
- Fixed lints following ESLint rule changes for TS. [#40584]

## [0.25.1] - 2024-12-09
### Changed
- AI Assistant: Add disclaimer to image generation modals [#40397]
- AI Assistant: Add disclaimer to image generation modals. [#40397]
- Updated package dependencies. [#40363]

## [0.25.0] - 2024-11-25
### Added
- AI Client: split disabled prop to allow disabling input and action button separately [#40210]
- AI Client: split disabled prop to allow disabling input and action button separately. [#40210]

### Changed
- AI Client: fix prompt cursor to text when editable [#40247]
- AI Client: fix prompt cursor to text when editable. [#40247]
- Updated package dependencies. [#40288]

## [0.24.3] - 2024-11-18
### Changed
- AI Client: add effect on AiModalInputPrompt to update/set prompt on prop update [#40113]
- AI Client: add effect on AiModalInputPrompt to update/set prompt on prop update. [#40113]

## [0.24.2] - 2024-11-11
### Changed
Expand Down Expand Up @@ -486,7 +483,7 @@ This is an alpha version! The changes listed here are not final.
- AI Client: stop using smart document visibility handling on the fetchEventSource library, so it does not restart the completion when changing tabs. [#32004]
- Updated package dependencies. [#31468] [#31659] [#31785]

[0.25.2-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.1...v0.25.2-alpha
[0.25.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.1...v0.25.2
[0.25.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.0...v0.25.1
[0.25.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.3...v0.25.0
[0.24.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.2...v0.24.3
Expand Down
8 changes: 4 additions & 4 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.25.2-alpha",
"version": "0.25.2",
"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 @@ -44,9 +44,9 @@
"main": "./build/index.js",
"types": "./build/index.d.ts",
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.39-alpha",
"@automattic/jetpack-connection": "^0.36.2-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.16.2-alpha",
"@automattic/jetpack-base-styles": "^0.6.39",
"@automattic/jetpack-connection": "^0.36.2",
"@automattic/jetpack-shared-extension-utils": "^0.16.2",
"@microsoft/fetch-event-source": "2.0.1",
"@types/react": "18.3.12",
"@types/wordpress__block-editor": "11.5.15",
Expand Down

0 comments on commit 4320fb4

Please sign in to comment.