@pagerduty/backstage-plugin-common 0.2.4 → 0.2.6

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 +19 -0
  2. package/package.json +3 -3
package/CHANGELOG.md ADDED
@@ -0,0 +1,19 @@
1
+ # @pagerduty/backstage-plugin-common
2
+
3
+ ## 0.2.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 47afbbc: Make changesets mandatory for all the packages
8
+
9
+ ## 0.2.5
10
+
11
+ ### Patch Changes
12
+
13
+ - 63a9957: Fix issue related to the use of backstage:^ token as a version for Backstage dependencies
14
+
15
+ ## 0.2.4
16
+
17
+ ### Patch Changes
18
+
19
+ - 2947469: Remove unnecessary dependencies
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pagerduty/backstage-plugin-common",
3
3
  "description": "Common components for PagerDuty plugins for Backstage",
4
- "version": "0.2.4",
4
+ "version": "0.2.6",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -39,7 +39,7 @@
39
39
  "clean": "backstage-cli package clean"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "backstage:^",
42
+ "@backstage/cli": "^0.35.1",
43
43
  "@commitlint/cli": "^17.7.1",
44
44
  "@commitlint/config-conventional": "^17.7.0",
45
45
  "typescript": "^5.8.0"
@@ -55,4 +55,4 @@
55
55
  }
56
56
  },
57
57
  "module": "./dist/index.esm.js"
58
- }
58
+ }