@backstage/frontend-defaults 0.0.0-nightly-20241014023245 → 0.0.0-nightly-20241018023335

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 +15 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,15 +1,26 @@
1
1
  # @backstage/frontend-defaults
2
2
 
3
- ## 0.0.0-nightly-20241014023245
3
+ ## 0.0.0-nightly-20241018023335
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/frontend-plugin-api@0.0.0-nightly-20241014023245
9
- - @backstage/frontend-app-api@0.0.0-nightly-20241014023245
8
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20241018023335
9
+ - @backstage/plugin-app@0.0.0-nightly-20241018023335
10
+ - @backstage/config@1.2.0
11
+ - @backstage/errors@1.2.4
12
+ - @backstage/frontend-app-api@0.0.0-nightly-20241018023335
13
+
14
+ ## 0.1.1
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/frontend-plugin-api@0.9.0
20
+ - @backstage/frontend-app-api@0.10.0
21
+ - @backstage/plugin-app@0.1.1
10
22
  - @backstage/config@1.2.0
11
23
  - @backstage/errors@1.2.4
12
- - @backstage/plugin-app@0.0.0-nightly-20241014023245
13
24
 
14
25
  ## 0.1.1-next.2
15
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-defaults",
3
- "version": "0.0.0-nightly-20241014023245",
3
+ "version": "0.0.0-nightly-20241018023335",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -33,15 +33,15 @@
33
33
  "dependencies": {
34
34
  "@backstage/config": "1.2.0",
35
35
  "@backstage/errors": "1.2.4",
36
- "@backstage/frontend-app-api": "0.0.0-nightly-20241014023245",
37
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20241014023245",
38
- "@backstage/plugin-app": "0.0.0-nightly-20241014023245",
36
+ "@backstage/frontend-app-api": "0.0.0-nightly-20241018023335",
37
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20241018023335",
38
+ "@backstage/plugin-app": "0.0.0-nightly-20241018023335",
39
39
  "@react-hookz/web": "^24.0.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@backstage/cli": "0.0.0-nightly-20241014023245",
43
- "@backstage/core-plugin-api": "0.0.0-nightly-20241014023245",
44
- "@backstage/test-utils": "0.0.0-nightly-20241014023245",
42
+ "@backstage/cli": "0.0.0-nightly-20241018023335",
43
+ "@backstage/core-plugin-api": "1.10.0",
44
+ "@backstage/test-utils": "1.7.0",
45
45
  "@testing-library/jest-dom": "^6.0.0",
46
46
  "@testing-library/react": "^16.0.0",
47
47
  "@types/react": "^18.0.0",