Skip to content

Commit aa4a1f9

Browse files
chore(release): publish [skip ci]
- @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected]
1 parent 367bccd commit aa4a1f9

File tree

11 files changed

+271
-78
lines changed

11 files changed

+271
-78
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+
## [7.12.8](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2026-01-05)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/docs
9+
10+
11+
12+
13+
614
## [7.12.7](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-11-12)
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": "7.12.7",
3+
"version": "7.12.8",
44
"private": true,
55
"type": "module",
66
"description": "Element Framework Documentation",
@@ -39,9 +39,9 @@
3939
},
4040
"dependencies": {
4141
"@refinitiv-ui/core": "^7.5.5",
42-
"@refinitiv-ui/elements": "^7.15.4",
42+
"@refinitiv-ui/elements": "^7.15.5",
4343
"@refinitiv-ui/halo-theme": "^7.6.3",
44-
"@refinitiv-ui/phrasebook": "^7.1.4",
44+
"@refinitiv-ui/phrasebook": "^7.1.5",
4545
"@refinitiv-ui/utils": "^7.3.3",
4646
"fast-glob": "^3.2.12"
4747
}

package-lock.json

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

packages/elements/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+
## [7.15.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2026-01-05)
7+
8+
### Bug Fixes
9+
10+
- **overlay:** fix to support filtor-dialog of efx-grid ([#1293](https://github.com/Refinitiv/refinitiv-ui/issues/1293)) ([367bccd](https://github.com/Refinitiv/refinitiv-ui/commit/367bccdbec2904ee9ff55dc67a3250c700753a29))
11+
612
## [7.15.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-11-12)
713

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

packages/elements/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/elements",
3-
"version": "7.15.4",
3+
"version": "7.15.5",
44
"description": "Element Framework Elements",
55
"author": "LSEG",
66
"license": "Apache-2.0",
@@ -472,19 +472,19 @@
472472
"devDependencies": {
473473
"@refinitiv-ui/core": "^7.5.5",
474474
"@refinitiv-ui/demo-block": "^7.2.4",
475-
"@refinitiv-ui/i18n": "^7.1.8",
476-
"@refinitiv-ui/phrasebook": "^7.1.4",
475+
"@refinitiv-ui/i18n": "^7.1.9",
476+
"@refinitiv-ui/phrasebook": "^7.1.5",
477477
"@refinitiv-ui/test-helpers": "^7.1.5",
478-
"@refinitiv-ui/translate": "^7.1.13",
478+
"@refinitiv-ui/translate": "^7.1.14",
479479
"@refinitiv-ui/utils": "^7.3.3",
480480
"@types/d3-interpolate": "^3.0.1"
481481
},
482482
"peerDependencies": {
483483
"@refinitiv-ui/browser-sparkline": "^1.0.0 || ^2.0.0",
484484
"@refinitiv-ui/core": "^7.5.5",
485-
"@refinitiv-ui/i18n": "^7.1.8",
486-
"@refinitiv-ui/phrasebook": "^7.1.4",
487-
"@refinitiv-ui/translate": "^7.1.13",
485+
"@refinitiv-ui/i18n": "^7.1.9",
486+
"@refinitiv-ui/phrasebook": "^7.1.5",
487+
"@refinitiv-ui/translate": "^7.1.14",
488488
"@refinitiv-ui/utils": "^7.3.3"
489489
},
490490
"publishConfig": {

packages/i18n/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+
## [7.1.9](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2026-01-05)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/i18n
9+
610
## [7.1.8](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-11-12)
711

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

packages/i18n/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/i18n",
3-
"version": "7.1.8",
3+
"version": "7.1.9",
44
"description": "i18n support for Web Components",
55
"main": "./lib/index.js",
66
"module": "./lib/index.js",
@@ -34,12 +34,12 @@
3434
"tslib": "^2.3.1"
3535
},
3636
"devDependencies": {
37-
"@refinitiv-ui/phrasebook": "^7.1.4",
37+
"@refinitiv-ui/phrasebook": "^7.1.5",
3838
"@refinitiv-ui/test-helpers": "^7.1.5",
3939
"benchmark": "^2.1.4"
4040
},
4141
"peerDependencies": {
42-
"@refinitiv-ui/phrasebook": "^7.1.4"
42+
"@refinitiv-ui/phrasebook": "^7.1.5"
4343
},
4444
"publishConfig": {
4545
"access": "public"

packages/phrasebook/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+
## [7.1.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2026-01-05)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/phrasebook
9+
610
## [7.1.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-11-12)
711

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

packages/phrasebook/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/phrasebook",
3-
"version": "7.1.4",
3+
"version": "7.1.5",
44
"description": "Collection of messages in EF components for translation",
55
"author": "LSEG",
66
"license": "Apache-2.0",

packages/translate/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+
## [7.1.14](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2026-01-05)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/translate
9+
610
## [7.1.13](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-11-12)
711

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

0 commit comments

Comments
 (0)