@backstage/dev-utils 1.0.9-next.4 → 1.0.10

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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @backstage/dev-utils
2
2
 
3
+ ## 1.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.12.2
9
+ - @backstage/app-defaults@1.0.10
10
+ - @backstage/integration-react@1.1.8
11
+ - @backstage/plugin-catalog-react@1.2.3
12
+
13
+ ## 1.0.9
14
+
15
+ ### Patch Changes
16
+
17
+ - 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
18
+ - 19356df560: Updated dependency `zen-observable` to `^0.9.0`.
19
+ - c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
20
+ - 8015ff1258: Tweaked wording to use inclusive terminology
21
+ - Updated dependencies
22
+ - @backstage/core-plugin-api@1.2.0
23
+ - @backstage/core-components@0.12.1
24
+ - @backstage/core-app-api@1.3.0
25
+ - @backstage/test-utils@1.2.3
26
+ - @backstage/app-defaults@1.0.9
27
+ - @backstage/plugin-catalog-react@1.2.2
28
+ - @backstage/integration-react@1.1.7
29
+ - @backstage/catalog-model@1.1.4
30
+ - @backstage/theme@0.2.16
31
+
3
32
  ## 1.0.9-next.4
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/dev-utils",
3
3
  "description": "Utilities for developing Backstage plugins.",
4
- "version": "1.0.9-next.4",
4
+ "version": "1.0.10",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.esm.js",
@@ -32,14 +32,14 @@
32
32
  "start": "backstage-cli package start"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/app-defaults": "^1.0.9-next.4",
36
- "@backstage/catalog-model": "^1.1.4-next.1",
37
- "@backstage/core-app-api": "^1.3.0-next.4",
38
- "@backstage/core-components": "^0.12.1-next.4",
39
- "@backstage/core-plugin-api": "^1.2.0-next.2",
40
- "@backstage/integration-react": "^1.1.7-next.4",
41
- "@backstage/plugin-catalog-react": "^1.2.2-next.4",
42
- "@backstage/test-utils": "^1.2.3-next.4",
35
+ "@backstage/app-defaults": "^1.0.10",
36
+ "@backstage/catalog-model": "^1.1.4",
37
+ "@backstage/core-app-api": "^1.3.0",
38
+ "@backstage/core-components": "^0.12.2",
39
+ "@backstage/core-plugin-api": "^1.2.0",
40
+ "@backstage/integration-react": "^1.1.8",
41
+ "@backstage/plugin-catalog-react": "^1.2.3",
42
+ "@backstage/test-utils": "^1.2.3",
43
43
  "@backstage/theme": "^0.2.16",
44
44
  "@material-ui/core": "^4.12.2",
45
45
  "@material-ui/icons": "^4.9.1",
@@ -56,7 +56,7 @@
56
56
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@backstage/cli": "^0.22.0-next.4",
59
+ "@backstage/cli": "^0.22.0",
60
60
  "@types/node": "^16.0.0"
61
61
  },
62
62
  "files": [