@red-hat-developer-hub/backstage-plugin-global-header 1.18.2 → 1.20.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 +16 -0
  2. package/package.json +24 -26
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @red-hat-developer-hub/backstage-plugin-global-header
2
2
 
3
+ ## 1.20.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3f708c9: Backstage version bump to v1.45.2
8
+
9
+ ### Patch Changes
10
+
11
+ - 40b80fe: Remove "support", "lifecycle" keywords and "supported-versions" in package.json. Change "lifecycle" to active in catalog.yaml
12
+
13
+ ## 1.19.0
14
+
15
+ ### Minor Changes
16
+
17
+ - 7982d37: Backstage version bump to v1.44.2
18
+
3
19
  ## 1.18.2
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-global-header",
3
- "version": "1.18.2",
3
+ "version": "1.20.0",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -33,22 +33,22 @@
33
33
  "postpack": "backstage-cli package postpack"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-model": "^1.7.5",
37
- "@backstage/core-components": "^0.17.5",
38
- "@backstage/core-plugin-api": "^1.10.9",
39
- "@backstage/plugin-catalog-react": "^1.20.1",
40
- "@backstage/plugin-notifications": "^0.5.8",
41
- "@backstage/plugin-notifications-common": "^0.1.0",
42
- "@backstage/plugin-search": "^1.4.29",
43
- "@backstage/plugin-search-backend": "^2.0.5",
44
- "@backstage/plugin-search-backend-module-catalog": "^0.3.7",
45
- "@backstage/plugin-search-backend-module-pg": "^0.5.47",
46
- "@backstage/plugin-search-backend-module-techdocs": "^0.4.5",
47
- "@backstage/plugin-search-common": "^1.2.19",
48
- "@backstage/plugin-search-react": "^1.9.3",
49
- "@backstage/plugin-signals-react": "^0.0.15",
50
- "@backstage/plugin-user-settings": "^0.8.25",
51
- "@backstage/theme": "^0.6.8",
36
+ "@backstage/catalog-model": "^1.7.6",
37
+ "@backstage/core-components": "^0.18.3",
38
+ "@backstage/core-plugin-api": "^1.12.0",
39
+ "@backstage/plugin-catalog-react": "^1.21.3",
40
+ "@backstage/plugin-notifications": "^0.5.11",
41
+ "@backstage/plugin-notifications-common": "^0.2.0",
42
+ "@backstage/plugin-search": "^1.5.0",
43
+ "@backstage/plugin-search-backend": "^2.0.8",
44
+ "@backstage/plugin-search-backend-module-catalog": "^0.3.10",
45
+ "@backstage/plugin-search-backend-module-pg": "^0.5.50",
46
+ "@backstage/plugin-search-backend-module-techdocs": "^0.4.8",
47
+ "@backstage/plugin-search-common": "^1.2.21",
48
+ "@backstage/plugin-search-react": "^1.10.0",
49
+ "@backstage/plugin-signals-react": "^0.0.17",
50
+ "@backstage/plugin-user-settings": "^0.8.29",
51
+ "@backstage/theme": "^0.7.0",
52
52
  "@mui/icons-material": "5.18.0",
53
53
  "@mui/material": "5.18.0",
54
54
  "@mui/styled-engine": "5.18.0",
@@ -60,13 +60,13 @@
60
60
  "react-router-dom": "^6.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@backstage/cli": "^0.34.1",
64
- "@backstage/config": "^1.3.3",
65
- "@backstage/core-app-api": "^1.18.0",
66
- "@backstage/dev-utils": "^1.1.13",
67
- "@backstage/frontend-test-utils": "^0.3.5",
68
- "@backstage/plugin-search-common": "^1.2.19",
69
- "@backstage/test-utils": "^1.7.11",
63
+ "@backstage/cli": "^0.34.5",
64
+ "@backstage/config": "^1.3.6",
65
+ "@backstage/core-app-api": "^1.19.2",
66
+ "@backstage/dev-utils": "^1.1.17",
67
+ "@backstage/frontend-test-utils": "^0.4.1",
68
+ "@backstage/plugin-search-common": "^1.2.21",
69
+ "@backstage/test-utils": "^1.7.13",
70
70
  "@openshift/dynamic-plugin-sdk": "^5.0.1",
71
71
  "@red-hat-developer-hub/backstage-plugin-theme": "^0.10.0",
72
72
  "@testing-library/jest-dom": "^6.0.0",
@@ -77,8 +77,6 @@
77
77
  "react-router-dom": "^6.0.0"
78
78
  },
79
79
  "keywords": [
80
- "support:production",
81
- "lifecycle:active",
82
80
  "backstage",
83
81
  "plugin"
84
82
  ],