@wordpress/admin-ui 1.0.1-next.ff1cebbba.0 → 1.1.0

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 +2 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,5 @@
1
1
  <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. -->
2
2
 
3
3
  ## Unreleased
4
+
5
+ ## 1.1.0 (2025-10-17)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/admin-ui",
3
- "version": "1.0.1-next.ff1cebbba.0",
3
+ "version": "1.1.0",
4
4
  "description": "Generic components to be used in the Admin UI.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -36,13 +36,13 @@
36
36
  "types": "build-types",
37
37
  "sideEffects": false,
38
38
  "dependencies": {
39
- "@wordpress/base-styles": "^6.8.1-next.ff1cebbba.0",
40
- "@wordpress/components": "^30.6.1-next.ff1cebbba.0",
41
- "@wordpress/element": "^6.32.1-next.ff1cebbba.0",
39
+ "@wordpress/base-styles": "^6.9.0",
40
+ "@wordpress/components": "^30.6.0",
41
+ "@wordpress/element": "^6.33.0",
42
42
  "clsx": "^2.1.1"
43
43
  },
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "c5b659710aff01d40d2eb97b211eb2cec9c07d3b"
47
+ "gitHead": "2bbe0d34ab65458468758c48826296d7a753428b"
48
48
  }