@backstage-community/plugin-entity-feedback 0.11.1 → 0.12.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,16 @@
1
1
  # @backstage-community/plugin-entity-feedback
2
2
 
3
+ ## 0.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3e1695b: Backstage version bump to v1.44.0
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [3e1695b]
12
+ - @backstage-community/plugin-entity-feedback-common@0.10.0
13
+
3
14
  ## 0.11.1
4
15
 
5
16
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage-community/plugin-entity-feedback";
2
- var version = "0.11.1";
2
+ var version = "0.12.0";
3
3
  var backstage = {
4
4
  role: "frontend-plugin",
5
5
  pluginId: "entity-feedback",
@@ -53,23 +53,23 @@ var scripts = {
53
53
  var dependencies = {
54
54
  "@backstage-community/plugin-entity-feedback-common": "workspace:^",
55
55
  "@backstage/catalog-model": "^1.7.5",
56
- "@backstage/core-compat-api": "^0.5.2",
57
- "@backstage/core-components": "^0.18.1",
58
- "@backstage/core-plugin-api": "^1.11.0",
56
+ "@backstage/core-compat-api": "^0.5.3",
57
+ "@backstage/core-components": "^0.18.2",
58
+ "@backstage/core-plugin-api": "^1.11.1",
59
59
  "@backstage/errors": "^1.2.7",
60
- "@backstage/frontend-plugin-api": "^0.12.0",
61
- "@backstage/plugin-catalog-react": "^1.21.1",
60
+ "@backstage/frontend-plugin-api": "^0.12.1",
61
+ "@backstage/plugin-catalog-react": "^1.21.2",
62
62
  "@material-ui/core": "^4.9.13",
63
63
  "@material-ui/icons": "^4.9.1",
64
64
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
65
65
  "react-use": "^17.2.4"
66
66
  };
67
67
  var devDependencies = {
68
- "@backstage/cli": "patch:@backstage/cli@npm%3A0.34.3#~/.yarn/patches/@backstage-cli-npm-0.34.3-2b0ecb658a.patch",
69
- "@backstage/dev-utils": "^1.1.14",
70
- "@backstage/frontend-defaults": "^0.3.1",
71
- "@backstage/plugin-catalog": "^1.31.3",
72
- "@backstage/test-utils": "^1.7.11",
68
+ "@backstage/cli": "^0.34.4",
69
+ "@backstage/dev-utils": "^1.1.15",
70
+ "@backstage/frontend-defaults": "^0.3.2",
71
+ "@backstage/plugin-catalog": "^1.31.4",
72
+ "@backstage/test-utils": "^1.7.12",
73
73
  "@testing-library/dom": "^10.0.0",
74
74
  "@testing-library/jest-dom": "^6.0.0",
75
75
  "@testing-library/react": "^15.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-entity-feedback",
3
- "version": "0.11.1",
3
+ "version": "0.12.0",
4
4
  "backstage": {
5
5
  "role": "frontend-plugin",
6
6
  "pluginId": "entity-feedback",
@@ -64,25 +64,25 @@
64
64
  "test": "backstage-cli package test"
65
65
  },
66
66
  "dependencies": {
67
- "@backstage-community/plugin-entity-feedback-common": "^0.9.0",
67
+ "@backstage-community/plugin-entity-feedback-common": "^0.10.0",
68
68
  "@backstage/catalog-model": "^1.7.5",
69
- "@backstage/core-compat-api": "^0.5.2",
70
- "@backstage/core-components": "^0.18.1",
71
- "@backstage/core-plugin-api": "^1.11.0",
69
+ "@backstage/core-compat-api": "^0.5.3",
70
+ "@backstage/core-components": "^0.18.2",
71
+ "@backstage/core-plugin-api": "^1.11.1",
72
72
  "@backstage/errors": "^1.2.7",
73
- "@backstage/frontend-plugin-api": "^0.12.0",
74
- "@backstage/plugin-catalog-react": "^1.21.1",
73
+ "@backstage/frontend-plugin-api": "^0.12.1",
74
+ "@backstage/plugin-catalog-react": "^1.21.2",
75
75
  "@material-ui/core": "^4.9.13",
76
76
  "@material-ui/icons": "^4.9.1",
77
77
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
78
78
  "react-use": "^17.2.4"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/cli": "patch:@backstage/cli@npm%3A0.34.3#~/.yarn/patches/@backstage-cli-npm-0.34.3-2b0ecb658a.patch",
82
- "@backstage/dev-utils": "^1.1.14",
83
- "@backstage/frontend-defaults": "^0.3.1",
84
- "@backstage/plugin-catalog": "^1.31.3",
85
- "@backstage/test-utils": "^1.7.11",
81
+ "@backstage/cli": "^0.34.4",
82
+ "@backstage/dev-utils": "^1.1.15",
83
+ "@backstage/frontend-defaults": "^0.3.2",
84
+ "@backstage/plugin-catalog": "^1.31.4",
85
+ "@backstage/test-utils": "^1.7.12",
86
86
  "@testing-library/dom": "^10.0.0",
87
87
  "@testing-library/jest-dom": "^6.0.0",
88
88
  "@testing-library/react": "^15.0.0",