Skip to content

Commit a2b508e

Browse files
chore(release): publish [skip ci]
- @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - [email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - [email protected]
1 parent 0a70111 commit a2b508e

File tree

35 files changed

+196
-124
lines changed

35 files changed

+196
-124
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.7](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2025-11-12)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/docs
9+
10+
11+
12+
13+
614
## [7.12.6](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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/docs",
3-
"version": "7.12.6",
3+
"version": "7.12.7",
44
"private": true,
55
"type": "module",
66
"description": "Element Framework Documentation",
@@ -38,11 +38,11 @@
3838
"serve": "^14.2.0"
3939
},
4040
"dependencies": {
41-
"@refinitiv-ui/core": "^7.5.4",
42-
"@refinitiv-ui/elements": "^7.15.3",
43-
"@refinitiv-ui/halo-theme": "^7.6.2",
44-
"@refinitiv-ui/phrasebook": "^7.1.3",
45-
"@refinitiv-ui/utils": "^7.3.2",
41+
"@refinitiv-ui/core": "^7.5.5",
42+
"@refinitiv-ui/elements": "^7.15.4",
43+
"@refinitiv-ui/halo-theme": "^7.6.3",
44+
"@refinitiv-ui/phrasebook": "^7.1.4",
45+
"@refinitiv-ui/utils": "^7.3.3",
4646
"fast-glob": "^3.2.12"
4747
}
4848
}

package-lock.json

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

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

packages/configurations/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/configurations",
3-
"version": "7.1.1",
3+
"version": "7.1.2",
44
"description": "The configuration files used for Element Framework",
55
"repository": {
66
"type": "git",

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

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/core",
3-
"version": "7.5.4",
3+
"version": "7.5.5",
44
"description": "Element Framework Core",
55
"main": "./lib/index.js",
66
"module": "./lib/index.js",
@@ -68,11 +68,11 @@
6868
"tslib": "^2.3.1"
6969
},
7070
"devDependencies": {
71-
"@refinitiv-ui/test-helpers": "^7.1.4",
72-
"@refinitiv-ui/utils": "^7.3.2"
71+
"@refinitiv-ui/test-helpers": "^7.1.5",
72+
"@refinitiv-ui/utils": "^7.3.3"
7373
},
7474
"peerDependencies": {
75-
"@refinitiv-ui/utils": "^7.3.2"
75+
"@refinitiv-ui/utils": "^7.3.3"
7676
},
7777
"publishConfig": {
7878
"access": "public"

packages/create-efx/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.2.3](https://github.com/Refinitiv/refinitiv-ui/compare/[email protected]@7.2.3) (2025-11-12)
7+
8+
**Note:** Version bump only for package create-efx
9+
610
## [7.2.2](https://github.com/Refinitiv/refinitiv-ui/compare/[email protected]@7.2.2) (2025-11-12)
711

812
**Note:** Version bump only for package create-efx

packages/create-efx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-efx",
3-
"version": "7.2.2",
3+
"version": "7.2.3",
44
"description": "Initializer to create new EFX element",
55
"main": "./lib/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)