@anyshift/backstage-plugin-anyshift 0.1.0-beta.21 → 0.1.0-beta.22

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 ADDED
@@ -0,0 +1,34 @@
1
+ # Changelog
2
+
3
+ ## 0.1.0-beta.22
4
+
5
+ - Publish a consumer-ready package manifest with resolved workspace dependencies.
6
+
7
+ ## 0.1.0-beta.21
8
+
9
+ - Move package source and release ownership to `anyshift-io/backstage-plugins`.
10
+
11
+ ## 0.1.0-beta.6
12
+
13
+ - Add a discoverable global Cloud inventory page.
14
+ - Add generic cloud Resource content with identity, ownership, relations, ARN, and console links.
15
+
16
+ ## 0.1.0-beta.5
17
+
18
+ - Hide entity content for catalog resources without a supported Anyshift brief kind.
19
+ - Preserve the default workload view for GitHub-owned Components.
20
+
21
+ ## 0.1.0-beta.3
22
+
23
+ - Show durable catalog reconciliation status on the global dashboard.
24
+ - Add a permission-aware **Reconcile now** operator action.
25
+
26
+ ## 0.1.0-beta.2
27
+
28
+ - Coordinate the frontend package with the trusted catalog synchronization beta.
29
+ - Show configured, excluded, active, unclassified, and managed catalog coverage.
30
+
31
+ ## 0.1.0-beta.1
32
+
33
+ - Add discoverable dashboard, navigation, API, and entity-content extensions.
34
+ - Add permission-aware rendering for estate data and deterministic queries.
@@ -1,5 +1,5 @@
1
1
  var name = "@anyshift/backstage-plugin-anyshift";
2
- var version = "0.1.0-beta.21";
2
+ var version = "0.1.0-beta.22";
3
3
  var description = "Read-only Anyshift infrastructure context for Backstage";
4
4
  var main = "src/index.ts";
5
5
  var types = "src/index.ts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anyshift/backstage-plugin-anyshift",
3
- "version": "0.1.0-beta.21",
3
+ "version": "0.1.0-beta.22",
4
4
  "description": "Read-only Anyshift infrastructure context for Backstage",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
@@ -45,7 +45,7 @@
45
45
  "clean": "backstage-cli package clean"
46
46
  },
47
47
  "dependencies": {
48
- "@anyshift/backstage-plugin-anyshift-common": "workspace:^",
48
+ "@anyshift/backstage-plugin-anyshift-common": "^0.1.0-beta.16",
49
49
  "@backstage/catalog-model": "^1.9.0",
50
50
  "@backstage/core-components": "^0.18.11",
51
51
  "@backstage/frontend-plugin-api": "^0.17.2",
@@ -81,4 +81,4 @@
81
81
  }
82
82
  },
83
83
  "module": "./dist/index.esm.js"
84
- }
84
+ }