@backstage/dev-utils 0.2.20-next.1 → 0.2.22

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 +48 -0
  2. package/package.json +22 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # @backstage/dev-utils
2
2
 
3
+ ## 0.2.22
4
+
5
+ ### Patch Changes
6
+
7
+ - c77c5c7eb6: Added `backstage.role` to `package.json`
8
+ - Updated dependencies
9
+ - @backstage/core-app-api@0.5.3
10
+ - @backstage/core-components@0.8.9
11
+ - @backstage/core-plugin-api@0.6.1
12
+ - @backstage/integration-react@0.1.22
13
+ - @backstage/test-utils@0.2.5
14
+ - @backstage/plugin-catalog-react@0.6.15
15
+ - @backstage/app-defaults@0.1.8
16
+ - @backstage/catalog-model@0.10.0
17
+ - @backstage/theme@0.2.15
18
+
19
+ ## 0.2.21
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @backstage/core-components@0.8.8
25
+ - @backstage/plugin-catalog-react@0.6.14
26
+ - @backstage/app-defaults@0.1.7
27
+ - @backstage/integration-react@0.1.21
28
+
29
+ ## 0.2.21-next.0
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+ - @backstage/core-components@0.8.8-next.0
35
+ - @backstage/plugin-catalog-react@0.6.14-next.0
36
+ - @backstage/app-defaults@0.1.7-next.0
37
+ - @backstage/integration-react@0.1.21-next.0
38
+
39
+ ## 0.2.20
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies
44
+ - @backstage/core-components@0.8.7
45
+ - @backstage/plugin-catalog-react@0.6.13
46
+ - @backstage/integration-react@0.1.20
47
+ - @backstage/core-app-api@0.5.2
48
+ - @backstage/app-defaults@0.1.6
49
+ - @backstage/test-utils@0.2.4
50
+
3
51
  ## 0.2.20-next.1
4
52
 
5
53
  ### Patch Changes
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "@backstage/dev-utils",
3
3
  "description": "Utilities for developing Backstage plugins.",
4
- "version": "0.2.20-next.1",
4
+ "version": "0.2.22",
5
5
  "private": false,
6
6
  "publishConfig": {
7
7
  "access": "public",
8
8
  "main": "dist/index.esm.js",
9
9
  "types": "dist/index.d.ts"
10
10
  },
11
+ "backstage": {
12
+ "role": "web-library"
13
+ },
11
14
  "homepage": "https://backstage.io",
12
15
  "repository": {
13
16
  "type": "git",
@@ -21,23 +24,24 @@
21
24
  "main": "dist/index.esm.js",
22
25
  "types": "dist/index.d.ts",
23
26
  "scripts": {
24
- "build": "backstage-cli build --outputs types,esm",
25
- "lint": "backstage-cli lint",
26
- "test": "backstage-cli test",
27
- "prepack": "backstage-cli prepack",
28
- "postpack": "backstage-cli postpack",
29
- "clean": "backstage-cli clean"
27
+ "build": "backstage-cli package build",
28
+ "lint": "backstage-cli package lint",
29
+ "test": "backstage-cli package test",
30
+ "prepack": "backstage-cli package prepack",
31
+ "postpack": "backstage-cli package postpack",
32
+ "clean": "backstage-cli package clean",
33
+ "start": "backstage-cli package start"
30
34
  },
31
35
  "dependencies": {
32
- "@backstage/app-defaults": "^0.1.6-next.1",
33
- "@backstage/catalog-model": "^0.9.10",
34
- "@backstage/core-app-api": "^0.5.2-next.0",
35
- "@backstage/core-components": "^0.8.7-next.1",
36
- "@backstage/core-plugin-api": "^0.6.0",
37
- "@backstage/integration-react": "^0.1.20-next.0",
38
- "@backstage/plugin-catalog-react": "^0.6.13-next.1",
39
- "@backstage/test-utils": "^0.2.4-next.0",
40
- "@backstage/theme": "^0.2.14",
36
+ "@backstage/app-defaults": "^0.1.8",
37
+ "@backstage/catalog-model": "^0.10.0",
38
+ "@backstage/core-app-api": "^0.5.3",
39
+ "@backstage/core-components": "^0.8.9",
40
+ "@backstage/core-plugin-api": "^0.6.1",
41
+ "@backstage/integration-react": "^0.1.22",
42
+ "@backstage/plugin-catalog-react": "^0.6.15",
43
+ "@backstage/test-utils": "^0.2.5",
44
+ "@backstage/theme": "^0.2.15",
41
45
  "@material-ui/core": "^4.12.2",
42
46
  "@material-ui/icons": "^4.9.1",
43
47
  "@testing-library/jest-dom": "^5.10.1",
@@ -55,12 +59,12 @@
55
59
  "react-dom": "^16.13.1 || ^17.0.0"
56
60
  },
57
61
  "devDependencies": {
58
- "@backstage/cli": "^0.13.1-next.1",
62
+ "@backstage/cli": "^0.14.0",
59
63
  "@types/jest": "^26.0.7",
60
64
  "@types/node": "^14.14.32"
61
65
  },
62
66
  "files": [
63
67
  "dist"
64
68
  ],
65
- "gitHead": "d6da97a1edeb21fcefc682d91916987ba9f3d89a"
69
+ "gitHead": "4805c3d13ce9bfc369e53c271b1b95e722b3b4dc"
66
70
  }