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 May 6, 2024
1 parent 54f7a05 commit db75c4a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,13 @@ 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.13.0-alpha] - unreleased

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

## [0.13.0] - 2024-05-06
### Added
- AI Client: Add wrapper ref to AI Control
- AI Featured Image: support custom user prompt on the image generation.
- AI Client: Add wrapper ref to AI Control. [#37145]
- AI Featured Image: Support custom user prompt on the image generation. [#37086]

### Changed
- Updated package dependencies.
- Updated package dependencies. [#37147] [#37148] [#37160]

## [0.12.4] - 2024-04-29
### Added
Expand Down Expand Up @@ -309,7 +306,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31785]

[0.13.0-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.4...v0.13.0-alpha
[0.13.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.4...v0.13.0
[0.12.4]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.3...v0.12.4
[0.12.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.2...v0.12.3
[0.12.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.12.1...v0.12.2
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.0",
"automattic/jetpack-changelogger": "^4.2.3-alpha"
"automattic/jetpack-changelogger": "^4.2.3"
},
"autoload": {
"classmap": [
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.13.0-alpha",
"version": "0.13.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 @@ -42,9 +42,9 @@
"main": "./build/index.js",
"types": "./build/index.d.ts",
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.24-alpha",
"@automattic/jetpack-connection": "^0.33.9-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.14.11-alpha",
"@automattic/jetpack-base-styles": "^0.6.24",
"@automattic/jetpack-connection": "^0.33.9",
"@automattic/jetpack-shared-extension-utils": "^0.14.11",
"@microsoft/fetch-event-source": "2.0.1",
"@types/react": "18.3.1",
"@wordpress/api-fetch": "6.53.0",
Expand Down

0 comments on commit db75c4a

Please sign in to comment.