@backstage/plugin-org 0.5.7-next.1 → 0.5.7

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 +35 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.5.7
4
+
5
+ ### Patch Changes
6
+
7
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
8
+ - 8006d0f9bf: Updated dependency `msw` to `^0.44.0`.
9
+ - 1e984b11fc: Render namespaces for teams with subtitles in `MyGroupsSidebarItem`
10
+ - Updated dependencies
11
+ - @backstage/core-components@0.10.0
12
+ - @backstage/catalog-model@1.1.0
13
+ - @backstage/core-plugin-api@1.0.4
14
+ - @backstage/plugin-catalog-react@1.1.2
15
+ - @backstage/theme@0.2.16
16
+
17
+ ## 0.5.7-next.3
18
+
19
+ ### Patch Changes
20
+
21
+ - a70869e775: Updated dependency `msw` to `^0.43.0`.
22
+ - Updated dependencies
23
+ - @backstage/core-plugin-api@1.0.4-next.0
24
+ - @backstage/core-components@0.10.0-next.3
25
+ - @backstage/catalog-model@1.1.0-next.3
26
+ - @backstage/plugin-catalog-react@1.1.2-next.3
27
+
28
+ ## 0.5.7-next.2
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ - @backstage/core-components@0.10.0-next.2
34
+ - @backstage/catalog-model@1.1.0-next.2
35
+ - @backstage/theme@0.2.16-next.1
36
+ - @backstage/plugin-catalog-react@1.1.2-next.2
37
+
3
38
  ## 0.5.7-next.1
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
3
  "description": "A Backstage plugin that helps you create entity pages for your organization",
4
- "version": "0.5.7-next.1",
4
+ "version": "0.5.7",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,11 +29,11 @@
29
29
  "clean": "backstage-cli package clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/catalog-model": "^1.1.0-next.1",
33
- "@backstage/core-components": "^0.9.6-next.1",
34
- "@backstage/core-plugin-api": "^1.0.3",
35
- "@backstage/plugin-catalog-react": "^1.1.2-next.1",
36
- "@backstage/theme": "^0.2.16-next.0",
32
+ "@backstage/catalog-model": "^1.1.0",
33
+ "@backstage/core-components": "^0.10.0",
34
+ "@backstage/core-plugin-api": "^1.0.4",
35
+ "@backstage/plugin-catalog-react": "^1.1.2",
36
+ "@backstage/theme": "^0.2.16",
37
37
  "@material-ui/core": "^4.12.2",
38
38
  "@material-ui/icons": "^4.9.1",
39
39
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -48,21 +48,21 @@
48
48
  "react": "^16.13.1 || ^17.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/catalog-client": "^1.0.4-next.1",
52
- "@backstage/cli": "^0.18.0-next.1",
53
- "@backstage/core-app-api": "^1.0.4-next.0",
54
- "@backstage/dev-utils": "^1.0.4-next.1",
55
- "@backstage/test-utils": "^1.1.2-next.1",
51
+ "@backstage/catalog-client": "^1.0.4",
52
+ "@backstage/cli": "^0.18.0",
53
+ "@backstage/core-app-api": "^1.0.4",
54
+ "@backstage/dev-utils": "^1.0.4",
55
+ "@backstage/test-utils": "^1.1.2",
56
56
  "@testing-library/jest-dom": "^5.10.1",
57
57
  "@testing-library/react": "^12.1.3",
58
58
  "@testing-library/user-event": "^14.0.0",
59
59
  "@types/jest": "^26.0.7",
60
60
  "@types/node": "^16.11.26",
61
61
  "cross-fetch": "^3.1.5",
62
- "msw": "^0.42.0"
62
+ "msw": "^0.44.0"
63
63
  },
64
64
  "files": [
65
65
  "dist"
66
66
  ],
67
- "gitHead": "e0a993834c31487a97a1ae6878eaf3685f03fc1a"
67
+ "gitHead": "999878d8f1ae30f6a15925816af2016cb9d717a1"
68
68
  }