Skip to content

Commit ffbf4a9

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 db9d54a commit ffbf4a9

File tree

11 files changed

+58
-30
lines changed

11 files changed

+58
-30
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.12.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-07-09)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/docs
9+
10+
11+
12+
13+
614
## [6.12.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-04-28)
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.12.1",
3+
"version": "6.12.2",
44
"private": true,
55
"description": "Element Framework Documentation",
66
"engines": {
@@ -36,8 +36,8 @@
3636
"serve": "^14.2.0"
3737
},
3838
"dependencies": {
39-
"@refinitiv-ui/core": "^6.6.1",
40-
"@refinitiv-ui/elements": "^6.20.0",
39+
"@refinitiv-ui/core": "^6.6.2",
40+
"@refinitiv-ui/elements": "^6.20.1",
4141
"@refinitiv-ui/halo-theme": "^6.10.0",
4242
"@refinitiv-ui/phrasebook": "^6.3.9",
4343
"@refinitiv-ui/utils": "^6.4.0",

package-lock.json

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

packages/core/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.6.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-07-09)
7+
8+
### Bug Fixes
9+
10+
- **icon:** throw error once per session if sprite icon fails to load ([#1285](https://github.com/Refinitiv/refinitiv-ui/issues/1285)) ([db9d54a](https://github.com/Refinitiv/refinitiv-ui/commit/db9d54a4aab9d8278c3446fa463c66ce08ddb420))
11+
612
## [6.6.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-04-23)
713

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

packages/core/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/core",
3-
"version": "6.6.1",
3+
"version": "6.6.2",
44
"description": "Element Framework Core",
55
"main": "./lib/index.js",
66
"module": "./lib/index.js",

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.31](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-07-09)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/demo-block
9+
610
## [6.1.30](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-04-23)
711

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

packages/demo-block/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/demo-block",
3-
"version": "6.1.30",
3+
"version": "6.1.31",
44
"description": "Demo page handler for Element Framework elements",
55
"main": "./lib/demo-block.js",
66
"module": "./lib/demo-block.js",
@@ -34,11 +34,11 @@
3434
"tslib": "^2.3.1"
3535
},
3636
"devDependencies": {
37-
"@refinitiv-ui/core": "^6.6.1",
37+
"@refinitiv-ui/core": "^6.6.2",
3838
"@refinitiv-ui/test-helpers": "^6.1.0"
3939
},
4040
"peerDependencies": {
41-
"@refinitiv-ui/core": "^6.6.1"
41+
"@refinitiv-ui/core": "^6.6.2"
4242
},
4343
"publishConfig": {
4444
"access": "public"

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+
## [6.20.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-07-09)
7+
8+
### Bug Fixes
9+
10+
- **icon:** throw error once per session if sprite icon fails to load ([#1285](https://github.com/Refinitiv/refinitiv-ui/issues/1285)) ([db9d54a](https://github.com/Refinitiv/refinitiv-ui/commit/db9d54a4aab9d8278c3446fa463c66ce08ddb420))
11+
612
# [6.20.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-04-28)
713

814
### Bug Fixes

packages/elements/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/elements",
3-
"version": "6.20.0",
3+
"version": "6.20.1",
44
"description": "Element Framework Elements",
55
"author": "LSEG",
66
"license": "Apache-2.0",
@@ -350,21 +350,21 @@
350350
"tslib": "^2.3.1"
351351
},
352352
"devDependencies": {
353-
"@refinitiv-ui/core": "^6.6.1",
354-
"@refinitiv-ui/demo-block": "^6.1.30",
353+
"@refinitiv-ui/core": "^6.6.2",
354+
"@refinitiv-ui/demo-block": "^6.1.31",
355355
"@refinitiv-ui/i18n": "^6.0.22",
356356
"@refinitiv-ui/phrasebook": "^6.3.9",
357357
"@refinitiv-ui/test-helpers": "^6.1.0",
358-
"@refinitiv-ui/translate": "^6.0.36",
358+
"@refinitiv-ui/translate": "^6.0.37",
359359
"@refinitiv-ui/utils": "^6.4.0",
360360
"@types/d3-interpolate": "^3.0.1"
361361
},
362362
"peerDependencies": {
363363
"@refinitiv-ui/browser-sparkline": "^1.0.0 || ^2.0.0",
364-
"@refinitiv-ui/core": "^6.6.1",
364+
"@refinitiv-ui/core": "^6.6.2",
365365
"@refinitiv-ui/i18n": "^6.0.22",
366366
"@refinitiv-ui/phrasebook": "^6.3.9",
367-
"@refinitiv-ui/translate": "^6.0.36",
367+
"@refinitiv-ui/translate": "^6.0.37",
368368
"@refinitiv-ui/utils": "^6.4.0"
369369
},
370370
"publishConfig": {

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+
## [6.0.37](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-07-09)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/translate
9+
610
## [6.0.36](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-04-23)
711

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

0 commit comments

Comments
 (0)