@backstage/plugin-org-react 0.0.0-nightly-20221108024703 → 0.0.0-nightly-20221110024817

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 +22 -6
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20221108024703
3
+ ## 0.0.0-nightly-20221110024817
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -9,9 +9,25 @@
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @backstage/plugin-catalog-react@0.0.0-nightly-20221108024703
13
- - @backstage/core-components@0.0.0-nightly-20221108024703
14
- - @backstage/core-plugin-api@0.0.0-nightly-20221108024703
15
- - @backstage/catalog-model@0.0.0-nightly-20221108024703
16
- - @backstage/catalog-client@0.0.0-nightly-20221108024703
12
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20221110024817
13
+ - @backstage/core-components@0.0.0-nightly-20221110024817
14
+ - @backstage/core-plugin-api@0.0.0-nightly-20221110024817
15
+ - @backstage/catalog-model@0.0.0-nightly-20221110024817
16
+ - @backstage/catalog-client@0.0.0-nightly-20221110024817
17
17
  - @backstage/theme@0.2.16
18
+
19
+ ## 0.1.0-next.0
20
+
21
+ ### Minor Changes
22
+
23
+ - e96274f1fe: Implemented the org-react plugin, with it's first component being: a `GroupListPicker` component that will give the user the ability to choose a group
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/core-components@0.12.0-next.1
29
+ - @backstage/catalog-client@1.1.2-next.0
30
+ - @backstage/catalog-model@1.1.3-next.0
31
+ - @backstage/core-plugin-api@1.1.0-next.0
32
+ - @backstage/theme@0.2.16
33
+ - @backstage/plugin-catalog-react@1.2.1-next.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20221108024703",
3
+ "version": "0.0.0-nightly-20221110024817",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -30,11 +30,11 @@
30
30
  "postpack": "backstage-cli package postpack"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/catalog-client": "^0.0.0-nightly-20221108024703",
34
- "@backstage/catalog-model": "^0.0.0-nightly-20221108024703",
35
- "@backstage/core-components": "^0.0.0-nightly-20221108024703",
36
- "@backstage/core-plugin-api": "^0.0.0-nightly-20221108024703",
37
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20221108024703",
33
+ "@backstage/catalog-client": "^0.0.0-nightly-20221110024817",
34
+ "@backstage/catalog-model": "^0.0.0-nightly-20221110024817",
35
+ "@backstage/core-components": "^0.0.0-nightly-20221110024817",
36
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20221110024817",
37
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20221110024817",
38
38
  "@backstage/theme": "^0.2.16",
39
39
  "@material-ui/core": "^4.9.13",
40
40
  "@material-ui/icons": "^4.9.1",
@@ -45,16 +45,16 @@
45
45
  "react": "^16.13.1 || ^17.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.0.0-nightly-20221108024703",
49
- "@backstage/core-app-api": "^0.0.0-nightly-20221108024703",
50
- "@backstage/dev-utils": "^0.0.0-nightly-20221108024703",
51
- "@backstage/test-utils": "^0.0.0-nightly-20221108024703",
48
+ "@backstage/cli": "^0.0.0-nightly-20221110024817",
49
+ "@backstage/core-app-api": "^0.0.0-nightly-20221110024817",
50
+ "@backstage/dev-utils": "^0.0.0-nightly-20221110024817",
51
+ "@backstage/test-utils": "^0.0.0-nightly-20221110024817",
52
52
  "@testing-library/jest-dom": "^5.10.1",
53
53
  "@testing-library/react": "^12.1.3",
54
54
  "@testing-library/user-event": "^14.0.0",
55
55
  "@types/node": "*",
56
56
  "cross-fetch": "^3.1.5",
57
- "msw": "^0.47.0"
57
+ "msw": "^0.48.0"
58
58
  },
59
59
  "files": [
60
60
  "dist"