@backstage-community/plugin-ocm-common 3.8.1 → 3.8.3

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 +12 -0
  2. package/package.json +2 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  ## @backstage-community/plugin-ocm-common [3.3.0](https://github.com/janus-idp/backstage-plugins/compare/@backstage-community/plugin-ocm-common@3.2.0...@backstage-community/plugin-ocm-common@3.3.0) (2024-07-26)
2
2
 
3
+ ## 3.8.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 1ac3b94: remove @spotify/prettier-config direct dependency
8
+
9
+ ## 3.8.2
10
+
11
+ ### Patch Changes
12
+
13
+ - f84ad73: chore: remove homepage field from package.json
14
+
3
15
  ## 3.8.1
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-ocm-common",
3
3
  "description": "Common functionalities for the Open Cluster Management plugin",
4
- "version": "3.8.1",
4
+ "version": "3.8.3",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -36,8 +36,7 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@backstage/cli": "^0.30.0",
39
- "@backstage/plugin-permission-common": "^0.8.4",
40
- "@spotify/prettier-config": "^15.0.0"
39
+ "@backstage/plugin-permission-common": "^0.8.4"
41
40
  },
42
41
  "files": [
43
42
  "dist"
@@ -53,7 +52,6 @@
53
52
  "backstage",
54
53
  "plugin"
55
54
  ],
56
- "homepage": "https://red.ht/rhdh",
57
55
  "bugs": "https://github.com/backstage/community-plugins/issues",
58
56
  "peerDependencies": {
59
57
  "@backstage/plugin-permission-common": "^0.8.4"