diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 2e04e49..7b25890 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.32.1" + ".": "0.32.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 209a39d..de05799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog +## [0.32.2](https://github.com/getmilpa/admin/compare/v0.32.1...v0.32.2) (2026-09-11) + + +### Bug Fixes + +* **assets:** the panel asks the design system instead of supplying it ([#106](https://github.com/getmilpa/admin/issues/106)) ([9238f8d](https://github.com/getmilpa/admin/commit/9238f8d980892705a6ffd04bd259d3a6f6f97c29)) + ## [0.32.1](https://github.com/getmilpa/admin/compare/v0.32.0...v0.32.1) (2026-09-11) diff --git a/src/AdminPlugin.php b/src/AdminPlugin.php index 45e6dae..5a1274f 100644 --- a/src/AdminPlugin.php +++ b/src/AdminPlugin.php @@ -82,7 +82,7 @@ * loopback-only, and the Settings section and the topbar chip say so (greenhouse decisions/0204). */ #[PluginMetadata( - version: '0.32.1', // x-release-please-version + version: '0.32.2', // x-release-please-version author: 'Rodrigo Vicente - TeamX Agency', site: 'https://teamx.agency', name: 'Admin',