@backstage-community/plugin-cost-insights-common 0.3.0 → 0.4.1

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,17 @@
1
1
  # @backstage-community/plugin-cost-insights-common
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 6c0f6ee: Update README links to point to community-plugins repository.
8
+
9
+ ## 0.4.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 2d52928: Backstage version bump to v1.37.0
14
+
3
15
  ## 0.3.0
4
16
 
5
17
  ### Minor Changes
package/README.md CHANGED
@@ -4,5 +4,5 @@ Shared isomorphic code for the cost-insights plugin.
4
4
 
5
5
  ## Links
6
6
 
7
- - [Frontend part of the plugin](https://github.com/backstage/backstage/tree/master/plugins/cost-insights)
7
+ - [Frontend part of the plugin](https://github.com/backstage/community-plugins/tree/main/workspaces/cost-insights/plugins/cost-insights)
8
8
  - [The Backstage homepage](https://backstage.io)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-cost-insights-common",
3
- "version": "0.3.0",
3
+ "version": "0.4.1",
4
4
  "description": "Common functionalities for the cost-insights plugin",
5
5
  "backstage": {
6
6
  "role": "common-library",
@@ -41,14 +41,7 @@
41
41
  "test": "backstage-cli package test"
42
42
  },
43
43
  "devDependencies": {
44
- "@backstage/cli": "^0.29.6"
45
- },
46
- "typesVersions": {
47
- "*": {
48
- "index": [
49
- "dist/index.d.ts"
50
- ]
51
- }
44
+ "@backstage/cli": "^0.31.0"
52
45
  },
53
46
  "module": "dist/index.esm.js"
54
47
  }