@wordpress/undo-manager
Advanced tools
Comparing version 0.13.0 to 0.14.0
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 0.14.0 (2024-03-21) | ||
## 0.13.0 (2024-03-06) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/undo-manager", | ||
"version": "0.13.0", | ||
"version": "0.14.0", | ||
"description": "A small package to manage undo/redo.", | ||
@@ -32,3 +32,3 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "^7.16.0", | ||
"@wordpress/is-shallow-equal": "^4.53.0" | ||
"@wordpress/is-shallow-equal": "^4.54.0" | ||
}, | ||
@@ -38,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ac3c3e465a083081a86a4da6ee6fb817b41e5130" | ||
"gitHead": "ffc07735d0abfb3f69e91d48f25b7fe8d1ef92d2" | ||
} |
{ | ||
"$schema": "https://json.schemastore.org/tsconfig.json", | ||
"extends": "../../tsconfig.base.json", | ||
@@ -3,0 +4,0 @@ "compilerOptions": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
106081
800