@red-hat-developer-hub/backstage-plugin-global-floating-action-button 1.8.1 → 1.9.1

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,17 @@
1
1
  # @red-hat-developer-hub/backstage-plugin-global-floating-action-button
2
2
 
3
+ ## 1.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5148408: Migrated to Jest 30 as required by @backstage/cli 0.36.0.
8
+
9
+ ## 1.9.0
10
+
11
+ ### Minor Changes
12
+
13
+ - f391dc4: Backstage version bump to v1.49.3
14
+
3
15
  ## 1.8.1
4
16
 
5
17
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
3
2
  import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
4
3
  import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api';
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.8.1",
3
+ "version": "1.9.1",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -32,8 +32,8 @@
32
32
  "ui-test": "start-server-and-test start localhost:3000 'playwright test'"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/core-components": "^0.18.7",
36
- "@backstage/core-plugin-api": "^1.12.3",
35
+ "@backstage/core-components": "^0.18.8",
36
+ "@backstage/core-plugin-api": "^1.12.4",
37
37
  "@backstage/theme": "^0.7.2",
38
38
  "@mui/icons-material": "^5.15.17",
39
39
  "@mui/material": "^5.15.17",
@@ -48,8 +48,8 @@
48
48
  "react-router-dom": "^6.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.35.4",
52
- "@backstage/dev-utils": "^1.1.20",
51
+ "@backstage/cli": "^0.36.0",
52
+ "@backstage/dev-utils": "^1.1.21",
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",