Skip to content

Commit

Permalink
Changelog and readme.txt edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Oct 14, 2024
1 parent a3074e6 commit 6e30312
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 15 deletions.
21 changes: 9 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,17 @@ 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.21.0-alpha] - unreleased

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

## [0.21.0] - 2024-10-14
### Added
- AI Client - Logo generator: add image styles 'auto' and 'none'. Order styles so those are on top in the dropdown selector
- AI Client: add prompt processing and style guess function for logo generator
- AI Client: Add image styles 'auto' and 'none' to the logo generator. Order styles so those are on top in the dropdown selector. [#39689]
- AI Client: Add prompt processing and style guess function for logo generator [#39712]

### Changed
- AI Client: change plans limit to use and accept new 3000 value
- AI Client: change upgrade copy edit and redirect URL
- AI Client: if site details show empty or default, do not trigger a logo generation, use empty placeholders
- AI Client: remove provision of image styles via flag prop and internal definition, take it from ai-assistant-feature payload now
- Updated package dependencies.
- AI Client: Change plans limit to use and accept new 3000 value. [#39705]
- AI Client: Change upgrade copy edit and redirect URL. [#39671]
- AI Client: If site details show empty or default, do not trigger a logo generation, use empty placeholders. [#39536]
- AI Client: Remove provision of image styles via flag prop and internal definition, take it from ai-assistant-feature payload now. [#39589]
- Updated package dependencies. [#39669] [#39707]

## [0.20.1] - 2024-10-07
### Changed
Expand Down Expand Up @@ -438,7 +435,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31785]

[0.21.0-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.20.1...v0.21.0-alpha
[0.21.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.20.1...v0.21.0
[0.20.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.20.0...v0.20.1
[0.20.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.19.0...v0.20.0
[0.19.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.18.1...v0.19.0
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.21.0-alpha",
"version": "0.21.0",
"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,8 +44,8 @@
"types": "./build/index.d.ts",
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.34",
"@automattic/jetpack-connection": "^0.35.13-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.15.13-alpha",
"@automattic/jetpack-connection": "^0.35.13",
"@automattic/jetpack-shared-extension-utils": "^0.15.13",
"@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 6e30312

Please sign in to comment.