@red-hat-developer-hub/backstage-plugin-global-floating-action-button 1.2.1 → 1.3.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 +15 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @red-hat-developer-hub/backstage-plugin-global-floating-action-button
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 251b379: Backstage version bump to v1.41.2
8
+
9
+ ## 1.2.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 01f38dc: Updated dependency `@mui/styles` to `5.18.0`.
14
+ Updated dependency `@mui/icons-material` to `5.18.0`.
15
+ Updated dependency `@mui/material` to `5.18.0`.
16
+ Updated dependency `@mui/styled-engine` to `5.18.0`.
17
+
3
18
  ## 1.2.1
4
19
 
5
20
  ### Patch Changes
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.2.1",
3
+ "version": "1.3.0",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -33,12 +33,12 @@
33
33
  "ui-test": "start-server-and-test start localhost:3000 'playwright test'"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/core-components": "^0.17.2",
37
- "@backstage/core-plugin-api": "^1.10.7",
38
- "@backstage/theme": "^0.6.6",
36
+ "@backstage/core-components": "^0.17.4",
37
+ "@backstage/core-plugin-api": "^1.10.9",
38
+ "@backstage/theme": "^0.6.7",
39
39
  "@mui/icons-material": "^5.15.17",
40
40
  "@mui/material": "^5.15.17",
41
- "@mui/styles": "5.17.1",
41
+ "@mui/styles": "5.18.0",
42
42
  "@scalprum/react-core": "0.9.5",
43
43
  "classnames": "^2.5.1",
44
44
  "react-use": "^17.2.4"
@@ -49,8 +49,8 @@
49
49
  "react-router-dom": "^6.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.32.1",
53
- "@backstage/dev-utils": "^1.1.10",
52
+ "@backstage/cli": "^0.33.1",
53
+ "@backstage/dev-utils": "^1.1.12",
54
54
  "@openshift/dynamic-plugin-sdk": "5.0.1",
55
55
  "@testing-library/jest-dom": "^6.0.0",
56
56
  "@testing-library/react": "^14.0.0",