@backstage/plugin-org 0.0.0-nightly-202201921950 → 0.0.0-nightly-202202022734

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 +5 -5
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-org
2
2
 
3
- ## 0.0.0-nightly-202201921950
3
+ ## 0.0.0-nightly-202202022734
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -16,10 +16,10 @@
16
16
 
17
17
  - 2908a41b9b: Fixed typo in `MembersListCard` component
18
18
  - Updated dependencies
19
- - @backstage/core-components@0.0.0-nightly-202201921950
20
- - @backstage/core-plugin-api@0.0.0-nightly-202201921950
21
- - @backstage/plugin-catalog-react@0.0.0-nightly-202201921950
22
- - @backstage/catalog-model@0.0.0-nightly-202201921950
19
+ - @backstage/core-components@0.0.0-nightly-202202022734
20
+ - @backstage/core-plugin-api@0.0.0-nightly-202202022734
21
+ - @backstage/plugin-catalog-react@0.0.0-nightly-202202022734
22
+ - @backstage/catalog-model@0.0.0-nightly-202202022734
23
23
 
24
24
  ## 0.3.35-next.0
25
25
 
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.0.0-nightly-202201921950",
4
+ "version": "0.0.0-nightly-202202022734",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -21,10 +21,10 @@
21
21
  "clean": "backstage-cli clean"
22
22
  },
23
23
  "dependencies": {
24
- "@backstage/catalog-model": "^0.0.0-nightly-202201921950",
25
- "@backstage/core-components": "^0.0.0-nightly-202201921950",
26
- "@backstage/core-plugin-api": "^0.0.0-nightly-202201921950",
27
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-202201921950",
24
+ "@backstage/catalog-model": "^0.0.0-nightly-202202022734",
25
+ "@backstage/core-components": "^0.0.0-nightly-202202022734",
26
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202202022734",
27
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-202202022734",
28
28
  "@backstage/theme": "^0.2.14",
29
29
  "@material-ui/core": "^4.12.2",
30
30
  "@material-ui/icons": "^4.9.1",
@@ -39,11 +39,11 @@
39
39
  "react": "^16.13.1 || ^17.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/catalog-client": "^0.0.0-nightly-202201921950",
43
- "@backstage/cli": "^0.0.0-nightly-202201921950",
44
- "@backstage/core-app-api": "^0.0.0-nightly-202201921950",
45
- "@backstage/dev-utils": "^0.0.0-nightly-202201921950",
46
- "@backstage/test-utils": "^0.0.0-nightly-202201921950",
42
+ "@backstage/catalog-client": "^0.0.0-nightly-202202022734",
43
+ "@backstage/cli": "^0.0.0-nightly-202202022734",
44
+ "@backstage/core-app-api": "^0.0.0-nightly-202202022734",
45
+ "@backstage/dev-utils": "^0.0.0-nightly-202202022734",
46
+ "@backstage/test-utils": "^0.0.0-nightly-202202022734",
47
47
  "@testing-library/jest-dom": "^5.10.1",
48
48
  "@testing-library/react": "^11.2.5",
49
49
  "@testing-library/user-event": "^13.1.8",