@backstage/plugin-catalog 1.5.0-next.1 → 1.5.1-next.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 +52 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
+ ## 1.5.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-plugin-api@1.0.6-next.0
9
+ - @backstage/core-components@0.11.1-next.0
10
+ - @backstage/catalog-client@1.0.5-next.0
11
+ - @backstage/integration-react@1.1.4-next.0
12
+ - @backstage/plugin-catalog-react@1.1.4-next.0
13
+ - @backstage/plugin-search-react@1.0.2-next.0
14
+ - @backstage/plugin-catalog-common@1.0.6-next.0
15
+ - @backstage/plugin-search-common@1.0.1-next.0
16
+
17
+ ## 1.5.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 80da5162c7: Plugin catalog has been modified to use an experimental feature where you can customize the title of the create button.
22
+
23
+ You can modify it by doing:
24
+
25
+ ```typescript jsx
26
+ import { catalogPlugin } from '@backstage/plugin-catalog';
27
+
28
+ catalogPlugin.__experimentalReconfigure({
29
+ createButtonTitle: 'New',
30
+ });
31
+ ```
32
+
33
+ - fe94398418: Allow changing the subtitle of the `CatalogTable` component
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies
38
+ - @backstage/core-components@0.11.0
39
+ - @backstage/core-plugin-api@1.0.5
40
+ - @backstage/plugin-catalog-react@1.1.3
41
+ - @backstage/plugin-catalog-common@1.0.5
42
+ - @backstage/integration-react@1.1.3
43
+ - @backstage/plugin-search-react@1.0.1
44
+
45
+ ## 1.5.0-next.2
46
+
47
+ ### Patch Changes
48
+
49
+ - Updated dependencies
50
+ - @backstage/plugin-catalog-react@1.1.3-next.2
51
+ - @backstage/core-components@0.11.0-next.2
52
+ - @backstage/integration-react@1.1.3-next.1
53
+ - @backstage/plugin-search-react@1.0.1-next.1
54
+
3
55
  ## 1.5.0-next.1
4
56
 
5
57
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
3
  "description": "The Backstage plugin for browsing the Backstage catalog",
4
- "version": "1.5.0-next.1",
4
+ "version": "1.5.1-next.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,16 +34,16 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/catalog-client": "^1.0.4",
37
+ "@backstage/catalog-client": "^1.0.5-next.0",
38
38
  "@backstage/catalog-model": "^1.1.0",
39
- "@backstage/core-components": "^0.10.1-next.1",
40
- "@backstage/core-plugin-api": "^1.0.5-next.0",
39
+ "@backstage/core-components": "^0.11.1-next.0",
40
+ "@backstage/core-plugin-api": "^1.0.6-next.0",
41
41
  "@backstage/errors": "^1.1.0",
42
- "@backstage/integration-react": "^1.1.3-next.0",
43
- "@backstage/plugin-catalog-common": "^1.0.5-next.0",
44
- "@backstage/plugin-catalog-react": "^1.1.3-next.1",
45
- "@backstage/plugin-search-common": "^1.0.0",
46
- "@backstage/plugin-search-react": "^1.0.1-next.0",
42
+ "@backstage/integration-react": "^1.1.4-next.0",
43
+ "@backstage/plugin-catalog-common": "^1.0.6-next.0",
44
+ "@backstage/plugin-catalog-react": "^1.1.4-next.0",
45
+ "@backstage/plugin-search-common": "^1.0.1-next.0",
46
+ "@backstage/plugin-search-react": "^1.0.2-next.0",
47
47
  "@backstage/theme": "^0.2.16",
48
48
  "@backstage/types": "^1.0.0",
49
49
  "@material-ui/core": "^4.12.2",
@@ -61,11 +61,11 @@
61
61
  "react": "^16.13.1 || ^17.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/cli": "^0.18.1-next.0",
65
- "@backstage/core-app-api": "^1.0.5-next.0",
66
- "@backstage/dev-utils": "^1.0.5-next.0",
67
- "@backstage/plugin-permission-react": "^0.4.4-next.0",
68
- "@backstage/test-utils": "^1.1.3-next.0",
64
+ "@backstage/cli": "^0.18.2-next.0",
65
+ "@backstage/core-app-api": "^1.0.6-next.0",
66
+ "@backstage/dev-utils": "^1.0.6-next.0",
67
+ "@backstage/plugin-permission-react": "^0.4.5-next.0",
68
+ "@backstage/test-utils": "^1.1.4-next.0",
69
69
  "@testing-library/jest-dom": "^5.10.1",
70
70
  "@testing-library/react": "^12.1.3",
71
71
  "@testing-library/user-event": "^14.0.0",
@@ -75,5 +75,5 @@
75
75
  "files": [
76
76
  "dist"
77
77
  ],
78
- "gitHead": "62bee85ae500414d27d7828288786de8f4816ef8"
78
+ "gitHead": "c6c0b1978a7ab4d29d813996c56beb7e6b48a268"
79
79
  }