@red-hat-developer-hub/backstage-plugin-global-floating-action-button 1.7.3 → 1.8.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @red-hat-developer-hub/backstage-plugin-global-floating-action-button
2
2
 
3
+ ## 1.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 296ec15: Backstage version bump to v1.48.4
8
+
3
9
  ## 1.7.3
4
10
 
5
11
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
2
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
3
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
4
- import * as _backstage_core_plugin_api_alpha from '@backstage/core-plugin-api/alpha';
4
+ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
5
5
 
6
6
  /**
7
7
  * Slot
@@ -62,7 +62,7 @@ type FABMountPoint = {
62
62
  * Translation reference for global floating action button plugin
63
63
  * @public
64
64
  */
65
- declare const globalFloatingActionButtonTranslationRef: _backstage_core_plugin_api_alpha.TranslationRef<"plugin.global-floating-action-button", {
65
+ declare const globalFloatingActionButtonTranslationRef: _backstage_frontend_plugin_api.TranslationRef<"plugin.global-floating-action-button", {
66
66
  readonly "fab.menu.tooltip": string;
67
67
  readonly "fab.github.label": string;
68
68
  readonly "fab.github.tooltip": string;
@@ -82,7 +82,7 @@ declare const globalFloatingActionButtonTranslationRef: _backstage_core_plugin_a
82
82
  * Translation Resource for Global Floating Action Button
83
83
  * @public
84
84
  */
85
- declare const globalFloatingActionButtonTranslations: _backstage_core_plugin_api_alpha.TranslationResource<"plugin.global-floating-action-button">;
85
+ declare const globalFloatingActionButtonTranslations: _backstage_frontend_plugin_api.TranslationResource<"plugin.global-floating-action-button">;
86
86
 
87
87
  /**
88
88
  * Global Floating Action Button Plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-global-floating-action-button",
3
- "version": "1.7.3",
3
+ "version": "1.8.0",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -32,9 +32,9 @@
32
32
  "ui-test": "start-server-and-test start localhost:3000 'playwright test'"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/core-components": "^0.18.3",
36
- "@backstage/core-plugin-api": "^1.12.0",
37
- "@backstage/theme": "^0.7.0",
35
+ "@backstage/core-components": "^0.18.7",
36
+ "@backstage/core-plugin-api": "^1.12.3",
37
+ "@backstage/theme": "^0.7.2",
38
38
  "@mui/icons-material": "^5.15.17",
39
39
  "@mui/material": "^5.15.17",
40
40
  "@mui/styles": "5.18.0",
@@ -48,8 +48,8 @@
48
48
  "react-router-dom": "^6.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.34.5",
52
- "@backstage/dev-utils": "^1.1.17",
51
+ "@backstage/cli": "^0.35.4",
52
+ "@backstage/dev-utils": "^1.1.20",
53
53
  "@openshift/dynamic-plugin-sdk": "5.0.1",
54
54
  "@testing-library/jest-dom": "^6.0.0",
55
55
  "@testing-library/react": "^14.0.0",