@backstage/theme 0.2.17 → 0.2.18

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,17 @@
1
1
  # @backstage/theme
2
2
 
3
+ ## 0.2.18
4
+
5
+ ### Patch Changes
6
+
7
+ - 482dae5de1c: Updated link to docs.
8
+
9
+ ## 0.2.18-next.0
10
+
11
+ ### Patch Changes
12
+
13
+ - 482dae5de1c: Updated link to docs.
14
+
3
15
  ## 0.2.17
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -14,4 +14,4 @@ yarn add @backstage/theme
14
14
  ## Documentation
15
15
 
16
16
  - [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
17
- - [Backstage Documentation](https://github.com/backstage/backstage/blob/master/docs/README.md)
17
+ - [Backstage Documentation](https://backstage.io/docs)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/theme",
3
3
  "description": "material-ui theme for use with Backstage.",
4
- "version": "0.2.17",
4
+ "version": "0.2.18",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "main": "dist/index.esm.js",
@@ -35,9 +35,10 @@
35
35
  "@material-ui/core": "^4.12.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@backstage/cli": "^0.22.2"
38
+ "@backstage/cli": "^0.22.4"
39
39
  },
40
40
  "files": [
41
41
  "dist"
42
- ]
42
+ ],
43
+ "module": "./dist/index.esm.js"
43
44
  }