es-components 21.8.2-pre-prod.0 → 21.8.2

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/.eslintrc.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const path = require('path');
2
- const plugins = ['import', '@babel'];
2
+ const plugins = ['import', '@babel', 'react', 'react-hooks', 'jsx-a11y'];
3
3
  const exts = [
4
4
  'eslint:recommended',
5
5
  'plugin:jsx-a11y/recommended',
package/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [21.8.2](https://github.com/wtw-im/es-components/compare/v21.8.2-pre-prod.1...v21.8.2) (2023-05-10)
7
+
8
+ **Note:** Version bump only for package es-components
9
+
10
+ ## [21.8.2-pre-prod.1](https://github.com/wtw-im/es-components/compare/v21.8.2-pre-prod.0...v21.8.2-pre-prod.1) (2023-05-10)
11
+
12
+ ### Fix
13
+
14
+ - fixing css for OutlineButton ([6a92faf](https://github.com/wtw-im/es-components/commit/6a92fafae7c23d5a1d107ff6474d2f2dd2c1999a))
15
+
6
16
  ## [21.8.2-pre-prod.0](https://github.com/wtw-im/es-components/compare/v21.8.1...v21.8.2-pre-prod.0) (2023-05-09)
7
17
 
8
18
  ### Fix