@backstage-community/plugin-tech-insights-maturity 0.6.2 → 0.6.4

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,20 @@
1
1
  # @backstage-community/plugin-tech-insights-maturity
2
2
 
3
+ ## 0.6.4
4
+
5
+ ### Patch Changes
6
+
7
+ - cf9caca: Fixes a typo in the package import in the README example.
8
+
9
+ ## 0.6.3
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [2d9ce90]
14
+ - @backstage-community/plugin-tech-insights-common@0.8.2
15
+ - @backstage-community/plugin-tech-insights-maturity-common@0.4.2
16
+ - @backstage-community/plugin-tech-insights-react@1.3.3
17
+
3
18
  ## 0.6.2
4
19
 
5
20
  ### Patch Changes
package/README.md CHANGED
@@ -91,7 +91,7 @@ Note: This only applies to entities of Kind: 'System', 'Domain', or 'Group'
91
91
  ```tsx
92
92
  // packages/app/src/components/catalog/EntityPage.tsx
93
93
 
94
- import { EntityMaturitySummaryContent } from '@backstage-community/plugin-tech-insight-maturity';
94
+ import { EntityMaturitySummaryContent } from '@backstage-community/plugin-tech-insights-maturity';
95
95
 
96
96
  const systemEntityPage = (
97
97
  <EntityLayoutWrapper>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-tech-insights-maturity",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "main": "./dist/index.esm.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -56,9 +56,9 @@
56
56
  "postpack": "backstage-cli package postpack"
57
57
  },
58
58
  "dependencies": {
59
- "@backstage-community/plugin-tech-insights-common": "^0.8.1",
60
- "@backstage-community/plugin-tech-insights-maturity-common": "^0.4.1",
61
- "@backstage-community/plugin-tech-insights-react": "^1.3.2",
59
+ "@backstage-community/plugin-tech-insights-common": "^0.8.2",
60
+ "@backstage-community/plugin-tech-insights-maturity-common": "^0.4.2",
61
+ "@backstage-community/plugin-tech-insights-react": "^1.3.3",
62
62
  "@backstage/catalog-client": "^1.12.1",
63
63
  "@backstage/catalog-model": "^1.7.6",
64
64
  "@backstage/core-components": "^0.18.6",