diff --git a/documents/CHANGELOG.md b/documents/CHANGELOG.md index 7097133789..6629d2f165 100644 --- a/documents/CHANGELOG.md +++ b/documents/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@6.1.1...@refinitiv-ui/docs@6.2.0) (2022-09-14) + + +### Features + +* **color-picker:** add color picker ([#444](https://github.com/Refinitiv/refinitiv-ui/issues/444)) ([3718003](https://github.com/Refinitiv/refinitiv-ui/commit/37180039a77d908acd731c89067ecfce3f23955f)) + + + + + ## [6.1.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@6.1.0...@refinitiv-ui/docs@6.1.1) (2022-08-29) **Note:** Version bump only for package @refinitiv-ui/docs diff --git a/documents/package.json b/documents/package.json index 4ea71d78f0..12ceda056d 100644 --- a/documents/package.json +++ b/documents/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/docs", - "version": "6.1.1", + "version": "6.2.0", "private": true, "description": "Element Framework Documentation", "engines": { @@ -32,7 +32,7 @@ "serve": "^13.0.2" }, "dependencies": { - "@refinitiv-ui/elements": "^6.1.1", + "@refinitiv-ui/elements": "^6.2.0", "fast-glob": "^3.2.7", "fs-extra": "^10.0.0" } diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 053dcf7eb8..19c6a44005 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.0.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/core@6.0.5...@refinitiv-ui/core@6.0.6) (2022-09-14) + +**Note:** Version bump only for package @refinitiv-ui/core + + + + + ## [6.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/core@6.0.4...@refinitiv-ui/core@6.0.5) (2022-08-29) **Note:** Version bump only for package @refinitiv-ui/core diff --git a/packages/core/package.json b/packages/core/package.json index 13b24f4a2a..15204fbf4c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/core", - "version": "6.0.5", + "version": "6.0.6", "description": "Element Framework Core", "main": "./lib/index.js", "module": "./lib/index.js", @@ -67,10 +67,10 @@ }, "devDependencies": { "@refinitiv-ui/test-helpers": "^6.0.4", - "@refinitiv-ui/utils": "^6.0.4" + "@refinitiv-ui/utils": "^6.1.0" }, "peerDependencies": { - "@refinitiv-ui/utils": "^6.0.4" + "@refinitiv-ui/utils": "^6.1.0" }, "publishConfig": { "access": "public" diff --git a/packages/demo-block/CHANGELOG.md b/packages/demo-block/CHANGELOG.md index 28c6dcaaa4..c043ae55cc 100644 --- a/packages/demo-block/CHANGELOG.md +++ b/packages/demo-block/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.0.7](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@6.0.6...@refinitiv-ui/demo-block@6.0.7) (2022-09-14) + +**Note:** Version bump only for package @refinitiv-ui/demo-block + + + + + ## [6.0.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@6.0.5...@refinitiv-ui/demo-block@6.0.6) (2022-08-29) **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 e37c2b7ed4..0021b88199 100644 --- a/packages/demo-block/package.json +++ b/packages/demo-block/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/demo-block", - "version": "6.0.6", + "version": "6.0.7", "description": "Demo page handler for Element Framework elements", "main": "./lib/demo-block.js", "module": "./lib/demo-block.js", @@ -27,17 +27,17 @@ "author": "Refinitiv", "license": "Apache-2.0", "dependencies": { - "@refinitiv-ui/elemental-theme": "^6.0.5", - "@refinitiv-ui/halo-theme": "^6.1.4", - "@refinitiv-ui/solar-theme": "^6.0.5", + "@refinitiv-ui/elemental-theme": "^6.1.0", + "@refinitiv-ui/halo-theme": "^6.2.0", + "@refinitiv-ui/solar-theme": "^6.1.0", "tslib": "^2.3.1" }, "devDependencies": { - "@refinitiv-ui/core": "^6.0.5", + "@refinitiv-ui/core": "^6.0.6", "@refinitiv-ui/test-helpers": "^6.0.4" }, "peerDependencies": { - "@refinitiv-ui/core": "^6.0.5" + "@refinitiv-ui/core": "^6.0.6" }, "publishConfig": { "access": "public" diff --git a/packages/elemental-theme/CHANGELOG.md b/packages/elemental-theme/CHANGELOG.md index af05cbfff7..d8942efc81 100644 --- a/packages/elemental-theme/CHANGELOG.md +++ b/packages/elemental-theme/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.1.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elemental-theme@6.0.5...@refinitiv-ui/elemental-theme@6.1.0) (2022-09-14) + + +### Bug Fixes + +* **interactive-chart:** fix left position on legend ([#449](https://github.com/Refinitiv/refinitiv-ui/issues/449)) ([ede4f93](https://github.com/Refinitiv/refinitiv-ui/commit/ede4f93776671f9261675a3a0d5bd32a62c317d5)) + + +### Features + +* **color-picker:** add color picker ([#444](https://github.com/Refinitiv/refinitiv-ui/issues/444)) ([3718003](https://github.com/Refinitiv/refinitiv-ui/commit/37180039a77d908acd731c89067ecfce3f23955f)) + + + + + ## [6.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elemental-theme@6.0.4...@refinitiv-ui/elemental-theme@6.0.5) (2022-08-29) **Note:** Version bump only for package @refinitiv-ui/elemental-theme diff --git a/packages/elemental-theme/package.json b/packages/elemental-theme/package.json index 65a4a0724c..0c5b936bb7 100644 --- a/packages/elemental-theme/package.json +++ b/packages/elemental-theme/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/elemental-theme", - "version": "6.0.5", + "version": "6.1.0", "description": "Base theme for Element Framework Components", "author": "Refinitiv", "license": "Apache-2.0", diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index 4dc5a7c896..d15253b2a2 100644 --- a/packages/elements/CHANGELOG.md +++ b/packages/elements/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.1.1...@refinitiv-ui/elements@6.2.0) (2022-09-14) + + +### Bug Fixes + +* **color-picker:** update snapshot and remove backdrop ([#447](https://github.com/Refinitiv/refinitiv-ui/issues/447)) ([d6c086c](https://github.com/Refinitiv/refinitiv-ui/commit/d6c086c4ab405d8183258c72bc566f4bb640a635)) +* **dialog:** change withBackdrop and withShadow to proprerty ([#445](https://github.com/Refinitiv/refinitiv-ui/issues/445)) ([2740f00](https://github.com/Refinitiv/refinitiv-ui/commit/2740f008b5163a396dd244570a93064bf0c8d844)) +* **interactive-chart:** fix left position on legend ([#449](https://github.com/Refinitiv/refinitiv-ui/issues/449)) ([ede4f93](https://github.com/Refinitiv/refinitiv-ui/commit/ede4f93776671f9261675a3a0d5bd32a62c317d5)) + + +### Features + +* **color-picker:** add color picker ([#444](https://github.com/Refinitiv/refinitiv-ui/issues/444)) ([3718003](https://github.com/Refinitiv/refinitiv-ui/commit/37180039a77d908acd731c89067ecfce3f23955f)) +* **item:** show tooltip when text ellipsis ([#394](https://github.com/Refinitiv/refinitiv-ui/issues/394)) ([8943eb6](https://github.com/Refinitiv/refinitiv-ui/commit/8943eb625bfd54a6014f6815940eacd924d67ab4)) + + + + + ## [6.1.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@6.1.0...@refinitiv-ui/elements@6.1.1) (2022-08-29) diff --git a/packages/elements/package.json b/packages/elements/package.json index 99061ab459..2cf3752abc 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/elements", - "version": "6.1.1", + "version": "6.2.0", "description": "Element Framework Elements", "author": "Refinitiv", "license": "Apache-2.0", @@ -333,8 +333,8 @@ }, "dependencies": { "@refinitiv-ui/browser-sparkline": "1.1.8", - "@refinitiv-ui/halo-theme": "^6.1.4", - "@refinitiv-ui/solar-theme": "^6.0.5", + "@refinitiv-ui/halo-theme": "^6.2.0", + "@refinitiv-ui/solar-theme": "^6.1.0", "@types/chart.js": "^2.9.31", "chart.js": "~2.9.4", "d3-interpolate": "^3.0.1", @@ -343,21 +343,21 @@ "tslib": "^2.3.1" }, "devDependencies": { - "@refinitiv-ui/core": "^6.0.5", - "@refinitiv-ui/demo-block": "^6.0.6", - "@refinitiv-ui/i18n": "^6.0.4", - "@refinitiv-ui/phrasebook": "^6.1.3", + "@refinitiv-ui/core": "^6.0.6", + "@refinitiv-ui/demo-block": "^6.0.7", + "@refinitiv-ui/i18n": "^6.0.5", + "@refinitiv-ui/phrasebook": "^6.2.0", "@refinitiv-ui/test-helpers": "^6.0.4", - "@refinitiv-ui/translate": "^6.0.5", - "@refinitiv-ui/utils": "^6.0.4", + "@refinitiv-ui/translate": "^6.0.6", + "@refinitiv-ui/utils": "^6.1.0", "@types/d3-interpolate": "^3.0.1" }, "peerDependencies": { - "@refinitiv-ui/core": "^6.0.5", - "@refinitiv-ui/i18n": "^6.0.4", - "@refinitiv-ui/phrasebook": "^6.1.3", - "@refinitiv-ui/translate": "^6.0.5", - "@refinitiv-ui/utils": "^6.0.4" + "@refinitiv-ui/core": "^6.0.6", + "@refinitiv-ui/i18n": "^6.0.5", + "@refinitiv-ui/phrasebook": "^6.2.0", + "@refinitiv-ui/translate": "^6.0.6", + "@refinitiv-ui/utils": "^6.1.0" }, "publishConfig": { "access": "public" diff --git a/packages/halo-theme/CHANGELOG.md b/packages/halo-theme/CHANGELOG.md index 9bc107c175..748856723d 100644 --- a/packages/halo-theme/CHANGELOG.md +++ b/packages/halo-theme/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/halo-theme@6.1.4...@refinitiv-ui/halo-theme@6.2.0) (2022-09-14) + + +### Features + +* **color-picker:** add color picker ([#444](https://github.com/Refinitiv/refinitiv-ui/issues/444)) ([3718003](https://github.com/Refinitiv/refinitiv-ui/commit/37180039a77d908acd731c89067ecfce3f23955f)) + + + + + ## [6.1.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/halo-theme@6.1.3...@refinitiv-ui/halo-theme@6.1.4) (2022-08-29) diff --git a/packages/halo-theme/package.json b/packages/halo-theme/package.json index 2eb22eb4da..b3c78d64e3 100644 --- a/packages/halo-theme/package.json +++ b/packages/halo-theme/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/halo-theme", - "version": "6.1.4", + "version": "6.2.0", "description": "Official theme for Refinitiv products", "author": "Refinitiv", "license": "SEE LICENSE IN LICENSE", @@ -24,7 +24,7 @@ "version": "node ../../scripts/version" }, "dependencies": { - "@refinitiv-ui/elemental-theme": "^6.0.5" + "@refinitiv-ui/elemental-theme": "^6.1.0" }, "devDependencies": { "@refinitiv-ui/theme-compiler": "^6.0.4" diff --git a/packages/i18n/CHANGELOG.md b/packages/i18n/CHANGELOG.md index 8f5e0fd3ab..f53fa7efbe 100644 --- a/packages/i18n/CHANGELOG.md +++ b/packages/i18n/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.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@6.0.4...@refinitiv-ui/i18n@6.0.5) (2022-09-14) + +**Note:** Version bump only for package @refinitiv-ui/i18n + + + + + ## [6.0.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/i18n@6.0.3...@refinitiv-ui/i18n@6.0.4) (2022-08-29) **Note:** Version bump only for package @refinitiv-ui/i18n diff --git a/packages/i18n/package.json b/packages/i18n/package.json index c8106c1cff..c97701d9cf 100644 --- a/packages/i18n/package.json +++ b/packages/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/i18n", - "version": "6.0.4", + "version": "6.0.5", "description": "i18n support for Web Components", "main": "./lib/index.js", "module": "./lib/index.js", @@ -31,11 +31,11 @@ "tslib": "^2.3.1" }, "devDependencies": { - "@refinitiv-ui/phrasebook": "^6.1.3", + "@refinitiv-ui/phrasebook": "^6.2.0", "@refinitiv-ui/test-helpers": "^6.0.4" }, "peerDependencies": { - "@refinitiv-ui/phrasebook": "^6.1.3" + "@refinitiv-ui/phrasebook": "^6.2.0" }, "publishConfig": { "access": "public" diff --git a/packages/phrasebook/CHANGELOG.md b/packages/phrasebook/CHANGELOG.md index 3c70b25147..bcf769c3e3 100644 --- a/packages/phrasebook/CHANGELOG.md +++ b/packages/phrasebook/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.1.3...@refinitiv-ui/phrasebook@6.2.0) (2022-09-14) + + +### Features + +* **color-picker:** add color picker ([#444](https://github.com/Refinitiv/refinitiv-ui/issues/444)) ([3718003](https://github.com/Refinitiv/refinitiv-ui/commit/37180039a77d908acd731c89067ecfce3f23955f)) + + + + + ## [6.1.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/phrasebook@6.1.2...@refinitiv-ui/phrasebook@6.1.3) (2022-08-29) **Note:** Version bump only for package @refinitiv-ui/phrasebook diff --git a/packages/phrasebook/package.json b/packages/phrasebook/package.json index d796a42a8f..dba0b8d673 100644 --- a/packages/phrasebook/package.json +++ b/packages/phrasebook/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/phrasebook", - "version": "6.1.3", + "version": "6.2.0", "description": "Collection of messages in EF components for translation", "author": "Refinitiv", "license": "Apache-2.0", diff --git a/packages/solar-theme/CHANGELOG.md b/packages/solar-theme/CHANGELOG.md index 4912cc7ee4..2fd42f29bf 100644 --- a/packages/solar-theme/CHANGELOG.md +++ b/packages/solar-theme/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.1.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/solar-theme@6.0.5...@refinitiv-ui/solar-theme@6.1.0) (2022-09-14) + + +### Features + +* **color-picker:** add color picker ([#444](https://github.com/Refinitiv/refinitiv-ui/issues/444)) ([3718003](https://github.com/Refinitiv/refinitiv-ui/commit/37180039a77d908acd731c89067ecfce3f23955f)) + + + + + ## [6.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/solar-theme@6.0.4...@refinitiv-ui/solar-theme@6.0.5) (2022-08-29) diff --git a/packages/solar-theme/package.json b/packages/solar-theme/package.json index 808b6523dd..f2373c9d60 100644 --- a/packages/solar-theme/package.json +++ b/packages/solar-theme/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/solar-theme", - "version": "6.0.5", + "version": "6.1.0", "description": "Solar theme for the Element Framework", "author": "Refinitiv", "license": "SEE LICENSE IN LICENSE", @@ -24,7 +24,7 @@ "version": "node ../../scripts/version" }, "dependencies": { - "@refinitiv-ui/elemental-theme": "^6.0.5" + "@refinitiv-ui/elemental-theme": "^6.1.0" }, "devDependencies": { "@refinitiv-ui/theme-compiler": "^6.0.4" diff --git a/packages/translate/CHANGELOG.md b/packages/translate/CHANGELOG.md index ebda6289b0..c32f4339e3 100644 --- a/packages/translate/CHANGELOG.md +++ b/packages/translate/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.0.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.5...@refinitiv-ui/translate@6.0.6) (2022-09-14) + +**Note:** Version bump only for package @refinitiv-ui/translate + + + + + ## [6.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/translate@6.0.4...@refinitiv-ui/translate@6.0.5) (2022-08-29) **Note:** Version bump only for package @refinitiv-ui/translate diff --git a/packages/translate/package.json b/packages/translate/package.json index 64752da029..6d0c5b3c2c 100644 --- a/packages/translate/package.json +++ b/packages/translate/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/translate", - "version": "6.0.5", + "version": "6.0.6", "description": "i18n implementation for Element Framework components", "author": "Refinitiv", "license": "Apache-2.0", @@ -30,14 +30,14 @@ "tslib": "^2.3.1" }, "devDependencies": { - "@refinitiv-ui/core": "^6.0.5", - "@refinitiv-ui/i18n": "^6.0.4", - "@refinitiv-ui/phrasebook": "^6.1.3", + "@refinitiv-ui/core": "^6.0.6", + "@refinitiv-ui/i18n": "^6.0.5", + "@refinitiv-ui/phrasebook": "^6.2.0", "@refinitiv-ui/test-helpers": "^6.0.4" }, "peerDependencies": { - "@refinitiv-ui/i18n": "^6.0.4", - "@refinitiv-ui/phrasebook": "^6.1.3" + "@refinitiv-ui/i18n": "^6.0.5", + "@refinitiv-ui/phrasebook": "^6.2.0" }, "publishConfig": { "access": "public" diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 223037ad09..64a086a6dc 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [6.1.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/utils@6.0.4...@refinitiv-ui/utils@6.1.0) (2022-09-14) + + +### Features + +* **color-picker:** add color picker ([#444](https://github.com/Refinitiv/refinitiv-ui/issues/444)) ([3718003](https://github.com/Refinitiv/refinitiv-ui/commit/37180039a77d908acd731c89067ecfce3f23955f)) + + + + + ## [6.0.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/utils@6.0.3...@refinitiv-ui/utils@6.0.4) (2022-08-29) **Note:** Version bump only for package @refinitiv-ui/utils diff --git a/packages/utils/package.json b/packages/utils/package.json index cddb9d40bc..06422c0313 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/utils", - "version": "6.0.4", + "version": "6.1.0", "description": "Shared utilities for Element Framework", "main": "lib/index.js", "module": "lib/index.js",