From 6e30312a5cdc08cf56f2f4d5952fd51a205dffaa Mon Sep 17 00:00:00 2001 From: ice9js Date: Mon, 14 Oct 2024 09:30:37 +0000 Subject: [PATCH] Changelog and readme.txt edits. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/11324665067 Upstream-Ref: Automattic/jetpack@c2d5710561b295bbfb31d39a662c4cabb1659f56 --- CHANGELOG.md | 21 +++++++++------------ package.json | 6 +++--- 2 files changed, 12 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee860a..54f957e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 873d52d..5b8ba8f 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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",