@spotify/backstage-plugin-pulse-common 0.2.2 → 0.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +4 -4
package/CHANGELOG.md ADDED
@@ -0,0 +1,13 @@
1
+ # @spotify/backstage-plugin-pulse-common
2
+
3
+ ## 0.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 7488dd5e: Updated to Backstage release `1.11.0`.
8
+
9
+ ## 0.3.0
10
+
11
+ ### Minor Changes
12
+
13
+ - d72af34c: Upgrade to Backstage 1.10.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spotify/backstage-plugin-pulse-common",
3
- "version": "0.2.2",
3
+ "version": "0.4.0",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "homepage": "https://backstage.spotify.com/",
6
6
  "main": "dist/index.cjs.js",
@@ -24,13 +24,13 @@
24
24
  "generate": "graphql-codegen"
25
25
  },
26
26
  "dependencies": {
27
- "@backstage/plugin-permission-common": "^0.7.2",
27
+ "@backstage/plugin-permission-common": "^0.7.3",
28
28
  "graphql": "^16.0.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@backstage/cli": "^0.22.0",
31
+ "@backstage/cli": "^0.22.2",
32
32
  "@graphql-codegen/cli": "^2.13.1",
33
- "@graphql-codegen/typescript": "^2.7.3",
33
+ "@graphql-codegen/typescript": "^2.8.2",
34
34
  "@graphql-codegen/typescript-resolvers": "^2.7.2",
35
35
  "prettier": "^2.7.1"
36
36
  },