@refinitiv-ui/elements 6.8.4-next.0 → 6.8.4
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 +16 -0
- package/lib/version.js +1 -1
- package/package.json +16 -16
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
|
+
## [6.8.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.4-next.1...@refinitiv-ui/elements@6.8.4) (2023-06-07)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [6.8.4-next.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.4-next.0...@refinitiv-ui/elements@6.8.4-next.1) (2023-06-06)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @refinitiv-ui/elements
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [6.8.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.8.2...@refinitiv-ui/elements@6.8.3) (2023-06-06)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @refinitiv-ui/elements
|
package/lib/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const VERSION = '6.8.4
|
|
1
|
+
export const VERSION = '6.8.4';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@refinitiv-ui/elements",
|
|
3
|
-
"version": "6.8.4
|
|
3
|
+
"version": "6.8.4",
|
|
4
4
|
"description": "Element Framework Elements",
|
|
5
5
|
"author": "LSEG",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -339,8 +339,8 @@
|
|
|
339
339
|
"dependencies": {
|
|
340
340
|
"@lit-labs/context": "^0.3.1",
|
|
341
341
|
"@refinitiv-ui/browser-sparkline": "1.1.8",
|
|
342
|
-
"@refinitiv-ui/halo-theme": "^6.5.
|
|
343
|
-
"@refinitiv-ui/solar-theme": "^6.3.
|
|
342
|
+
"@refinitiv-ui/halo-theme": "^6.5.3",
|
|
343
|
+
"@refinitiv-ui/solar-theme": "^6.3.5",
|
|
344
344
|
"@types/chart.js": "^2.9.31",
|
|
345
345
|
"chart.js": "~2.9.4",
|
|
346
346
|
"d3-interpolate": "^3.0.1",
|
|
@@ -349,24 +349,24 @@
|
|
|
349
349
|
"tslib": "^2.3.1"
|
|
350
350
|
},
|
|
351
351
|
"devDependencies": {
|
|
352
|
-
"@refinitiv-ui/core": "^6.4.3
|
|
353
|
-
"@refinitiv-ui/demo-block": "^6.1.4
|
|
354
|
-
"@refinitiv-ui/i18n": "^6.0.
|
|
355
|
-
"@refinitiv-ui/phrasebook": "^6.3.
|
|
356
|
-
"@refinitiv-ui/test-helpers": "^6.0.
|
|
357
|
-
"@refinitiv-ui/translate": "^6.0.21
|
|
358
|
-
"@refinitiv-ui/utils": "^6.2.4
|
|
352
|
+
"@refinitiv-ui/core": "^6.4.3",
|
|
353
|
+
"@refinitiv-ui/demo-block": "^6.1.4",
|
|
354
|
+
"@refinitiv-ui/i18n": "^6.0.13",
|
|
355
|
+
"@refinitiv-ui/phrasebook": "^6.3.2",
|
|
356
|
+
"@refinitiv-ui/test-helpers": "^6.0.10",
|
|
357
|
+
"@refinitiv-ui/translate": "^6.0.21",
|
|
358
|
+
"@refinitiv-ui/utils": "^6.2.4",
|
|
359
359
|
"@types/d3-interpolate": "^3.0.1"
|
|
360
360
|
},
|
|
361
361
|
"peerDependencies": {
|
|
362
|
-
"@refinitiv-ui/core": "^6.4.3
|
|
363
|
-
"@refinitiv-ui/i18n": "^6.0.
|
|
364
|
-
"@refinitiv-ui/phrasebook": "^6.3.
|
|
365
|
-
"@refinitiv-ui/translate": "^6.0.21
|
|
366
|
-
"@refinitiv-ui/utils": "^6.2.4
|
|
362
|
+
"@refinitiv-ui/core": "^6.4.3",
|
|
363
|
+
"@refinitiv-ui/i18n": "^6.0.13",
|
|
364
|
+
"@refinitiv-ui/phrasebook": "^6.3.2",
|
|
365
|
+
"@refinitiv-ui/translate": "^6.0.21",
|
|
366
|
+
"@refinitiv-ui/utils": "^6.2.4"
|
|
367
367
|
},
|
|
368
368
|
"publishConfig": {
|
|
369
369
|
"access": "public"
|
|
370
370
|
},
|
|
371
|
-
"gitHead": "
|
|
371
|
+
"gitHead": "43b8b922eca3d8cb416d3f01733ef771c0ba8a99"
|
|
372
372
|
}
|