Skip to content

Commit

Permalink
Changelog edits.
Browse files Browse the repository at this point in the history
  • Loading branch information
ice9js authored and matticbot committed Oct 23, 2023
1 parent a02f9c1 commit 73a183e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
11 changes: 4 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,12 @@ 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.13-alpha] - unreleased

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

## [0.1.13] - 2023-10-23
### Changed
- Updated package dependencies.
- Updated package dependencies. [#33687]

### Removed
- AI Client: remove obsolete blockListBlockWithAiDataProvider() HOC component
- AI Client: Remove obsolete blockListBlockWithAiDataProvider() HOC component. [#33726]

## [0.1.12] - 2023-10-16
### Changed
Expand Down Expand Up @@ -154,7 +151,7 @@ This is an alpha version! The changes listed here are not final.
- Updated package dependencies. [#31659]
- Updated package dependencies. [#31785]

[0.1.13-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.12...v0.1.13-alpha
[0.1.13]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.12...v0.1.13
[0.1.12]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.11...v0.1.12
[0.1.11]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.10...v0.1.11
[0.1.10]: https://github.com/Automattic/jetpack-ai-client/compare/v0.1.9...v0.1.10
Expand Down
4 changes: 2 additions & 2 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.1.13-alpha",
"version": "0.1.13",
"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 @@ -33,7 +33,7 @@
},
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.11",
"@automattic/jetpack-connection": "^0.30.5-alpha",
"@automattic/jetpack-connection": "^0.30.5",
"@automattic/jetpack-shared-extension-utils": "^0.12.4",
"@microsoft/fetch-event-source": "2.0.1",
"@wordpress/api-fetch": "6.41.0",
Expand Down

0 comments on commit 73a183e

Please sign in to comment.