diff --git a/documents/CHANGELOG.md b/documents/CHANGELOG.md index 58e7b0a1a5..85156393ce 100644 --- a/documents/CHANGELOG.md +++ b/documents/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.16](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@6.5.15...@refinitiv-ui/docs@6.5.16) (2023-08-11) + +**Note:** Version bump only for package @refinitiv-ui/docs + + + + + ## [6.5.15](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@6.5.14...@refinitiv-ui/docs@6.5.15) (2023-08-07) **Note:** Version bump only for package @refinitiv-ui/docs diff --git a/documents/package.json b/documents/package.json index 42629be9c0..f317fed797 100644 --- a/documents/package.json +++ b/documents/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/docs", - "version": "6.5.15", + "version": "6.5.16", "private": true, "description": "Element Framework Documentation", "engines": { @@ -35,8 +35,8 @@ }, "dependencies": { "@refinitiv-ui/core": "^6.4.7", - "@refinitiv-ui/elements": "^6.9.1", - "@refinitiv-ui/halo-theme": "^6.5.6", + "@refinitiv-ui/elements": "^6.9.2", + "@refinitiv-ui/halo-theme": "^6.5.7", "@refinitiv-ui/utils": "^6.2.8", "fast-glob": "^3.2.12" } diff --git a/package-lock.json b/package-lock.json index a0c3bf49c8..c64937d553 100644 --- a/package-lock.json +++ b/package-lock.json @@ -57,12 +57,12 @@ }, "documents": { "name": "@refinitiv-ui/docs", - "version": "6.5.15", + "version": "6.5.16", "license": "Apache-2.0", "dependencies": { "@refinitiv-ui/core": "^6.4.7", - "@refinitiv-ui/elements": "^6.9.1", - "@refinitiv-ui/halo-theme": "^6.5.6", + "@refinitiv-ui/elements": "^6.9.2", + "@refinitiv-ui/halo-theme": "^6.5.7", "@refinitiv-ui/utils": "^6.2.8", "fast-glob": "^3.2.12" }, @@ -22711,11 +22711,11 @@ }, "packages/demo-block": { "name": "@refinitiv-ui/demo-block", - "version": "6.1.8", + "version": "6.1.9", "license": "Apache-2.0", "dependencies": { "@refinitiv-ui/elemental-theme": "^6.3.8", - "@refinitiv-ui/halo-theme": "^6.5.6", + "@refinitiv-ui/halo-theme": "^6.5.7", "@refinitiv-ui/solar-theme": "^6.3.8", "tslib": "^2.3.1" }, @@ -22737,12 +22737,12 @@ }, "packages/elements": { "name": "@refinitiv-ui/elements", - "version": "6.9.1", + "version": "6.9.2", "license": "Apache-2.0", "dependencies": { "@lit-labs/context": "^0.3.1", "@refinitiv-ui/browser-sparkline": "1.1.8", - "@refinitiv-ui/halo-theme": "^6.5.6", + "@refinitiv-ui/halo-theme": "^6.5.7", "@refinitiv-ui/solar-theme": "^6.3.8", "@types/chart.js": "^2.9.31", "chart.js": "~2.9.4", @@ -22753,7 +22753,7 @@ }, "devDependencies": { "@refinitiv-ui/core": "^6.4.7", - "@refinitiv-ui/demo-block": "^6.1.8", + "@refinitiv-ui/demo-block": "^6.1.9", "@refinitiv-ui/i18n": "^6.0.16", "@refinitiv-ui/phrasebook": "^6.3.5", "@refinitiv-ui/test-helpers": "^6.0.13", @@ -22775,7 +22775,7 @@ }, "packages/halo-theme": { "name": "@refinitiv-ui/halo-theme", - "version": "6.5.6", + "version": "6.5.7", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@refinitiv-ui/elemental-theme": "^6.3.8" diff --git a/packages/demo-block/CHANGELOG.md b/packages/demo-block/CHANGELOG.md index c4c87e929a..71ca6cb055 100644 --- a/packages/demo-block/CHANGELOG.md +++ b/packages/demo-block/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.1.9](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@6.1.8...@refinitiv-ui/demo-block@6.1.9) (2023-08-11) + +**Note:** Version bump only for package @refinitiv-ui/demo-block + ## [6.1.8](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@6.1.7...@refinitiv-ui/demo-block@6.1.8) (2023-07-19) **Note:** Version bump only for package @refinitiv-ui/demo-block diff --git a/packages/demo-block/package.json b/packages/demo-block/package.json index 0921c5a704..aab5300e8f 100644 --- a/packages/demo-block/package.json +++ b/packages/demo-block/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/demo-block", - "version": "6.1.8", + "version": "6.1.9", "description": "Demo page handler for Element Framework elements", "main": "./lib/demo-block.js", "module": "./lib/demo-block.js", @@ -29,7 +29,7 @@ "license": "Apache-2.0", "dependencies": { "@refinitiv-ui/elemental-theme": "^6.3.8", - "@refinitiv-ui/halo-theme": "^6.5.6", + "@refinitiv-ui/halo-theme": "^6.5.7", "@refinitiv-ui/solar-theme": "^6.3.8", "tslib": "^2.3.1" }, diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index 1477de46d3..5040078702 100644 --- a/packages/elements/CHANGELOG.md +++ b/packages/elements/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.9.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.9.1...@refinitiv-ui/elements@6.9.2) (2023-08-11) + +**Note:** Version bump only for package @refinitiv-ui/elements + ## [6.9.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.9.0...@refinitiv-ui/elements@6.9.1) (2023-08-07) ### Bug Fixes diff --git a/packages/elements/package.json b/packages/elements/package.json index e8ffb1fc11..8f8a9503f5 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/elements", - "version": "6.9.1", + "version": "6.9.2", "description": "Element Framework Elements", "author": "Refinitiv", "license": "Apache-2.0", @@ -340,7 +340,7 @@ "dependencies": { "@lit-labs/context": "^0.3.1", "@refinitiv-ui/browser-sparkline": "1.1.8", - "@refinitiv-ui/halo-theme": "^6.5.6", + "@refinitiv-ui/halo-theme": "^6.5.7", "@refinitiv-ui/solar-theme": "^6.3.8", "@types/chart.js": "^2.9.31", "chart.js": "~2.9.4", @@ -351,7 +351,7 @@ }, "devDependencies": { "@refinitiv-ui/core": "^6.4.7", - "@refinitiv-ui/demo-block": "^6.1.8", + "@refinitiv-ui/demo-block": "^6.1.9", "@refinitiv-ui/i18n": "^6.0.16", "@refinitiv-ui/phrasebook": "^6.3.5", "@refinitiv-ui/test-helpers": "^6.0.13", diff --git a/packages/halo-theme/CHANGELOG.md b/packages/halo-theme/CHANGELOG.md index ca97e0a470..e772318343 100644 --- a/packages/halo-theme/CHANGELOG.md +++ b/packages/halo-theme/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [6.5.7](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/halo-theme@6.5.6...@refinitiv-ui/halo-theme@6.5.7) (2023-08-11) + +### Bug Fixes + +- **combo-box:** missing divider between list items in list ([#889](https://github.com/Refinitiv/refinitiv-ui/issues/889)) ([d0dd20e](https://github.com/Refinitiv/refinitiv-ui/commit/d0dd20e175007aea278a46f75d116e7ba2fd782b)) +- **combo-box:** remove nested input border when disabled ([#896](https://github.com/Refinitiv/refinitiv-ui/issues/896)) ([af6c18f](https://github.com/Refinitiv/refinitiv-ui/commit/af6c18f2341b036684ed4d5b71074614dce94d59)) + ## [6.5.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/halo-theme@6.5.5...@refinitiv-ui/halo-theme@6.5.6) (2023-07-19) **Note:** Version bump only for package @refinitiv-ui/halo-theme diff --git a/packages/halo-theme/package.json b/packages/halo-theme/package.json index bded507303..2c744e2bbd 100644 --- a/packages/halo-theme/package.json +++ b/packages/halo-theme/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/halo-theme", - "version": "6.5.6", + "version": "6.5.7", "description": "Official theme for Refinitiv Workspace", "author": "Refinitiv", "license": "SEE LICENSE IN LICENSE",