@primer/components 0.0.0-2021108143211 → 0.0.0-202110815533

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 +5 -3
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @primer/components
2
2
 
3
- ## 0.0.0-2021108143211
3
+ ## 0.0.0-202110815533
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,9 +10,11 @@
10
10
 
11
11
  ### Patch Changes
12
12
 
13
- - Fake entry to force publishing
13
+ - [#1585](https://github.com/primer/react/pull/1585) [`08e944ca`](https://github.com/primer/react/commit/08e944caee32b3fc04f886269e892f8c5a284928) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Better labels and description for accessible ActionList.Item
14
14
 
15
- * [#1549](https://github.com/primer/react/pull/1549) [`f565840f`](https://github.com/primer/react/commit/f565840f2d879b987ef9df7cd046e146214ed5f5) Thanks [@michael-lefebvre](https://github.com/michael-lefebvre)! - Fix `auxiliaryText` in ActionList Group header
15
+ * Fake entry to force publishing
16
+
17
+ - [#1549](https://github.com/primer/react/pull/1549) [`f565840f`](https://github.com/primer/react/commit/f565840f2d879b987ef9df7cd046e146214ed5f5) Thanks [@michael-lefebvre](https://github.com/michael-lefebvre)! - Fix `auxiliaryText` in ActionList Group header
16
18
 
17
19
  ## 31.1.0
18
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/components",
3
- "version": "0.0.0-2021108143211",
3
+ "version": "0.0.0-202110815533",
4
4
  "description": "Primer react components",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib-esm/index.js",