Skip to content

Commit

Permalink
Update wordpress monorepo (#33687)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6579458263
  • Loading branch information
anomiex authored and matticbot committed Oct 19, 2023
1 parent 1a75ef5 commit 72a289e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
24 changes: 12 additions & 12 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.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": {
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 72a289e

Please sign in to comment.