@wordpress/primitives
Advanced tools
Comparing version 4.11.0 to 4.12.0
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 4.12.0 (2024-11-16) | ||
## 4.11.0 (2024-10-30) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/primitives", | ||
"version": "4.11.0", | ||
"version": "4.12.0", | ||
"description": "WordPress cross-platform primitives.", | ||
@@ -29,6 +29,7 @@ "author": "The WordPress Contributors", | ||
"react-native": "src/index", | ||
"wpScript": true, | ||
"types": "build-types", | ||
"sideEffects": [ | ||
"src/**/*.scss" | ||
], | ||
"types": "build-types", | ||
"dependencies": { | ||
@@ -45,4 +46,3 @@ "@babel/runtime": "7.25.7", | ||
}, | ||
"wpScript": true, | ||
"gitHead": "dcf4613b33b0eda14e203ac30f700ed0db70347f" | ||
"gitHead": "510540d99f3d222a96f08d3d7b66c9e7a726f705" | ||
} |
127260