@backstage-community/plugin-tekton 3.34.3 → 3.35.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.
- package/CHANGELOG.md +18 -0
- package/package.json +10 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage-community/plugin-tekton
|
|
2
2
|
|
|
3
|
+
## 3.35.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- d3e6dbe: Backstage version bump to v1.47.2
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [d3e6dbe]
|
|
12
|
+
- @backstage-community/plugin-tekton-common@1.18.0
|
|
13
|
+
- @backstage-community/plugin-tekton-react@0.3.0
|
|
14
|
+
|
|
3
15
|
## 3.34.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -30,6 +42,12 @@
|
|
|
30
42
|
- @backstage-community/plugin-tekton-common@1.17.0
|
|
31
43
|
- @backstage-community/plugin-tekton-react@0.2.0
|
|
32
44
|
|
|
45
|
+
## 3.33.3
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- 782b46b: Added and updated fr, it and ja translation files
|
|
50
|
+
|
|
33
51
|
## 3.33.2
|
|
34
52
|
|
|
35
53
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage-community/plugin-tekton",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.35.0",
|
|
4
4
|
"main": "./dist/index.esm.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -60,18 +60,17 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@aonic-ui/pipelines": "^3.1.0",
|
|
63
|
-
"@backstage-community/plugin-tekton-common": "^1.
|
|
64
|
-
"@backstage-community/plugin-tekton-react": "^0.
|
|
63
|
+
"@backstage-community/plugin-tekton-common": "^1.18.0",
|
|
64
|
+
"@backstage-community/plugin-tekton-react": "^0.3.0",
|
|
65
65
|
"@backstage/catalog-model": "^1.7.6",
|
|
66
|
-
"@backstage/core-components": "^0.18.
|
|
67
|
-
"@backstage/core-plugin-api": "^1.12.
|
|
68
|
-
"@backstage/frontend-plugin-api": "^0.13.
|
|
69
|
-
"@backstage/plugin-catalog-react": "^1.21.
|
|
66
|
+
"@backstage/core-components": "^0.18.6",
|
|
67
|
+
"@backstage/core-plugin-api": "^1.12.2",
|
|
68
|
+
"@backstage/frontend-plugin-api": "^0.13.4",
|
|
69
|
+
"@backstage/plugin-catalog-react": "^1.21.6",
|
|
70
70
|
"@backstage/plugin-kubernetes-common": "^0.9.9",
|
|
71
|
-
"@backstage/plugin-kubernetes-react": "^0.5.
|
|
71
|
+
"@backstage/plugin-kubernetes-react": "^0.5.15",
|
|
72
72
|
"@backstage/plugin-permission-react": "^0.4.39",
|
|
73
73
|
"@backstage/theme": "^0.7.1",
|
|
74
|
-
"@backstage/ui": "^0.10.0",
|
|
75
74
|
"@kubernetes/client-node": "1.4.0",
|
|
76
75
|
"@material-ui/core": "^4.9.13",
|
|
77
76
|
"@material-ui/icons": "^4.11.3",
|
|
@@ -95,8 +94,8 @@
|
|
|
95
94
|
},
|
|
96
95
|
"devDependencies": {
|
|
97
96
|
"@axe-core/playwright": "^4.11.0",
|
|
98
|
-
"@backstage/cli": "^0.35.
|
|
99
|
-
"@backstage/dev-utils": "^1.1.
|
|
97
|
+
"@backstage/cli": "^0.35.3",
|
|
98
|
+
"@backstage/dev-utils": "^1.1.19",
|
|
100
99
|
"@backstage/test-utils": "^1.7.14",
|
|
101
100
|
"@playwright/test": "^1.57.0",
|
|
102
101
|
"@testing-library/jest-dom": "6.9.1",
|