@backstage/plugin-catalog-node 1.20.0-next.1 → 1.20.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 +31 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @backstage/plugin-catalog-node
2
2
 
3
+ ## 1.20.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/backend-plugin-api@1.5.1-next.0
9
+ - @backstage/plugin-permission-node@0.10.7-next.0
10
+ - @backstage/catalog-client@1.12.1
11
+ - @backstage/catalog-model@1.7.6
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/types@1.2.2
14
+ - @backstage/plugin-catalog-common@1.1.7
15
+ - @backstage/plugin-permission-common@0.9.3
16
+
17
+ ## 1.20.0
18
+
19
+ ### Minor Changes
20
+
21
+ - 9d3ec06: Make YAML merge (<<:) support configurable in the Backstage Catalog instead of always being enabled
22
+ - 8c26af4: Enable YAML merge keys in yamlPlaceholderResolver
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @backstage/backend-plugin-api@1.5.0
28
+ - @backstage/plugin-permission-common@0.9.3
29
+ - @backstage/catalog-model@1.7.6
30
+ - @backstage/catalog-client@1.12.1
31
+ - @backstage/plugin-catalog-common@1.1.7
32
+ - @backstage/plugin-permission-node@0.10.6
33
+
3
34
  ## 1.20.0-next.1
4
35
 
5
36
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-node",
3
- "version": "1.20.0-next.1",
3
+ "version": "1.20.1-next.0",
4
4
  "description": "The plugin-catalog-node module for @backstage/plugin-catalog-backend",
5
5
  "backstage": {
6
6
  "role": "node-library",
@@ -72,20 +72,20 @@
72
72
  "test": "backstage-cli package test"
73
73
  },
74
74
  "dependencies": {
75
- "@backstage/backend-plugin-api": "1.5.0-next.1",
76
- "@backstage/catalog-client": "1.12.1-next.0",
77
- "@backstage/catalog-model": "1.7.6-next.0",
75
+ "@backstage/backend-plugin-api": "1.5.1-next.0",
76
+ "@backstage/catalog-client": "1.12.1",
77
+ "@backstage/catalog-model": "1.7.6",
78
78
  "@backstage/errors": "1.2.7",
79
- "@backstage/plugin-catalog-common": "1.1.7-next.0",
80
- "@backstage/plugin-permission-common": "0.9.3-next.1",
81
- "@backstage/plugin-permission-node": "0.10.6-next.1",
79
+ "@backstage/plugin-catalog-common": "1.1.7",
80
+ "@backstage/plugin-permission-common": "0.9.3",
81
+ "@backstage/plugin-permission-node": "0.10.7-next.0",
82
82
  "@backstage/types": "1.2.2",
83
83
  "lodash": "^4.17.21",
84
84
  "yaml": "^2.0.0"
85
85
  },
86
86
  "devDependencies": {
87
- "@backstage/backend-test-utils": "1.10.0-next.1",
88
- "@backstage/cli": "0.34.5-next.1",
87
+ "@backstage/backend-test-utils": "1.10.1-next.0",
88
+ "@backstage/cli": "0.34.6-next.0",
89
89
  "msw": "^1.0.0"
90
90
  }
91
91
  }