@marble-sh/backstage-plugin-grafana-common 1.2.1 → 1.2.2

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 +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @marble-sh/backstage-plugin-grafana-common
2
2
 
3
+ ## 1.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - b164dcc: Bump backstage dependencies to 1.55.1
8
+
3
9
  ## 1.2.1
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marble-sh/backstage-plugin-grafana-common",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Common functionality for the Grafana Backstage plugins (types, annotations, and API contracts)",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "types": "./dist/index.d.ts",
@@ -28,10 +28,10 @@
28
28
  "test": "backstage-cli package test"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/catalog-model": "^1.10.0"
31
+ "@backstage/catalog-model": "^1.10.1"
32
32
  },
33
33
  "devDependencies": {
34
- "@backstage/cli": "^0.36.5"
34
+ "@backstage/cli": "^0.36.6"
35
35
  },
36
36
  "files": [
37
37
  "dist"