diff --git a/documents/CHANGELOG.md b/documents/CHANGELOG.md index 455c5816c1..7d356b0bb5 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. +## [7.10.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@7.10.1...@refinitiv-ui/docs@7.10.2) (2024-06-24) + +**Note:** Version bump only for package @refinitiv-ui/docs + + + + + ## [7.10.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@7.10.0...@refinitiv-ui/docs@7.10.1) (2024-06-17) **Note:** Version bump only for package @refinitiv-ui/docs diff --git a/documents/package.json b/documents/package.json index a778e8d181..5e20f7df76 100644 --- a/documents/package.json +++ b/documents/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/docs", - "version": "7.10.1", + "version": "7.10.2", "private": true, "type": "module", "description": "Element Framework Documentation", @@ -39,8 +39,8 @@ }, "dependencies": { "@refinitiv-ui/core": "^7.4.3", - "@refinitiv-ui/elements": "^7.12.1", - "@refinitiv-ui/halo-theme": "^7.4.0", + "@refinitiv-ui/elements": "^7.12.2", + "@refinitiv-ui/halo-theme": "^7.4.1", "@refinitiv-ui/phrasebook": "^7.1.1", "@refinitiv-ui/utils": "^7.3.0", "fast-glob": "^3.2.12" diff --git a/package-lock.json b/package-lock.json index caffd1c4e2..e661698af4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,12 +41,12 @@ }, "documents": { "name": "@refinitiv-ui/docs", - "version": "7.10.1", + "version": "7.10.2", "license": "Apache-2.0", "dependencies": { "@refinitiv-ui/core": "^7.4.3", - "@refinitiv-ui/elements": "^7.12.1", - "@refinitiv-ui/halo-theme": "^7.4.0", + "@refinitiv-ui/elements": "^7.12.2", + "@refinitiv-ui/halo-theme": "^7.4.1", "@refinitiv-ui/phrasebook": "^7.1.1", "@refinitiv-ui/utils": "^7.3.0", "fast-glob": "^3.2.12" @@ -22892,12 +22892,12 @@ }, "packages/demo-block": { "name": "@refinitiv-ui/demo-block", - "version": "7.1.11", + "version": "7.1.12", "license": "Apache-2.0", "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.4.0", - "@refinitiv-ui/halo-theme": "^7.4.0", - "@refinitiv-ui/solar-theme": "^7.3.0", + "@refinitiv-ui/elemental-theme": "^7.4.1", + "@refinitiv-ui/halo-theme": "^7.4.1", + "@refinitiv-ui/solar-theme": "^7.3.1", "tslib": "^2.3.1" }, "devDependencies": { @@ -22910,7 +22910,7 @@ }, "packages/elemental-theme": { "name": "@refinitiv-ui/elemental-theme", - "version": "7.4.0", + "version": "7.4.1", "license": "Apache-2.0", "devDependencies": { "@refinitiv-ui/theme-compiler": "^7.1.4" @@ -22918,12 +22918,12 @@ }, "packages/elements": { "name": "@refinitiv-ui/elements", - "version": "7.12.1", + "version": "7.12.2", "license": "Apache-2.0", "dependencies": { "@lit-labs/context": "^0.3.1", - "@refinitiv-ui/halo-theme": "^7.4.0", - "@refinitiv-ui/solar-theme": "^7.3.0", + "@refinitiv-ui/halo-theme": "^7.4.1", + "@refinitiv-ui/solar-theme": "^7.3.1", "chart.js": "^4.4.2", "chartjs-adapter-date-fns": "^3.0.0", "d3-interpolate": "^3.0.1", @@ -22934,7 +22934,7 @@ }, "devDependencies": { "@refinitiv-ui/core": "^7.4.3", - "@refinitiv-ui/demo-block": "^7.1.11", + "@refinitiv-ui/demo-block": "^7.1.12", "@refinitiv-ui/i18n": "^7.1.4", "@refinitiv-ui/phrasebook": "^7.1.1", "@refinitiv-ui/test-helpers": "^7.1.1", @@ -22968,10 +22968,10 @@ }, "packages/halo-theme": { "name": "@refinitiv-ui/halo-theme", - "version": "7.4.0", + "version": "7.4.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.4.0" + "@refinitiv-ui/elemental-theme": "^7.4.1" }, "devDependencies": { "@refinitiv-ui/theme-compiler": "^7.1.4" @@ -23012,10 +23012,10 @@ }, "packages/solar-theme": { "name": "@refinitiv-ui/solar-theme", - "version": "7.3.0", + "version": "7.3.1", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.4.0" + "@refinitiv-ui/elemental-theme": "^7.4.1" }, "devDependencies": { "@refinitiv-ui/theme-compiler": "^7.1.4" diff --git a/packages/demo-block/CHANGELOG.md b/packages/demo-block/CHANGELOG.md index 1b2848d4ad..f5fa10a5e6 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. +## [7.1.12](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@7.1.11...@refinitiv-ui/demo-block@7.1.12) (2024-06-24) + +**Note:** Version bump only for package @refinitiv-ui/demo-block + ## [7.1.11](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@7.1.10...@refinitiv-ui/demo-block@7.1.11) (2024-06-10) **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 9eff794c11..78685fdafe 100644 --- a/packages/demo-block/package.json +++ b/packages/demo-block/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/demo-block", - "version": "7.1.11", + "version": "7.1.12", "description": "Demo page handler for Element Framework elements", "main": "./lib/demo-block.js", "module": "./lib/demo-block.js", @@ -29,9 +29,9 @@ "author": "LSEG", "license": "Apache-2.0", "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.4.0", - "@refinitiv-ui/halo-theme": "^7.4.0", - "@refinitiv-ui/solar-theme": "^7.3.0", + "@refinitiv-ui/elemental-theme": "^7.4.1", + "@refinitiv-ui/halo-theme": "^7.4.1", + "@refinitiv-ui/solar-theme": "^7.3.1", "tslib": "^2.3.1" }, "devDependencies": { diff --git a/packages/elemental-theme/CHANGELOG.md b/packages/elemental-theme/CHANGELOG.md index 63cdbd3c8c..395784c0b6 100644 --- a/packages/elemental-theme/CHANGELOG.md +++ b/packages/elemental-theme/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elemental-theme@7.4.0...@refinitiv-ui/elemental-theme@7.4.1) (2024-06-24) + +### Bug Fixes + +- use double quote with chokidar for cross-platform compatibility ([#1180](https://github.com/Refinitiv/refinitiv-ui/issues/1180)) ([37b5e32](https://github.com/Refinitiv/refinitiv-ui/commit/37b5e328969ef239fda2abfef0566ebab619e66d)) + # [7.4.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elemental-theme@7.3.5...@refinitiv-ui/elemental-theme@7.4.0) (2024-06-10) ### Features diff --git a/packages/elemental-theme/package.json b/packages/elemental-theme/package.json index 4cb6db05b7..b6308398a3 100644 --- a/packages/elemental-theme/package.json +++ b/packages/elemental-theme/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/elemental-theme", - "version": "7.4.0", + "version": "7.4.1", "description": "Base theme for Element Framework Components", "author": "LSEG", "license": "Apache-2.0", diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index 1e2f54f602..710a99aedc 100644 --- a/packages/elements/CHANGELOG.md +++ b/packages/elements/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.12.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.12.1...@refinitiv-ui/elements@7.12.2) (2024-06-24) + +### Bug Fixes + +- **slider:** resolve missing thumb reference when from and to are initially equal ([#1178](https://github.com/Refinitiv/refinitiv-ui/issues/1178)) ([b7a72f3](https://github.com/Refinitiv/refinitiv-ui/commit/b7a72f3f3155fc80e2a6d2ef64cc6a3b4f71523b)) + ## [7.12.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.12.0...@refinitiv-ui/elements@7.12.1) (2024-06-17) ### Bug Fixes diff --git a/packages/elements/package.json b/packages/elements/package.json index e1955fb3be..0389200789 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/elements", - "version": "7.12.1", + "version": "7.12.2", "description": "Element Framework Elements", "author": "LSEG", "license": "Apache-2.0", @@ -342,8 +342,8 @@ }, "dependencies": { "@lit-labs/context": "^0.3.1", - "@refinitiv-ui/halo-theme": "^7.4.0", - "@refinitiv-ui/solar-theme": "^7.3.0", + "@refinitiv-ui/halo-theme": "^7.4.1", + "@refinitiv-ui/solar-theme": "^7.3.1", "chart.js": "^4.4.2", "chartjs-adapter-date-fns": "^3.0.0", "d3-interpolate": "^3.0.1", @@ -354,7 +354,7 @@ }, "devDependencies": { "@refinitiv-ui/core": "^7.4.3", - "@refinitiv-ui/demo-block": "^7.1.11", + "@refinitiv-ui/demo-block": "^7.1.12", "@refinitiv-ui/i18n": "^7.1.4", "@refinitiv-ui/phrasebook": "^7.1.1", "@refinitiv-ui/test-helpers": "^7.1.1", diff --git a/packages/halo-theme/CHANGELOG.md b/packages/halo-theme/CHANGELOG.md index ac8a955a1f..7db3f77861 100644 --- a/packages/halo-theme/CHANGELOG.md +++ b/packages/halo-theme/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.4.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/halo-theme@7.4.0...@refinitiv-ui/halo-theme@7.4.1) (2024-06-24) + +### Bug Fixes + +- use double quote with chokidar for cross-platform compatibility ([#1180](https://github.com/Refinitiv/refinitiv-ui/issues/1180)) ([37b5e32](https://github.com/Refinitiv/refinitiv-ui/commit/37b5e328969ef239fda2abfef0566ebab619e66d)) + # [7.4.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/halo-theme@7.3.5...@refinitiv-ui/halo-theme@7.4.0) (2024-06-10) ### Features diff --git a/packages/halo-theme/package.json b/packages/halo-theme/package.json index dd7f2a332a..c8be1c8222 100644 --- a/packages/halo-theme/package.json +++ b/packages/halo-theme/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/halo-theme", - "version": "7.4.0", + "version": "7.4.1", "description": "Official theme for LSEG Workspace", "author": "LSEG", "license": "SEE LICENSE IN LICENSE", @@ -25,7 +25,7 @@ "version": "node ../../scripts/version/index.js" }, "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.4.0" + "@refinitiv-ui/elemental-theme": "^7.4.1" }, "devDependencies": { "@refinitiv-ui/theme-compiler": "^7.1.4" diff --git a/packages/solar-theme/CHANGELOG.md b/packages/solar-theme/CHANGELOG.md index 3fa2bd56b1..6a54005636 100644 --- a/packages/solar-theme/CHANGELOG.md +++ b/packages/solar-theme/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.3.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/solar-theme@7.3.0...@refinitiv-ui/solar-theme@7.3.1) (2024-06-24) + +### Bug Fixes + +- use double quote with chokidar for cross-platform compatibility ([#1180](https://github.com/Refinitiv/refinitiv-ui/issues/1180)) ([37b5e32](https://github.com/Refinitiv/refinitiv-ui/commit/37b5e328969ef239fda2abfef0566ebab619e66d)) + # [7.3.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/solar-theme@7.2.6...@refinitiv-ui/solar-theme@7.3.0) (2024-06-10) ### Features diff --git a/packages/solar-theme/package.json b/packages/solar-theme/package.json index 4884b7b689..c69e0f6ccf 100644 --- a/packages/solar-theme/package.json +++ b/packages/solar-theme/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/solar-theme", - "version": "7.3.0", + "version": "7.3.1", "description": "Solar theme for the Element Framework", "author": "LSEG", "license": "SEE LICENSE IN LICENSE", @@ -25,7 +25,7 @@ "version": "node ../../scripts/version/index.js" }, "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.4.0" + "@refinitiv-ui/elemental-theme": "^7.4.1" }, "devDependencies": { "@refinitiv-ui/theme-compiler": "^7.1.4"