Skip to content

Commit

Permalink
Update wordpress monorepo (#40363)
Browse files Browse the repository at this point in the history
* Update wordpress monorepo
* Set `__next40pxDefaultSize` on various components to silence warnings

---------

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Brad Jorsch <brad.jorsch@automattic.com>

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12126294427

Upstream-Ref: Automattic/jetpack@24db28b
  • Loading branch information
anomiex authored and matticbot committed Dec 2, 2024
1 parent bee2434 commit 093b6d2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 11 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.25.1-alpha] - unreleased

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

### Changed
- Updated package dependencies.

## [0.25.0] - 2024-11-25
### Added
- AI Client: split disabled prop to allow disabling input and action button separately [#40210]
Expand Down Expand Up @@ -471,6 +478,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- AI Client: stop using smart document visibility handling on the fetchEventSource library, so it does not restart the completion when changing tabs. [#32004]
- Updated package dependencies. [#31468] [#31659] [#31785]

[0.25.1-alpha]: https://github.com/Automattic/jetpack-ai-client/compare/v0.25.0...v0.25.1-alpha
[0.25.0]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.3...v0.25.0
[0.24.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.2...v0.24.3
[0.24.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.24.1...v0.24.2
Expand Down
22 changes: 11 additions & 11 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.25.0",
"version": "0.25.1-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 @@ -44,21 +44,21 @@
"main": "./build/index.js",
"types": "./build/index.d.ts",
"dependencies": {
"@automattic/jetpack-base-styles": "^0.6.37",
"@automattic/jetpack-base-styles": "^0.6.38-alpha",
"@automattic/jetpack-connection": "^0.36.0-alpha",
"@automattic/jetpack-shared-extension-utils": "^0.16.0-alpha",
"@microsoft/fetch-event-source": "2.0.1",
"@types/react": "18.3.12",
"@types/wordpress__block-editor": "11.5.15",
"@wordpress/api-fetch": "7.12.0",
"@wordpress/blob": "4.12.0",
"@wordpress/block-editor": "14.7.0",
"@wordpress/components": "28.12.0",
"@wordpress/compose": "7.12.0",
"@wordpress/data": "10.12.0",
"@wordpress/element": "6.12.0",
"@wordpress/i18n": "5.12.0",
"@wordpress/icons": "10.12.0",
"@wordpress/api-fetch": "7.13.0",
"@wordpress/blob": "4.13.0",
"@wordpress/block-editor": "14.8.0",
"@wordpress/components": "28.13.0",
"@wordpress/compose": "7.13.0",
"@wordpress/data": "10.13.0",
"@wordpress/element": "6.13.0",
"@wordpress/i18n": "5.13.0",
"@wordpress/icons": "10.13.0",
"clsx": "2.1.1",
"debug": "4.3.4",
"markdown-it": "14.0.0",
Expand Down

0 comments on commit 093b6d2

Please sign in to comment.