@refinitiv-ui/elements 5.8.0 → 5.8.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/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
+ ## [5.8.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.8.0...@refinitiv-ui/elements@5.8.1) (2021-12-07)
7
+
8
+ **Note:** Version bump only for package @refinitiv-ui/elements
9
+
10
+
11
+
12
+
13
+
6
14
  # [5.8.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@5.7.0...@refinitiv-ui/elements@5.8.0) (2021-12-03)
7
15
 
8
16
 
package/lib/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = '5.8.0';
1
+ export const VERSION = '5.8.1';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@refinitiv-ui/elements",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "description": "Element Framework Elements",
5
5
  "author": "Refinitiv",
6
6
  "license": "Apache-2.0",
@@ -312,12 +312,12 @@
312
312
  },
313
313
  "dependencies": {
314
314
  "@refinitiv-ui/browser-sparkline": "1.1.7",
315
- "@refinitiv-ui/core": "^5.3.2",
315
+ "@refinitiv-ui/core": "^5.3.3",
316
316
  "@refinitiv-ui/halo-theme": "^5.3.1",
317
- "@refinitiv-ui/i18n": "^5.2.2",
317
+ "@refinitiv-ui/i18n": "^5.2.3",
318
318
  "@refinitiv-ui/phrasebook": "^5.2.1",
319
319
  "@refinitiv-ui/solar-theme": "^5.5.1",
320
- "@refinitiv-ui/translate": "^5.2.2",
320
+ "@refinitiv-ui/translate": "^5.2.3",
321
321
  "@refinitiv-ui/utils": "^5.1.1",
322
322
  "@types/chart.js": "^2.9.31",
323
323
  "chart.js": "~2.9.4",
@@ -327,12 +327,12 @@
327
327
  "tslib": "^2.3.1"
328
328
  },
329
329
  "devDependencies": {
330
- "@refinitiv-ui/demo-block": "^5.1.2",
330
+ "@refinitiv-ui/demo-block": "^5.1.3",
331
331
  "@refinitiv-ui/test-helpers": "^5.1.1",
332
332
  "@types/d3-interpolate": "^3.0.1"
333
333
  },
334
334
  "publishConfig": {
335
335
  "access": "public"
336
336
  },
337
- "gitHead": "dd5c4933b7a76fbeeed086e1fe84b144202b6884"
337
+ "gitHead": "c17cf5a4e54d668f1c9e7d9fb0229a90643e7b01"
338
338
  }