Skip to content

Commit d11de0e

Browse files
chore(release): publish [skip ci]
- @refinitiv-ui/docs@6.11.6 - @refinitiv-ui/demo-block@6.1.29 - @refinitiv-ui/elements@6.18.6 - @refinitiv-ui/halo-theme@6.9.2
1 parent 6f4baf6 commit d11de0e

File tree

9 files changed

+40
-18
lines changed

9 files changed

+40
-18
lines changed

documents/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.11.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@6.11.5...@refinitiv-ui/docs@6.11.6) (2024-11-14)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/docs
9+
10+
11+
12+
13+
614
## [6.11.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@6.11.4...@refinitiv-ui/docs@6.11.5) (2024-09-23)
715

816
**Note:** Version bump only for package @refinitiv-ui/docs

documents/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/docs",
3-
"version": "6.11.5",
3+
"version": "6.11.6",
44
"private": true,
55
"description": "Element Framework Documentation",
66
"engines": {
@@ -37,8 +37,8 @@
3737
},
3838
"dependencies": {
3939
"@refinitiv-ui/core": "^6.6.0",
40-
"@refinitiv-ui/elements": "^6.18.5",
41-
"@refinitiv-ui/halo-theme": "^6.9.1",
40+
"@refinitiv-ui/elements": "^6.18.6",
41+
"@refinitiv-ui/halo-theme": "^6.9.2",
4242
"@refinitiv-ui/phrasebook": "^6.3.9",
4343
"@refinitiv-ui/utils": "^6.3.2",
4444
"fast-glob": "^3.2.12"

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/demo-block/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.1.29](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@6.1.28...@refinitiv-ui/demo-block@6.1.29) (2024-11-14)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/demo-block
9+
610
## [6.1.28](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@6.1.27...@refinitiv-ui/demo-block@6.1.28) (2024-07-15)
711

812
**Note:** Version bump only for package @refinitiv-ui/demo-block

packages/demo-block/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/demo-block",
3-
"version": "6.1.28",
3+
"version": "6.1.29",
44
"description": "Demo page handler for Element Framework elements",
55
"main": "./lib/demo-block.js",
66
"module": "./lib/demo-block.js",
@@ -29,7 +29,7 @@
2929
"license": "Apache-2.0",
3030
"dependencies": {
3131
"@refinitiv-ui/elemental-theme": "^6.7.1",
32-
"@refinitiv-ui/halo-theme": "^6.9.1",
32+
"@refinitiv-ui/halo-theme": "^6.9.2",
3333
"@refinitiv-ui/solar-theme": "^6.5.3",
3434
"tslib": "^2.3.1"
3535
},

packages/elements/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.18.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.18.5...@refinitiv-ui/elements@6.18.6) (2024-11-14)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/elements
9+
610
## [6.18.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.18.4...@refinitiv-ui/elements@6.18.5) (2024-09-23)
711

812
### Bug Fixes

packages/elements/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/elements",
3-
"version": "6.18.5",
3+
"version": "6.18.6",
44
"description": "Element Framework Elements",
55
"author": "LSEG",
66
"license": "Apache-2.0",
@@ -339,7 +339,7 @@
339339
},
340340
"dependencies": {
341341
"@lit-labs/context": "^0.3.1",
342-
"@refinitiv-ui/halo-theme": "^6.9.1",
342+
"@refinitiv-ui/halo-theme": "^6.9.2",
343343
"@refinitiv-ui/solar-theme": "^6.5.3",
344344
"@types/chart.js": "^2.9.31",
345345
"chart.js": "~2.9.4",
@@ -351,7 +351,7 @@
351351
},
352352
"devDependencies": {
353353
"@refinitiv-ui/core": "^6.6.0",
354-
"@refinitiv-ui/demo-block": "^6.1.28",
354+
"@refinitiv-ui/demo-block": "^6.1.29",
355355
"@refinitiv-ui/i18n": "^6.0.21",
356356
"@refinitiv-ui/phrasebook": "^6.3.9",
357357
"@refinitiv-ui/test-helpers": "^6.0.15",

packages/halo-theme/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [6.9.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/halo-theme@6.9.1...@refinitiv-ui/halo-theme@6.9.2) (2024-11-14)
7+
8+
### Bug Fixes
9+
10+
- **halo-theme:** change dataviz-color2 to enhance visible for print ([#1229](https://github.com/Refinitiv/refinitiv-ui/issues/1229)) ([6f4baf6](https://github.com/Refinitiv/refinitiv-ui/commit/6f4baf68afb47c8c585579341b69f97d16178213))
11+
612
## [6.9.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/halo-theme@6.9.0...@refinitiv-ui/halo-theme@6.9.1) (2024-07-15)
713

814
**Note:** Version bump only for package @refinitiv-ui/halo-theme

packages/halo-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/halo-theme",
3-
"version": "6.9.1",
3+
"version": "6.9.2",
44
"description": "Official theme for LSEG Workspace",
55
"author": "LSEG",
66
"license": "SEE LICENSE IN LICENSE",

0 commit comments

Comments
 (0)