@backstage/core-app-api 1.0.1-next.1 → 1.0.2-next.1

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 +29 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/core-app-api
2
2
 
3
+ ## 1.0.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/config@1.0.1-next.0
9
+ - @backstage/core-plugin-api@1.0.2-next.1
10
+
11
+ ## 1.0.2-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/core-plugin-api@1.0.2-next.0
17
+
18
+ ## 1.0.1
19
+
20
+ ### Patch Changes
21
+
22
+ - 7c7919777e: build(deps-dev): bump `@testing-library/react-hooks` from 7.0.2 to 8.0.0
23
+ - 24254fd433: build(deps): bump `@testing-library/user-event` from 13.5.0 to 14.0.0
24
+ - 3ff2bfb66e: Refactored the route collection logic to prepare for future changes and avoid duplicate element tree traversal for the analytics context.
25
+ - a7bb762dab: fixed empty body issue for POST requests using FetchAPI with 'plugin://' prefix
26
+ - 230ad0826f: Bump to using `@types/node` v16
27
+ - c47509e1a0: Implemented changes suggested by Deepsource.io including multiple double non-null assertion operators and unexpected awaits for non-promise values.
28
+ - Updated dependencies
29
+ - @backstage/core-plugin-api@1.0.1
30
+ - @backstage/version-bridge@1.0.1
31
+
3
32
  ## 1.0.1-next.1
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/core-app-api",
3
3
  "description": "Core app API used by Backstage apps",
4
- "version": "1.0.1-next.1",
4
+ "version": "1.0.2-next.1",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
@@ -33,10 +33,10 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/config": "^1.0.0",
37
- "@backstage/core-plugin-api": "^1.0.1-next.0",
36
+ "@backstage/config": "^1.0.1-next.0",
37
+ "@backstage/core-plugin-api": "^1.0.2-next.1",
38
38
  "@backstage/types": "^1.0.0",
39
- "@backstage/version-bridge": "^1.0.0",
39
+ "@backstage/version-bridge": "^1.0.1",
40
40
  "@types/prop-types": "^15.7.3",
41
41
  "prop-types": "^15.7.2",
42
42
  "react-router-dom": "6.0.0-beta.0",
@@ -49,11 +49,11 @@
49
49
  "react": "^16.13.1 || ^17.0.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.17.0-next.3",
53
- "@backstage/test-utils": "^1.0.1-next.2",
52
+ "@backstage/cli": "^0.17.1-next.2",
53
+ "@backstage/test-utils": "^1.1.0-next.2",
54
54
  "@testing-library/jest-dom": "^5.10.1",
55
55
  "@testing-library/react": "^12.1.3",
56
- "@testing-library/react-hooks": "^7.0.2",
56
+ "@testing-library/react-hooks": "^8.0.0",
57
57
  "@testing-library/user-event": "^14.0.0",
58
58
  "@types/jest": "^26.0.7",
59
59
  "@types/node": "^16.11.26",
@@ -66,5 +66,5 @@
66
66
  "config.d.ts"
67
67
  ],
68
68
  "configSchema": "config.d.ts",
69
- "gitHead": "2eca57d93ef1081f4a76a19fc994a8e9e1a19e00"
69
+ "gitHead": "cfbf5762d7d91eee18999306b21d63840400ee29"
70
70
  }