@backstage/plugin-kubernetes-react 0.0.0-nightly-20240312020947 → 0.0.0-nightly-20240314033554

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 +18 -6
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,18 +1,30 @@
1
1
  # @backstage/plugin-kubernetes-react
2
2
 
3
- ## 0.0.0-nightly-20240312020947
3
+ ## 0.0.0-nightly-20240314033554
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 4642cb7: Add support to fetch data for Daemon Sets and display an accordion in the same way as with Deployments
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20240312020947
10
- - @backstage/errors@0.0.0-nightly-20240312020947
11
- - @backstage/plugin-kubernetes-common@0.0.0-nightly-20240312020947
12
- - @backstage/core-plugin-api@0.0.0-nightly-20240312020947
13
- - @backstage/catalog-model@0.0.0-nightly-20240312020947
9
+ - @backstage/core-components@0.0.0-nightly-20240314033554
10
+ - @backstage/errors@0.0.0-nightly-20240314033554
11
+ - @backstage/plugin-kubernetes-common@0.0.0-nightly-20240314033554
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20240314033554
13
+ - @backstage/catalog-model@0.0.0-nightly-20240314033554
14
14
  - @backstage/types@1.1.1
15
15
 
16
+ ## 0.3.1-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/core-components@0.14.1-next.2
22
+ - @backstage/catalog-model@1.4.5-next.0
23
+ - @backstage/core-plugin-api@1.9.1-next.1
24
+ - @backstage/errors@1.2.4-next.0
25
+ - @backstage/types@1.1.1
26
+ - @backstage/plugin-kubernetes-common@0.7.5-next.1
27
+
16
28
  ## 0.3.1-next.1
17
29
 
18
30
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-kubernetes-react",
3
3
  "description": "Web library for the kubernetes-react plugin",
4
- "version": "0.0.0-nightly-20240312020947",
4
+ "version": "0.0.0-nightly-20240314033554",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,11 +30,11 @@
30
30
  "postpack": "backstage-cli package postpack"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/catalog-model": "^0.0.0-nightly-20240312020947",
34
- "@backstage/core-components": "^0.0.0-nightly-20240312020947",
35
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240312020947",
36
- "@backstage/errors": "^0.0.0-nightly-20240312020947",
37
- "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20240312020947",
33
+ "@backstage/catalog-model": "^0.0.0-nightly-20240314033554",
34
+ "@backstage/core-components": "^0.0.0-nightly-20240314033554",
35
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20240314033554",
36
+ "@backstage/errors": "^0.0.0-nightly-20240314033554",
37
+ "@backstage/plugin-kubernetes-common": "^0.0.0-nightly-20240314033554",
38
38
  "@backstage/types": "^1.1.1",
39
39
  "@kubernetes-models/apimachinery": "^1.1.0",
40
40
  "@kubernetes-models/base": "^4.0.1",
@@ -57,9 +57,9 @@
57
57
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0"
58
58
  },
59
59
  "devDependencies": {
60
- "@backstage/cli": "^0.0.0-nightly-20240312020947",
61
- "@backstage/core-app-api": "^0.0.0-nightly-20240312020947",
62
- "@backstage/test-utils": "^0.0.0-nightly-20240312020947",
60
+ "@backstage/cli": "^0.0.0-nightly-20240314033554",
61
+ "@backstage/core-app-api": "^0.0.0-nightly-20240314033554",
62
+ "@backstage/test-utils": "^0.0.0-nightly-20240314033554",
63
63
  "@testing-library/jest-dom": "^6.0.0",
64
64
  "@testing-library/react": "^14.0.0",
65
65
  "jest-websocket-mock": "^2.5.0",