hds-web 1.40.0 → 1.40.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hds-web",
3
- "version": "1.40.0",
3
+ "version": "1.40.1",
4
4
  "private": false,
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.es.js",
@@ -292,6 +292,10 @@ V3Footer.defaultProps = {
292
292
  linkText: "Legal",
293
293
  linkUrl: "https://hasura.io/legal",
294
294
  },
295
+ {
296
+ linkText: "Cookie Policy",
297
+ linkUrl: "https://hasura.io/legal/hasura-cookie-policy",
298
+ },
295
299
  {
296
300
  linkText: "Privacy Policy",
297
301
  linkUrl: "https://hasura.io/legal/hasura-privacy-policy",