@backstage/core-plugin-api 1.8.1-next.1 → 1.8.2-next.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @backstage/core-plugin-api
2
2
 
3
+ ## 1.8.2-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 6878b1d: Removed unnecessary `i18next` dependency.
8
+ - Updated dependencies
9
+ - @backstage/config@1.1.1
10
+ - @backstage/types@1.1.1
11
+ - @backstage/version-bridge@1.0.7
12
+
13
+ ## 1.8.1
14
+
15
+ ### Patch Changes
16
+
17
+ - 03d0b6d: Removed the alpha `convertLegacyRouteRef` utility, which as been moved to `@backstage/core-compat-api`
18
+ - 0c93dc3: The `createTranslationRef` function from the `/alpha` subpath can now also accept a nested object structure of default translation messages, which will be flatted using `.` separators.
19
+ - Updated dependencies
20
+ - @backstage/config@1.1.1
21
+ - @backstage/types@1.1.1
22
+ - @backstage/version-bridge@1.0.7
23
+
3
24
  ## 1.8.1-next.1
4
25
 
5
26
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-plugin-api",
3
- "version": "1.8.1-next.1",
3
+ "version": "1.8.2-next.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/core-plugin-api",
3
3
  "description": "Core API used by Backstage plugins",
4
- "version": "1.8.1-next.1",
4
+ "version": "1.8.2-next.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -48,8 +48,7 @@
48
48
  "@backstage/types": "^1.1.1",
49
49
  "@backstage/version-bridge": "^1.0.7",
50
50
  "@types/react": "^16.13.1 || ^17.0.0",
51
- "history": "^5.0.0",
52
- "i18next": "^22.4.15"
51
+ "history": "^5.0.0"
53
52
  },
54
53
  "peerDependencies": {
55
54
  "react": "^16.13.1 || ^17.0.0 || ^18.0.0",
@@ -57,9 +56,9 @@
57
56
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
58
57
  },
59
58
  "devDependencies": {
60
- "@backstage/cli": "^0.25.0-next.1",
61
- "@backstage/core-app-api": "^1.11.2-next.1",
62
- "@backstage/test-utils": "^1.4.6-next.1",
59
+ "@backstage/cli": "^0.25.1-next.1",
60
+ "@backstage/core-app-api": "^1.11.3-next.0",
61
+ "@backstage/test-utils": "^1.4.7-next.1",
63
62
  "@testing-library/dom": "^9.0.0",
64
63
  "@testing-library/jest-dom": "^6.0.0",
65
64
  "@testing-library/react": "^14.0.0",