diff --git a/CHANGELOG.md b/CHANGELOG.md index c60ede9..2401a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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.1.13-alpha] - unreleased + +This is an alpha version! The changes listed here are not final. + +### Changed +- Updated package dependencies. + ## [0.1.12] - 2023-10-16 ### Changed - Updated package dependencies. [#33584] @@ -144,6 +151,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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.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 diff --git a/package.json b/package.json index a4ee2ef..a301d6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": false, "name": "@automattic/jetpack-ai-client", - "version": "0.1.12", + "version": "0.1.13-alpha", "description": "A JS client for consuming Jetpack AI services", "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme", "bugs": { @@ -32,18 +32,18 @@ ".": "./index.ts" }, "dependencies": { - "@automattic/jetpack-base-styles": "^0.6.10", - "@automattic/jetpack-connection": "^0.30.3", - "@automattic/jetpack-shared-extension-utils": "^0.12.3", + "@automattic/jetpack-base-styles": "^0.6.11-alpha", + "@automattic/jetpack-connection": "^0.30.4-alpha", + "@automattic/jetpack-shared-extension-utils": "^0.12.4-alpha", "@microsoft/fetch-event-source": "2.0.1", - "@wordpress/api-fetch": "6.40.0", - "@wordpress/block-editor": "12.11.0", - "@wordpress/components": "25.9.0", - "@wordpress/compose": "6.20.0", - "@wordpress/data": "9.13.0", - "@wordpress/element": "5.20.0", - "@wordpress/i18n": "4.43.0", - "@wordpress/icons": "9.34.0", + "@wordpress/api-fetch": "6.41.0", + "@wordpress/block-editor": "12.12.0", + "@wordpress/components": "25.10.0", + "@wordpress/compose": "6.21.0", + "@wordpress/data": "9.14.0", + "@wordpress/element": "5.21.0", + "@wordpress/i18n": "4.44.0", + "@wordpress/icons": "9.35.0", "classnames": "2.3.2", "debug": "4.3.4", "react": "18.2.0",