@backstage/core-compat-api 0.3.0-next.2 → 0.3.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 +16 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/core-compat-api
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 6db849e: **BREAKING**: The `namespace` parameter for API's is now defaulted to the `pluginId` which was discovered. This means that if you're overriding API's by using ID's directly, they might have changed to include the plugin ID too.
8
+
9
+ ### Patch Changes
10
+
11
+ - fec8b57: Updated exports to use the new type parameters for extensions and extension blueprints.
12
+ - c816e2d: Added support for new `FrontendPlugin` and `FrontendModule` types.
13
+ - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
14
+ - Updated dependencies
15
+ - @backstage/frontend-plugin-api@0.8.0
16
+ - @backstage/core-plugin-api@1.9.4
17
+ - @backstage/version-bridge@1.0.9
18
+
3
19
  ## 0.3.0-next.2
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-compat-api",
3
- "version": "0.3.0-next.2",
3
+ "version": "0.3.0",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -31,21 +31,21 @@
31
31
  "test": "backstage-cli package test"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/core-plugin-api": "^1.9.4-next.0",
35
- "@backstage/frontend-plugin-api": "^0.8.0-next.2",
36
- "@backstage/version-bridge": "^1.0.9-next.0",
34
+ "@backstage/core-plugin-api": "^1.9.4",
35
+ "@backstage/frontend-plugin-api": "^0.8.0",
36
+ "@backstage/version-bridge": "^1.0.9",
37
37
  "@types/react": "^16.13.1 || ^17.0.0",
38
38
  "lodash": "^4.17.21"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@backstage-community/plugin-puppetdb": "^0.1.18",
42
42
  "@backstage-community/plugin-stackstorm": "^0.1.16",
43
- "@backstage/cli": "^0.27.1-next.2",
44
- "@backstage/core-app-api": "^1.14.3-next.0",
45
- "@backstage/frontend-app-api": "^0.9.0-next.2",
46
- "@backstage/frontend-test-utils": "^0.2.0-next.2",
47
- "@backstage/plugin-catalog": "^1.23.0-next.2",
48
- "@backstage/test-utils": "^1.6.0-next.1",
43
+ "@backstage/cli": "^0.27.1",
44
+ "@backstage/core-app-api": "^1.15.0",
45
+ "@backstage/frontend-app-api": "^0.9.0",
46
+ "@backstage/frontend-test-utils": "^0.2.0",
47
+ "@backstage/plugin-catalog": "^1.23.0",
48
+ "@backstage/test-utils": "^1.6.0",
49
49
  "@oriflame/backstage-plugin-score-card": "^0.8.0",
50
50
  "@testing-library/jest-dom": "^6.0.0",
51
51
  "@testing-library/react": "^16.0.0"