@backstage/plugin-org-react 0.1.1-next.4 → 0.1.2

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 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
+ ## 0.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.12.2
9
+ - @backstage/plugin-catalog-react@1.2.3
10
+
11
+ ## 0.1.1
12
+
13
+ ### Patch Changes
14
+
15
+ - 4cb5066828: Bug fixes and adding the possibility to add a default value for the `GroupListPicker`. Fixes: Vertical size jump on text entry, left align for text, selecting a value closes the popup, auto focus on the popup when opening
16
+ - 3280711113: Updated dependency `msw` to `^0.49.0`.
17
+ - Updated dependencies
18
+ - @backstage/core-plugin-api@1.2.0
19
+ - @backstage/catalog-client@1.2.0
20
+ - @backstage/core-components@0.12.1
21
+ - @backstage/plugin-catalog-react@1.2.2
22
+ - @backstage/catalog-model@1.1.4
23
+ - @backstage/theme@0.2.16
24
+
3
25
  ## 0.1.1-next.4
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.1.1-next.4",
3
+ "version": "0.1.2",
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": "^1.2.0-next.1",
34
- "@backstage/catalog-model": "^1.1.4-next.1",
35
- "@backstage/core-components": "^0.12.1-next.4",
36
- "@backstage/core-plugin-api": "^1.2.0-next.2",
37
- "@backstage/plugin-catalog-react": "^1.2.2-next.4",
33
+ "@backstage/catalog-client": "^1.2.0",
34
+ "@backstage/catalog-model": "^1.1.4",
35
+ "@backstage/core-components": "^0.12.2",
36
+ "@backstage/core-plugin-api": "^1.2.0",
37
+ "@backstage/plugin-catalog-react": "^1.2.3",
38
38
  "@backstage/theme": "^0.2.16",
39
39
  "@material-ui/core": "^4.9.13",
40
40
  "@material-ui/icons": "^4.9.1",
@@ -45,10 +45,10 @@
45
45
  "react": "^16.13.1 || ^17.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.22.0-next.4",
49
- "@backstage/core-app-api": "^1.3.0-next.4",
50
- "@backstage/dev-utils": "^1.0.9-next.4",
51
- "@backstage/test-utils": "^1.2.3-next.4",
48
+ "@backstage/cli": "^0.22.0",
49
+ "@backstage/core-app-api": "^1.3.0",
50
+ "@backstage/dev-utils": "^1.0.10",
51
+ "@backstage/test-utils": "^1.2.3",
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",