@automattic/jetpack-ai-client 0.34.26 → 0.34.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.34.28] - 2026-07-06
9
+ ### Changed
10
+ - Update package dependencies. [#50097] [#50183] [#50212]
11
+
12
+ ## [0.34.27] - 2026-06-29
13
+ ### Changed
14
+ - Update dependencies. [#50004]
15
+
8
16
  ## [0.34.26] - 2026-06-26
9
17
  ### Changed
10
18
  - Update dependencies. [#49821]
@@ -913,6 +921,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
913
921
  - AI Client: stop using smart document visibility handling on the fetchEventSource library, so it does not restart the completion when changing tabs. [#32004]
914
922
  - Updated package dependencies. [#31468] [#31659] [#31785]
915
923
 
924
+ [0.34.28]: https://github.com/Automattic/jetpack-ai-client/compare/v0.34.27...v0.34.28
925
+ [0.34.27]: https://github.com/Automattic/jetpack-ai-client/compare/v0.34.26...v0.34.27
916
926
  [0.34.26]: https://github.com/Automattic/jetpack-ai-client/compare/v0.34.25...v0.34.26
917
927
  [0.34.25]: https://github.com/Automattic/jetpack-ai-client/compare/v0.34.24...v0.34.25
918
928
  [0.34.24]: https://github.com/Automattic/jetpack-ai-client/compare/v0.34.23...v0.34.24
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/jetpack-ai-client",
3
- "version": "0.34.26",
3
+ "version": "0.34.28",
4
4
  "private": false,
5
5
  "description": "A JS client for consuming Jetpack AI services",
6
6
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/ai-client/#readme",
@@ -32,31 +32,31 @@
32
32
  "watch": "tsgo --watch --pretty"
33
33
  },
34
34
  "dependencies": {
35
- "@automattic/jetpack-base-styles": "^1.2.7",
36
- "@automattic/jetpack-components": "^1.12.13",
37
- "@automattic/jetpack-connection": "^1.4.66",
35
+ "@automattic/jetpack-base-styles": "^1.2.8",
36
+ "@automattic/jetpack-components": "^1.12.14",
37
+ "@automattic/jetpack-connection": "^1.5.0",
38
38
  "@automattic/jetpack-explat": "workspace:*",
39
- "@automattic/jetpack-script-data": "^0.6.4",
40
- "@automattic/jetpack-shared-extension-utils": "^2.0.5",
39
+ "@automattic/jetpack-script-data": "^0.6.5",
40
+ "@automattic/jetpack-shared-extension-utils": "^2.0.6",
41
41
  "@microsoft/fetch-event-source": "2.0.1",
42
42
  "@types/jest": "30.0.0",
43
43
  "@types/react": "18.3.28",
44
44
  "@types/wordpress__block-editor": "15.0.6",
45
- "@wordpress/api-fetch": "7.48.1",
46
- "@wordpress/base-styles": "10.0.1",
47
- "@wordpress/blob": "4.48.1",
48
- "@wordpress/block-editor": "15.21.1",
49
- "@wordpress/blocks": "15.21.1",
50
- "@wordpress/components": "35.0.1",
51
- "@wordpress/compose": "8.1.1",
52
- "@wordpress/data": "10.48.1",
53
- "@wordpress/editor": "14.48.1",
54
- "@wordpress/element": "8.0.1",
55
- "@wordpress/i18n": "6.21.1",
45
+ "@wordpress/api-fetch": "7.50.0",
46
+ "@wordpress/base-styles": "10.2.0",
47
+ "@wordpress/blob": "4.50.0",
48
+ "@wordpress/block-editor": "15.23.0",
49
+ "@wordpress/blocks": "15.23.0",
50
+ "@wordpress/components": "36.1.0",
51
+ "@wordpress/compose": "8.3.0",
52
+ "@wordpress/data": "10.50.0",
53
+ "@wordpress/editor": "14.50.0",
54
+ "@wordpress/element": "8.2.0",
55
+ "@wordpress/i18n": "6.23.0",
56
56
  "@wordpress/icons": "13.1.0",
57
- "@wordpress/primitives": "4.48.1",
57
+ "@wordpress/primitives": "4.50.0",
58
58
  "@wordpress/ui": "0.13.0",
59
- "@wordpress/url": "4.48.1",
59
+ "@wordpress/url": "4.50.0",
60
60
  "clsx": "2.1.1",
61
61
  "debug": "4.4.3",
62
62
  "markdown-it": "14.2.0",
@@ -65,14 +65,14 @@
65
65
  "turndown": "7.1.2"
66
66
  },
67
67
  "devDependencies": {
68
- "@storybook/addon-docs": "10.3.6",
69
- "@storybook/react": "10.3.6",
68
+ "@storybook/addon-docs": "10.4.6",
69
+ "@storybook/react": "10.4.6",
70
70
  "@testing-library/dom": "10.4.1",
71
71
  "@types/markdown-it": "14.1.2",
72
72
  "@types/turndown": "5.0.6",
73
73
  "@typescript/native-preview": "7.0.0-dev.20260225.1",
74
74
  "jest": "30.4.2",
75
- "storybook": "10.3.6",
75
+ "storybook": "10.4.6",
76
76
  "typescript": "5.9.3"
77
77
  }
78
78
  }