@backstage/integration-react 0.1.16 → 0.1.19

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 +37 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @backstage/integration-react
2
2
 
3
+ ## 0.1.19
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.8.5
9
+ - @backstage/integration@0.7.2
10
+ - @backstage/core-plugin-api@0.6.0
11
+ - @backstage/config@0.1.13
12
+
13
+ ## 0.1.19-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/core-components@0.8.5-next.0
19
+ - @backstage/core-plugin-api@0.6.0-next.0
20
+ - @backstage/config@0.1.13-next.0
21
+ - @backstage/integration@0.7.2-next.0
22
+
23
+ ## 0.1.18
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/config@0.1.12
29
+ - @backstage/integration@0.7.1
30
+ - @backstage/core-components@0.8.4
31
+ - @backstage/core-plugin-api@0.5.0
32
+
33
+ ## 0.1.17
34
+
35
+ ### Patch Changes
36
+
37
+ - Updated dependencies
38
+ - @backstage/integration@0.7.0
39
+
3
40
  ## 0.1.16
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/integration-react",
3
3
  "description": "Frontend package for managing integrations towards external systems",
4
- "version": "0.1.16",
4
+ "version": "0.1.19",
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/config": "^0.1.11",
25
- "@backstage/core-components": "^0.8.2",
26
- "@backstage/core-plugin-api": "^0.4.0",
27
- "@backstage/integration": "^0.6.10",
24
+ "@backstage/config": "^0.1.13",
25
+ "@backstage/core-components": "^0.8.5",
26
+ "@backstage/core-plugin-api": "^0.6.0",
27
+ "@backstage/integration": "^0.7.2",
28
28
  "@backstage/theme": "^0.2.14",
29
29
  "@material-ui/core": "^4.12.2",
30
30
  "@material-ui/icons": "^4.9.1",
@@ -35,9 +35,9 @@
35
35
  "react": "^16.13.1 || ^17.0.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/cli": "^0.10.3",
39
- "@backstage/dev-utils": "^0.2.15",
40
- "@backstage/test-utils": "^0.2.0",
38
+ "@backstage/cli": "^0.12.0",
39
+ "@backstage/dev-utils": "^0.2.18",
40
+ "@backstage/test-utils": "^0.2.3",
41
41
  "@testing-library/jest-dom": "^5.10.1",
42
42
  "@testing-library/react": "^11.2.5",
43
43
  "@testing-library/user-event": "^13.1.8",
@@ -49,5 +49,5 @@
49
49
  "files": [
50
50
  "dist"
51
51
  ],
52
- "gitHead": "b315430f9dfcfa19ab0dd90f5b4ac6904938fba7"
52
+ "gitHead": "600d6e3c854bbfb12a0078ca6f726d1c0d1fea0b"
53
53
  }