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

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 +8 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.89 (2022-07-19)</small>
7
+
8
+ **Note:** Version bump only for package es-components
9
+
10
+
11
+
12
+
13
+
6
14
  ## <small>21.6.89-pre-prod.0 (2022-07-18)</small>
7
15
 
8
16
  * Merge pull request #628 from WTW-IM/WE-17039-add-role-to-notification ([fcddbff](https://github.com/wtw-im/es-components/commit/fcddbff)), closes [#628](https://github.com/wtw-im/es-components/issues/628)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "es-components",
3
- "version": "21.6.89-pre-prod.0",
3
+ "version": "21.6.89",
4
4
  "description": "React components built for Exchange Solutions products",
5
5
  "author": "Willis Towers Watson - Individual Marketplace",
6
6
  "license": "MIT",
@@ -68,7 +68,7 @@
68
68
  "bl": "^1.2.3",
69
69
  "concurrently": "^6.0.2",
70
70
  "cypress": "^9.6.0",
71
- "es-components-via-theme": "^21.6.89-pre-prod.0",
71
+ "es-components-via-theme": "^21.6.89",
72
72
  "eslint": "^7.24.0",
73
73
  "eslint-config-airbnb": "^18.2.1",
74
74
  "eslint-config-prettier": "^8.2.0",
@@ -125,5 +125,5 @@
125
125
  "ast-types": "^0.14.0",
126
126
  "bl": "^1.2.3"
127
127
  },
128
- "gitHead": "f69f6fcba21a0d38081a1a68130697b55f6be6dc"
128
+ "gitHead": "feb5b3691eed1b8ab9c6fd73da76f83b9b9cf6d6"
129
129
  }