@automattic/jetpack-ai-client 0.16.3 → 0.16.4

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 +5 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ 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.16.4] - 2024-08-26
9
+ ### Changed
10
+ - Updated package dependencies. [#39004]
11
+
8
12
  ## [0.16.3] - 2024-08-21
9
13
  ### Fixed
10
14
  - Revert recent SVG image optimizations. [#38981]
@@ -388,6 +392,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
388
392
  - Updated package dependencies. [#31659]
389
393
  - Updated package dependencies. [#31785]
390
394
 
395
+ [0.16.4]: https://github.com/Automattic/jetpack-ai-client/compare/v0.16.3...v0.16.4
391
396
  [0.16.3]: https://github.com/Automattic/jetpack-ai-client/compare/v0.16.2...v0.16.3
392
397
  [0.16.2]: https://github.com/Automattic/jetpack-ai-client/compare/v0.16.1...v0.16.2
393
398
  [0.16.1]: https://github.com/Automattic/jetpack-ai-client/compare/v0.16.0...v0.16.1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@automattic/jetpack-ai-client",
4
- "version": "0.16.3",
4
+ "version": "0.16.4",
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",
7
7
  "bugs": {
@@ -43,9 +43,9 @@
43
43
  "main": "./build/index.js",
44
44
  "types": "./build/index.d.ts",
45
45
  "dependencies": {
46
- "@automattic/jetpack-base-styles": "^0.6.29",
46
+ "@automattic/jetpack-base-styles": "^0.6.30",
47
47
  "@automattic/jetpack-connection": "^0.35.3",
48
- "@automattic/jetpack-shared-extension-utils": "^0.15.4",
48
+ "@automattic/jetpack-shared-extension-utils": "^0.15.5",
49
49
  "@microsoft/fetch-event-source": "2.0.1",
50
50
  "@types/react": "18.3.3",
51
51
  "@types/wordpress__block-editor": "11.5.15",