From 6617856a4018483b4875c88379147913dfb90a73 Mon Sep 17 00:00:00 2001 From: rhdh-bot service account Date: Mon, 6 Jan 2025 05:34:15 -0500 Subject: [PATCH] Version Packages (#236) --- .../.changeset/heavy-apples-laugh.md | 5 ----- .../.changeset/renovate-d4f3e08.md | 5 ----- .../plugins/global-floating-action-button/CHANGELOG.md | 7 +++++++ .../plugins/global-floating-action-button/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 workspaces/global-floating-action-button/.changeset/heavy-apples-laugh.md delete mode 100644 workspaces/global-floating-action-button/.changeset/renovate-d4f3e08.md diff --git a/workspaces/global-floating-action-button/.changeset/heavy-apples-laugh.md b/workspaces/global-floating-action-button/.changeset/heavy-apples-laugh.md deleted file mode 100644 index 9c38db4d3..000000000 --- a/workspaces/global-floating-action-button/.changeset/heavy-apples-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-global-floating-action-button': patch ---- - -align page-end floating action buttons to the right page when expanded diff --git a/workspaces/global-floating-action-button/.changeset/renovate-d4f3e08.md b/workspaces/global-floating-action-button/.changeset/renovate-d4f3e08.md deleted file mode 100644 index 567201301..000000000 --- a/workspaces/global-floating-action-button/.changeset/renovate-d4f3e08.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-global-floating-action-button': patch ---- - -Updated dependency `@mui/styles` to `5.16.13`. diff --git a/workspaces/global-floating-action-button/plugins/global-floating-action-button/CHANGELOG.md b/workspaces/global-floating-action-button/plugins/global-floating-action-button/CHANGELOG.md index ca91b2ed7..85246468f 100644 --- a/workspaces/global-floating-action-button/plugins/global-floating-action-button/CHANGELOG.md +++ b/workspaces/global-floating-action-button/plugins/global-floating-action-button/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-global-floating-action-button +## 0.0.2 + +### Patch Changes + +- 37af2c4: align page-end floating action buttons to the right page when expanded +- 09dfb9d: Updated dependency `@mui/styles` to `5.16.13`. + ## 0.0.1 ### Patch Changes diff --git a/workspaces/global-floating-action-button/plugins/global-floating-action-button/package.json b/workspaces/global-floating-action-button/plugins/global-floating-action-button/package.json index 386cf75ea..4a3d7c273 100644 --- a/workspaces/global-floating-action-button/plugins/global-floating-action-button/package.json +++ b/workspaces/global-floating-action-button/plugins/global-floating-action-button/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-global-floating-action-button", - "version": "0.0.1", + "version": "0.0.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",