es-components 21.6.78 → 21.6.81

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 +16 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
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
+ ## <small>21.6.81 (2022-01-26)</small>
7
+
8
+ **Note:** Version bump only for package es-components
9
+
10
+
11
+
12
+
13
+
14
+ ## <small>21.6.79 (2022-01-26)</small>
15
+
16
+ * Docs: include links to UX validation patterns ([44d7252](https://github.com/wtw-im/es-components/commit/44d7252))
17
+
18
+
19
+
20
+
21
+
6
22
  ## <small>21.6.78 (2021-11-12)</small>
7
23
 
8
24
  * Merge remote-tracking branch 'origin/master' into pre-prod ([db3a00e](https://github.com/wtw-im/es-components/commit/db3a00e))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-components",
3
- "version": "21.6.78",
3
+ "version": "21.6.81",
4
4
  "description": "React components built for Exchange Solutions products",
5
5
  "author": "Willis Towers Watson - Individual Marketplace",
6
6
  "license": "MIT",
@@ -64,7 +64,7 @@
64
64
  "babel-preset-wtw-im": "^2.5.0",
65
65
  "bl": "^1.2.3",
66
66
  "concurrently": "^6.0.2",
67
- "es-components-via-theme": "^21.6.78",
67
+ "es-components-via-theme": "^21.6.81",
68
68
  "eslint": "^7.24.0",
69
69
  "eslint-config-airbnb": "^18.2.1",
70
70
  "eslint-config-exchange-solutions": "^7.0.0",
@@ -120,5 +120,5 @@
120
120
  "ast-types": "^0.14.0",
121
121
  "bl": "^1.2.3"
122
122
  },
123
- "gitHead": "b268f610bfd0b0fc64a501bc05b2a23cc2c66d79"
123
+ "gitHead": "fdbc1819b7f4cb2f901f16f659dc12891e776ea4"
124
124
  }