Skip to content

Commit 3844f68

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] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected] - @refinitiv-ui/[email protected]
1 parent 12a68c3 commit 3844f68

File tree

17 files changed

+113
-66
lines changed

17 files changed

+113
-66
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.5.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-24)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/docs
9+
10+
11+
12+
13+
614
## [7.5.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-09)
715

816

documents/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/docs",
3-
"version": "7.5.2",
3+
"version": "7.5.3",
44
"private": true,
55
"description": "Element Framework Documentation",
66
"engines": {
@@ -33,10 +33,10 @@
3333
"serve": "^14.2.0"
3434
},
3535
"dependencies": {
36-
"@refinitiv-ui/core": "^7.2.1",
37-
"@refinitiv-ui/elements": "^7.6.2",
36+
"@refinitiv-ui/core": "^7.2.2",
37+
"@refinitiv-ui/elements": "^7.7.0",
3838
"@refinitiv-ui/halo-theme": "^7.1.1",
39-
"@refinitiv-ui/utils": "^7.1.1",
39+
"@refinitiv-ui/utils": "^7.1.2",
4040
"fast-glob": "^3.2.12"
4141
}
4242
}

package-lock.json

Lines changed: 33 additions & 33 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: 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.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-24)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/core
9+
610
## [7.2.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-09)
711

812
### Bug Fixes

packages/core/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/core",
3-
"version": "7.2.1",
3+
"version": "7.2.2",
44
"description": "Element Framework Core",
55
"main": "./lib/index.js",
66
"module": "./lib/index.js",
@@ -68,10 +68,10 @@
6868
},
6969
"devDependencies": {
7070
"@refinitiv-ui/test-helpers": "^7.0.4",
71-
"@refinitiv-ui/utils": "^7.1.1"
71+
"@refinitiv-ui/utils": "^7.1.2"
7272
},
7373
"peerDependencies": {
74-
"@refinitiv-ui/utils": "^7.1.1"
74+
"@refinitiv-ui/utils": "^7.1.2"
7575
},
7676
"publishConfig": {
7777
"access": "public"

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+
## [7.0.9](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-24)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/demo-block
9+
610
## [7.0.8](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-09)
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": "7.0.8",
3+
"version": "7.0.9",
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": "^7.2.1",
37+
"@refinitiv-ui/core": "^7.2.2",
3838
"@refinitiv-ui/test-helpers": "^7.0.4"
3939
},
4040
"peerDependencies": {
41-
"@refinitiv-ui/core": "^7.2.1"
41+
"@refinitiv-ui/core": "^7.2.2"
4242
},
4343
"publishConfig": {
4444
"access": "public"

packages/elements/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.7.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-24)
7+
8+
### Bug Fixes
9+
10+
- `ITimeScaleApi` type errors in `lightweight-charts` to 4.1.0 ([#989](https://github.com/Refinitiv/refinitiv-ui/issues/989)) ([ece42d8](https://github.com/Refinitiv/refinitiv-ui/commit/ece42d8f912634cbded0961072ed9430a45bd527))
11+
- **password-field, phrasebook:** improve show password announcement ([#962](https://github.com/Refinitiv/refinitiv-ui/issues/962)) ([4b6dcdc](https://github.com/Refinitiv/refinitiv-ui/commit/4b6dcdc23b4cc0f9dd7fe9e2df5314960ad65b07))
12+
13+
### Features
14+
15+
- **number-field:** support long press at spinner ([#983](https://github.com/Refinitiv/refinitiv-ui/issues/983)) ([606660d](https://github.com/Refinitiv/refinitiv-ui/commit/606660db06a265fe63a2dcf5e82ec1ec2e2c8ab5))
16+
617
## [7.6.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-09)
718

819
### Bug Fixes

packages/elements/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/elements",
3-
"version": "7.6.2",
3+
"version": "7.7.0",
44
"description": "Element Framework Elements",
55
"author": "LSEG",
66
"license": "Apache-2.0",
@@ -351,22 +351,22 @@
351351
"tslib": "^2.3.1"
352352
},
353353
"devDependencies": {
354-
"@refinitiv-ui/core": "^7.2.1",
355-
"@refinitiv-ui/demo-block": "^7.0.8",
356-
"@refinitiv-ui/i18n": "^7.0.4",
357-
"@refinitiv-ui/phrasebook": "^7.0.4",
354+
"@refinitiv-ui/core": "^7.2.2",
355+
"@refinitiv-ui/demo-block": "^7.0.9",
356+
"@refinitiv-ui/i18n": "^7.0.5",
357+
"@refinitiv-ui/phrasebook": "^7.0.5",
358358
"@refinitiv-ui/test-helpers": "^7.0.4",
359-
"@refinitiv-ui/translate": "^7.0.5",
360-
"@refinitiv-ui/utils": "^7.1.1",
359+
"@refinitiv-ui/translate": "^7.0.6",
360+
"@refinitiv-ui/utils": "^7.1.2",
361361
"@types/d3-interpolate": "^3.0.1"
362362
},
363363
"peerDependencies": {
364364
"@refinitiv-ui/browser-sparkline": "^1.0.0 || ^2.0.0",
365-
"@refinitiv-ui/core": "^7.2.1",
366-
"@refinitiv-ui/i18n": "^7.0.4",
367-
"@refinitiv-ui/phrasebook": "^7.0.4",
368-
"@refinitiv-ui/translate": "^7.0.5",
369-
"@refinitiv-ui/utils": "^7.1.1"
365+
"@refinitiv-ui/core": "^7.2.2",
366+
"@refinitiv-ui/i18n": "^7.0.5",
367+
"@refinitiv-ui/phrasebook": "^7.0.5",
368+
"@refinitiv-ui/translate": "^7.0.6",
369+
"@refinitiv-ui/utils": "^7.1.2"
370370
},
371371
"publishConfig": {
372372
"access": "public"

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.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-24)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/i18n
9+
610
## [7.0.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-09-18)
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.0.4",
3+
"version": "7.0.5",
44
"description": "i18n support for Web Components",
55
"main": "./lib/index.js",
66
"module": "./lib/index.js",
@@ -33,11 +33,11 @@
3333
"tslib": "^2.3.1"
3434
},
3535
"devDependencies": {
36-
"@refinitiv-ui/phrasebook": "^7.0.4",
36+
"@refinitiv-ui/phrasebook": "^7.0.5",
3737
"@refinitiv-ui/test-helpers": "^7.0.4"
3838
},
3939
"peerDependencies": {
40-
"@refinitiv-ui/phrasebook": "^7.0.4"
40+
"@refinitiv-ui/phrasebook": "^7.0.5"
4141
},
4242
"publishConfig": {
4343
"access": "public"

packages/phrasebook/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.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-24)
7+
8+
### Bug Fixes
9+
10+
- **password-field, phrasebook:** improve show password announcement ([#962](https://github.com/Refinitiv/refinitiv-ui/issues/962)) ([4b6dcdc](https://github.com/Refinitiv/refinitiv-ui/commit/4b6dcdc23b4cc0f9dd7fe9e2df5314960ad65b07))
11+
612
## [7.0.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-09-18)
713

814
**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.0.4",
3+
"version": "7.0.5",
44
"type": "module",
55
"description": "Collection of messages in EF components for translation",
66
"author": "LSEG",

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.0.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-24)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/translate
9+
610
## [7.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-09)
711

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

0 commit comments

Comments
 (0)