@backstage/plugin-scaffolder-common 1.5.2-next.1 → 1.5.2

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @backstage/plugin-scaffolder-common
2
2
 
3
+ ## 1.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 9156654: Capturing more event clicks for scaffolder
8
+ - Updated dependencies
9
+ - @backstage/catalog-model@1.5.0
10
+
3
11
  ## 1.5.2-next.1
4
12
 
5
13
  ### Patch Changes
@@ -641,8 +649,7 @@
641
649
 
642
650
  - e72d371296: Added `TemplateEntityV1beta2` which was moved here from
643
651
  `@backstage/plugin-scaffolder-common`. It has also been marked as deprecated in
644
- the process - please consider [migrating to `v1beta3`
645
- templates](https://backstage.io/docs/features/software-templates/migrating-from-v1beta2-to-v1beta3).
652
+ the process - please consider [migrating to `v1beta3` templates](https://backstage.io/docs/features/software-templates/migrating-from-v1beta2-to-v1beta3).
646
653
  - c77c5c7eb6: Added `backstage.role` to `package.json`
647
654
  - Updated dependencies
648
655
  - @backstage/catalog-model@0.10.0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-common",
3
- "version": "1.5.2-next.1",
3
+ "version": "1.5.2",
4
4
  "main": "../dist/alpha.cjs.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-common",
3
- "version": "1.5.2-next.1",
3
+ "version": "1.5.2",
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"
@@ -52,12 +52,12 @@
52
52
  "test": "backstage-cli package test"
53
53
  },
54
54
  "dependencies": {
55
- "@backstage/catalog-model": "^1.5.0-next.0",
55
+ "@backstage/catalog-model": "^1.5.0",
56
56
  "@backstage/plugin-permission-common": "^0.7.13",
57
57
  "@backstage/types": "^1.1.1"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/cli": "^0.26.5-next.0"
60
+ "@backstage/cli": "^0.26.5"
61
61
  },
62
62
  "module": "./dist/index.esm.js"
63
63
  }