diff --git a/CHANGELOG.md b/CHANGELOG.md index d42ddd0..cf45f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,21 +5,18 @@ 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.1.8-alpha] - unreleased - -This is an alpha version! The changes listed here are not final. - +## [0.1.8] - 2023-09-19 ### Added -- AI Client: Add support for the jetpack-ai role on the prompt messages. -- AI Client: add `model` param to request helpers -- AI Client: Emit specific error for large context error on SuggestionsEventSource -- AI Client: Introduce blockListBlockWithAiDataProvider() function +- AI Client: Add support for the jetpack-ai role on the prompt messages. [#33052] +- AI Client: add `model` param to request helpers [#33083] +- AI Client: Emit specific error for large context error on SuggestionsEventSource [#33157] +- AI Client: Introduce blockListBlockWithAiDataProvider() function [#33025] ### Changed -- AI Client: Move showGuideLine to AIControl component props +- AI Client: Move showGuideLine to AIControl component props [#33084] ### Fixed -- AI Client: check media record ref of the useMediaRecording() hook before to remove the listeners +- AI Client: check media record ref of the useMediaRecording() hook before to remove the listeners [#33013] ## [0.1.7] - 2023-09-11 ### Added @@ -131,7 +128,7 @@ This is an alpha version! The changes listed here are not final. - Updated package dependencies. [#31659] - Updated package dependencies. [#31785] -[0.1.8-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.7...v0.1.8-alpha +[0.1.8]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.7...v0.1.8 [0.1.7]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.6...v0.1.7 [0.1.6]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.5...v0.1.6 [0.1.5]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.4...v0.1.5 diff --git a/composer.json b/composer.json index 86ed35b..55bf389 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "require": {}, "require-dev": { "yoast/phpunit-polyfills": "1.1.0", - "automattic/jetpack-changelogger": "^3.3.9-alpha" + "automattic/jetpack-changelogger": "^3.3.9" }, "autoload": { "classmap": [ diff --git a/package.json b/package.json index 83e63c6..59154eb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@automattic/jetpack-ai-client", - "version": "0.1.8-alpha", + "version": "0.1.8", "description": "A JS client for consuming Jetpack AI services", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme", "bugs": { @@ -34,7 +34,7 @@ "dependencies": { "@automattic/jetpack-base-styles": "^0.6.9", "@automattic/jetpack-connection": "^0.29.10", - "@automattic/jetpack-shared-extension-utils": "^0.12.0-alpha", + "@automattic/jetpack-shared-extension-utils": "^0.12.0", "@microsoft/fetch-event-source": "2.0.1", "@wordpress/api-fetch": "6.38.0", "@wordpress/block-editor": "12.9.0",