@plaudit/gutenberg-api-extensions 2.93.0 → 2.93.1

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 +4 -0
  2. package/package.json +2 -2
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.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [2.93.1] - 2026-04-15
9
+ ### Internals
10
+ - Added a missing pin
11
+
8
12
  ## [2.93.0] - 2026-04-15
9
13
  ### Added
10
14
  - Helpers for working with `WP_Error` responses from WP REST API calls client-side
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaudit/gutenberg-api-extensions",
3
- "version": "2.93.0",
3
+ "version": "2.93.1",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "files": [
6
6
  "./dist",
@@ -25,7 +25,7 @@
25
25
  "@types/react": "^18.3.28",
26
26
  "@types/wordpress__block-editor": "^15.0.5",
27
27
  "@types/wordpress__blocks": "^15.10.2",
28
- "@wordpress/block-editor": "^15.16.0",
28
+ "@wordpress/block-editor": "15.16.0",
29
29
  "@wordpress/blocks": "15.16.0",
30
30
  "@wordpress/components": "30.9.0",
31
31
  "@wordpress/compose": "7.43.0",