@wordpress/private-apis
Advanced tools
Comparing version 1.15.0 to 1.16.0
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 1.16.0 (2025-01-15) | ||
## 1.15.0 (2025-01-02) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/private-apis", | ||
"version": "1.15.0", | ||
"version": "1.16.0", | ||
"description": "Internal experimental APIs for WordPress core.", | ||
@@ -38,3 +38,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "75a65eb8ffc168a92042544052f46d080a71ea45" | ||
"gitHead": "f48b9f56629e400891abb5ae491504de475237ff" | ||
} |
@@ -239,3 +239,3 @@ /** | ||
* import { logData } from 'package1'; | ||
* const experimenalLogData = unlock( logData ); | ||
* const experimentalLogData = unlock( logData ); | ||
* ``` | ||
@@ -242,0 +242,0 @@ */ |
115178