@backstage-community/plugin-tekton-common 1.17.0 → 1.18.1

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 +13 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,4 +1,16 @@
1
- # @janus-idp/backstage-plugin-tekton-common
1
+ # @backstage-community/plugin-tekton-common
2
+
3
+ ## 1.18.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 4818f35: Updated the `repository.url` value to just be an HTTP URL in the `package.json` file following the common convention in this repo.
8
+
9
+ ## 1.18.0
10
+
11
+ ### Minor Changes
12
+
13
+ - d3e6dbe: Backstage version bump to v1.47.2
2
14
 
3
15
  ## 1.17.0
4
16
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage-community/plugin-tekton-common",
3
3
  "description": "Common functionalities for the tekton plugin",
4
- "version": "1.17.0",
4
+ "version": "1.18.1",
5
5
  "main": "dist/index.cjs.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -31,17 +31,17 @@
31
31
  "postpack": "backstage-cli package postpack"
32
32
  },
33
33
  "devDependencies": {
34
- "@backstage/cli": "^0.35.1"
34
+ "@backstage/cli": "^0.35.3"
35
35
  },
36
36
  "peerDependencies": {
37
- "@backstage/plugin-permission-common": "^0.9.3"
37
+ "@backstage/plugin-permission-common": "^0.9.5"
38
38
  },
39
39
  "files": [
40
40
  "dist"
41
41
  ],
42
42
  "repository": {
43
43
  "type": "git",
44
- "url": "git+https://github.com/backstage/community-plugins.git",
44
+ "url": "https://github.com/backstage/community-plugins.git",
45
45
  "directory": "workspaces/tekton/plugins/tekton-common"
46
46
  },
47
47
  "keywords": [