@backstage/plugin-scaffolder-common 1.5.9-next.0 → 1.5.10-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 +19 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @backstage/plugin-scaffolder-common
2
2
 
3
+ ## 1.5.10-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 09cf038: Got rid of most `@backstage/backend-common` usages
8
+ - Updated dependencies
9
+ - @backstage/catalog-model@1.7.3
10
+ - @backstage/types@1.2.1
11
+ - @backstage/plugin-permission-common@0.8.4
12
+
13
+ ## 1.5.9
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/types@1.2.1
19
+ - @backstage/catalog-model@1.7.3
20
+ - @backstage/plugin-permission-common@0.8.4
21
+
3
22
  ## 1.5.9-next.0
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-common",
3
- "version": "1.5.9-next.0",
3
+ "version": "1.5.10-next.0",
4
4
  "description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin",
5
5
  "backstage": {
6
6
  "role": "common-library",
@@ -70,12 +70,12 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/catalog-model": "1.7.3-next.0",
74
- "@backstage/plugin-permission-common": "0.8.4-next.0",
75
- "@backstage/types": "1.2.1-next.0"
73
+ "@backstage/catalog-model": "1.7.3",
74
+ "@backstage/plugin-permission-common": "0.8.4",
75
+ "@backstage/types": "1.2.1"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "0.29.5-next.1"
78
+ "@backstage/cli": "0.30.1-next.0"
79
79
  },
80
80
  "module": "./dist/index.esm.js"
81
81
  }