@primer/components 0.0.0-202191412650 → 0.0.0-2021914205234

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,6 +1,12 @@
1
1
  # @primer/components
2
2
 
3
- ## 0.0.0-202191412650
3
+ ## 0.0.0-2021914205234
4
+
5
+ ### Patch Changes
6
+
7
+ - Fake entry to force publishing
8
+
9
+ ## 30.3.0
4
10
 
5
11
  ### Minor Changes
6
12
 
@@ -10,10 +16,6 @@
10
16
 
11
17
  - [#1488](https://github.com/primer/react/pull/1488) [`05ac5aab`](https://github.com/primer/react/commit/05ac5aabb6bf39150557732605f9ce0fb3b9d1ec) Thanks [@mperrotti](https://github.com/mperrotti)! - Add alpha `Token`, `AvatarToken`, `IssueLabelToken` components
12
18
 
13
- ### Patch Changes
14
-
15
- - Fake entry to force publishing
16
-
17
19
  ## 30.2.1
18
20
 
19
21
  ### Patch Changes
@@ -50,7 +50,7 @@ module.exports = (file, api) => {
50
50
  attributes: {
51
51
  borderWidth: '1px',
52
52
  borderStyle: 'solid',
53
- borderColor: 'border.default',
53
+ borderColor: 'border.primary',
54
54
  borderRadius: 2
55
55
  }
56
56
  }