From cf8179bfee0a13bd4fbc01cf64a4b161e28c932c Mon Sep 17 00:00:00 2001 From: refinitiv-ui-dev Date: Fri, 20 Dec 2024 09:49:05 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @refinitiv-ui/docs@7.12.0 - @refinitiv-ui/demo-block@7.2.0 - @refinitiv-ui/ds-theme@7.1.0 - @refinitiv-ui/elemental-theme@7.5.2 - @refinitiv-ui/elements@7.14.0 - @refinitiv-ui/halo-theme@7.6.0 - @refinitiv-ui/solar-theme@7.4.0 - @refinitiv-ui/theme-compiler@7.2.0 --- documents/CHANGELOG.md | 11 ++++++ documents/package.json | 6 ++-- package-lock.json | 48 +++++++++++++-------------- packages/demo-block/CHANGELOG.md | 6 ++++ packages/demo-block/package.json | 8 ++--- packages/ds-theme/CHANGELOG.md | 10 ++++++ packages/ds-theme/package.json | 6 ++-- packages/elemental-theme/CHANGELOG.md | 4 +++ packages/elemental-theme/package.json | 4 +-- packages/elements/CHANGELOG.md | 6 ++++ packages/elements/package.json | 10 +++--- packages/halo-theme/CHANGELOG.md | 6 ++++ packages/halo-theme/package.json | 6 ++-- packages/solar-theme/CHANGELOG.md | 6 ++++ packages/solar-theme/package.json | 6 ++-- packages/theme-compiler/CHANGELOG.md | 6 ++++ packages/theme-compiler/package.json | 2 +- 17 files changed, 103 insertions(+), 48 deletions(-) create mode 100644 packages/ds-theme/CHANGELOG.md diff --git a/documents/CHANGELOG.md b/documents/CHANGELOG.md index 09319cce5b..828174b5a4 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. +# [7.12.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@7.11.6...@refinitiv-ui/docs@7.12.0) (2024-12-20) + + +### Features + +* add ds theme ([#1224](https://github.com/Refinitiv/refinitiv-ui/issues/1224)) ([ed96baf](https://github.com/Refinitiv/refinitiv-ui/commit/ed96baf581b1ea2fdb938b1c065e0362e3e11ef3)), closes [#1232](https://github.com/Refinitiv/refinitiv-ui/issues/1232) [#1233](https://github.com/Refinitiv/refinitiv-ui/issues/1233) [#1234](https://github.com/Refinitiv/refinitiv-ui/issues/1234) [#1236](https://github.com/Refinitiv/refinitiv-ui/issues/1236) [#1237](https://github.com/Refinitiv/refinitiv-ui/issues/1237) [#1238](https://github.com/Refinitiv/refinitiv-ui/issues/1238) [#1240](https://github.com/Refinitiv/refinitiv-ui/issues/1240) [#1235](https://github.com/Refinitiv/refinitiv-ui/issues/1235) [#1239](https://github.com/Refinitiv/refinitiv-ui/issues/1239) + + + + + ## [7.11.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@7.11.5...@refinitiv-ui/docs@7.11.6) (2024-11-14) **Note:** Version bump only for package @refinitiv-ui/docs diff --git a/documents/package.json b/documents/package.json index e1a75da642..29513a2d02 100644 --- a/documents/package.json +++ b/documents/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/docs", - "version": "7.11.6", + "version": "7.12.0", "private": true, "type": "module", "description": "Element Framework Documentation", @@ -39,8 +39,8 @@ }, "dependencies": { "@refinitiv-ui/core": "^7.5.1", - "@refinitiv-ui/elements": "^7.13.6", - "@refinitiv-ui/halo-theme": "^7.5.2", + "@refinitiv-ui/elements": "^7.14.0", + "@refinitiv-ui/halo-theme": "^7.6.0", "@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 f633057aa5..422ff3f9d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,12 +41,12 @@ }, "documents": { "name": "@refinitiv-ui/docs", - "version": "7.11.6", + "version": "7.12.0", "license": "Apache-2.0", "dependencies": { "@refinitiv-ui/core": "^7.5.1", - "@refinitiv-ui/elements": "^7.13.6", - "@refinitiv-ui/halo-theme": "^7.5.2", + "@refinitiv-ui/elements": "^7.14.0", + "@refinitiv-ui/halo-theme": "^7.6.0", "@refinitiv-ui/phrasebook": "^7.1.1", "@refinitiv-ui/utils": "^7.3.0", "fast-glob": "^3.2.12" @@ -23132,12 +23132,12 @@ }, "packages/demo-block": { "name": "@refinitiv-ui/demo-block", - "version": "7.1.16", + "version": "7.2.0", "license": "Apache-2.0", "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.5.1", - "@refinitiv-ui/halo-theme": "^7.5.2", - "@refinitiv-ui/solar-theme": "^7.3.3", + "@refinitiv-ui/elemental-theme": "^7.5.2", + "@refinitiv-ui/halo-theme": "^7.6.0", + "@refinitiv-ui/solar-theme": "^7.4.0", "tslib": "^2.3.1" }, "devDependencies": { @@ -23150,32 +23150,32 @@ }, "packages/ds-theme": { "name": "@refinitiv-ui/ds-theme", - "version": "7.0.0", + "version": "7.1.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@refinitiv-ui/halo-theme": "^7.5.1" + "@refinitiv-ui/halo-theme": "^7.6.0" }, "devDependencies": { - "@refinitiv-ui/theme-compiler": "^7.1.4" + "@refinitiv-ui/theme-compiler": "^7.2.0" } }, "packages/elemental-theme": { "name": "@refinitiv-ui/elemental-theme", - "version": "7.5.1", + "version": "7.5.2", "license": "Apache-2.0", "devDependencies": { - "@refinitiv-ui/theme-compiler": "^7.1.4" + "@refinitiv-ui/theme-compiler": "^7.2.0" } }, "packages/elements": { "name": "@refinitiv-ui/elements", - "version": "7.13.6", + "version": "7.14.0", "license": "Apache-2.0", "dependencies": { "@lit-labs/context": "^0.3.1", - "@refinitiv-ui/ds-theme": "^7.0.0", - "@refinitiv-ui/halo-theme": "^7.5.2", - "@refinitiv-ui/solar-theme": "^7.3.3", + "@refinitiv-ui/ds-theme": "^7.1.0", + "@refinitiv-ui/halo-theme": "^7.6.0", + "@refinitiv-ui/solar-theme": "^7.4.0", "chart.js": "^4.4.2", "chartjs-adapter-date-fns": "^3.0.0", "d3-interpolate": "^3.0.1", @@ -23186,7 +23186,7 @@ }, "devDependencies": { "@refinitiv-ui/core": "^7.5.1", - "@refinitiv-ui/demo-block": "^7.1.16", + "@refinitiv-ui/demo-block": "^7.2.0", "@refinitiv-ui/i18n": "^7.1.5", "@refinitiv-ui/phrasebook": "^7.1.1", "@refinitiv-ui/test-helpers": "^7.1.2", @@ -23220,13 +23220,13 @@ }, "packages/halo-theme": { "name": "@refinitiv-ui/halo-theme", - "version": "7.5.2", + "version": "7.6.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.5.1" + "@refinitiv-ui/elemental-theme": "^7.5.2" }, "devDependencies": { - "@refinitiv-ui/theme-compiler": "^7.1.4" + "@refinitiv-ui/theme-compiler": "^7.2.0" } }, "packages/i18n": { @@ -23264,13 +23264,13 @@ }, "packages/solar-theme": { "name": "@refinitiv-ui/solar-theme", - "version": "7.3.3", + "version": "7.4.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.5.1" + "@refinitiv-ui/elemental-theme": "^7.5.2" }, "devDependencies": { - "@refinitiv-ui/theme-compiler": "^7.1.4" + "@refinitiv-ui/theme-compiler": "^7.2.0" } }, "packages/test-app": { @@ -23301,7 +23301,7 @@ }, "packages/theme-compiler": { "name": "@refinitiv-ui/theme-compiler", - "version": "7.1.4", + "version": "7.2.0", "license": "Apache-2.0", "dependencies": { "autoprefixer": "^10.4.2", diff --git a/packages/demo-block/CHANGELOG.md b/packages/demo-block/CHANGELOG.md index 8c40817466..e1d967e0b1 100644 --- a/packages/demo-block/CHANGELOG.md +++ b/packages/demo-block/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.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@7.1.16...@refinitiv-ui/demo-block@7.2.0) (2024-12-20) + +### Features + +- add ds theme ([#1224](https://github.com/Refinitiv/refinitiv-ui/issues/1224)) ([ed96baf](https://github.com/Refinitiv/refinitiv-ui/commit/ed96baf581b1ea2fdb938b1c065e0362e3e11ef3)), closes [#1232](https://github.com/Refinitiv/refinitiv-ui/issues/1232) [#1233](https://github.com/Refinitiv/refinitiv-ui/issues/1233) [#1234](https://github.com/Refinitiv/refinitiv-ui/issues/1234) [#1236](https://github.com/Refinitiv/refinitiv-ui/issues/1236) [#1237](https://github.com/Refinitiv/refinitiv-ui/issues/1237) [#1238](https://github.com/Refinitiv/refinitiv-ui/issues/1238) [#1240](https://github.com/Refinitiv/refinitiv-ui/issues/1240) [#1235](https://github.com/Refinitiv/refinitiv-ui/issues/1235) [#1239](https://github.com/Refinitiv/refinitiv-ui/issues/1239) + ## [7.1.16](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@7.1.15...@refinitiv-ui/demo-block@7.1.16) (2024-11-14) **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 156676ff3f..911c8d03b2 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.16", + "version": "7.2.0", "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.5.1", - "@refinitiv-ui/halo-theme": "^7.5.2", - "@refinitiv-ui/solar-theme": "^7.3.3", + "@refinitiv-ui/elemental-theme": "^7.5.2", + "@refinitiv-ui/halo-theme": "^7.6.0", + "@refinitiv-ui/solar-theme": "^7.4.0", "tslib": "^2.3.1" }, "devDependencies": { diff --git a/packages/ds-theme/CHANGELOG.md b/packages/ds-theme/CHANGELOG.md new file mode 100644 index 0000000000..3e05e5175c --- /dev/null +++ b/packages/ds-theme/CHANGELOG.md @@ -0,0 +1,10 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +# 7.1.0 (2024-12-20) + +### Features + +- add ds theme ([#1224](https://github.com/Refinitiv/refinitiv-ui/issues/1224)) ([ed96baf](https://github.com/Refinitiv/refinitiv-ui/commit/ed96baf581b1ea2fdb938b1c065e0362e3e11ef3)), closes [#1232](https://github.com/Refinitiv/refinitiv-ui/issues/1232) [#1233](https://github.com/Refinitiv/refinitiv-ui/issues/1233) [#1234](https://github.com/Refinitiv/refinitiv-ui/issues/1234) [#1236](https://github.com/Refinitiv/refinitiv-ui/issues/1236) [#1237](https://github.com/Refinitiv/refinitiv-ui/issues/1237) [#1238](https://github.com/Refinitiv/refinitiv-ui/issues/1238) [#1240](https://github.com/Refinitiv/refinitiv-ui/issues/1240) [#1235](https://github.com/Refinitiv/refinitiv-ui/issues/1235) [#1239](https://github.com/Refinitiv/refinitiv-ui/issues/1239) diff --git a/packages/ds-theme/package.json b/packages/ds-theme/package.json index bd9f910284..7253833d86 100644 --- a/packages/ds-theme/package.json +++ b/packages/ds-theme/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/ds-theme", - "version": "7.0.0", + "version": "7.1.0", "description": "Design System theme for Element Framework Components", "author": "LSEG", "license": "SEE LICENSE IN LICENSE", @@ -25,12 +25,12 @@ "version": "node ../../scripts/version/index.js" }, "devDependencies": { - "@refinitiv-ui/theme-compiler": "^7.1.4" + "@refinitiv-ui/theme-compiler": "^7.2.0" }, "publishConfig": { "access": "public" }, "dependencies": { - "@refinitiv-ui/halo-theme": "^7.5.1" + "@refinitiv-ui/halo-theme": "^7.6.0" } } diff --git a/packages/elemental-theme/CHANGELOG.md b/packages/elemental-theme/CHANGELOG.md index 9401a3659b..1098661bf2 100644 --- a/packages/elemental-theme/CHANGELOG.md +++ b/packages/elemental-theme/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.5.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elemental-theme@7.5.1...@refinitiv-ui/elemental-theme@7.5.2) (2024-12-20) + +**Note:** Version bump only for package @refinitiv-ui/elemental-theme + ## [7.5.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elemental-theme@7.5.0...@refinitiv-ui/elemental-theme@7.5.1) (2024-07-15) ### Bug Fixes diff --git a/packages/elemental-theme/package.json b/packages/elemental-theme/package.json index a9f53ada0c..37bc3219d3 100644 --- a/packages/elemental-theme/package.json +++ b/packages/elemental-theme/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/elemental-theme", - "version": "7.5.1", + "version": "7.5.2", "description": "Base theme for Element Framework Components", "author": "LSEG", "license": "Apache-2.0", @@ -25,7 +25,7 @@ "version": "node ../../scripts/version/index.js" }, "devDependencies": { - "@refinitiv-ui/theme-compiler": "^7.1.4" + "@refinitiv-ui/theme-compiler": "^7.2.0" }, "publishConfig": { "access": "public" diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index 09958cb868..fda09e388c 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.14.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.13.6...@refinitiv-ui/elements@7.14.0) (2024-12-20) + +### Features + +- add ds theme ([#1224](https://github.com/Refinitiv/refinitiv-ui/issues/1224)) ([ed96baf](https://github.com/Refinitiv/refinitiv-ui/commit/ed96baf581b1ea2fdb938b1c065e0362e3e11ef3)), closes [#1232](https://github.com/Refinitiv/refinitiv-ui/issues/1232) [#1233](https://github.com/Refinitiv/refinitiv-ui/issues/1233) [#1234](https://github.com/Refinitiv/refinitiv-ui/issues/1234) [#1236](https://github.com/Refinitiv/refinitiv-ui/issues/1236) [#1237](https://github.com/Refinitiv/refinitiv-ui/issues/1237) [#1238](https://github.com/Refinitiv/refinitiv-ui/issues/1238) [#1240](https://github.com/Refinitiv/refinitiv-ui/issues/1240) [#1235](https://github.com/Refinitiv/refinitiv-ui/issues/1235) [#1239](https://github.com/Refinitiv/refinitiv-ui/issues/1239) + ## [7.13.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elements@7.13.5...@refinitiv-ui/elements@7.13.6) (2024-11-14) **Note:** Version bump only for package @refinitiv-ui/elements diff --git a/packages/elements/package.json b/packages/elements/package.json index abc4e66eff..9581bb6623 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/elements", - "version": "7.13.6", + "version": "7.14.0", "description": "Element Framework Elements", "author": "LSEG", "license": "Apache-2.0", @@ -458,9 +458,9 @@ }, "dependencies": { "@lit-labs/context": "^0.3.1", - "@refinitiv-ui/halo-theme": "^7.5.2", - "@refinitiv-ui/solar-theme": "^7.3.3", - "@refinitiv-ui/ds-theme": "^7.0.0", + "@refinitiv-ui/ds-theme": "^7.1.0", + "@refinitiv-ui/halo-theme": "^7.6.0", + "@refinitiv-ui/solar-theme": "^7.4.0", "chart.js": "^4.4.2", "chartjs-adapter-date-fns": "^3.0.0", "d3-interpolate": "^3.0.1", @@ -471,7 +471,7 @@ }, "devDependencies": { "@refinitiv-ui/core": "^7.5.1", - "@refinitiv-ui/demo-block": "^7.1.16", + "@refinitiv-ui/demo-block": "^7.2.0", "@refinitiv-ui/i18n": "^7.1.5", "@refinitiv-ui/phrasebook": "^7.1.1", "@refinitiv-ui/test-helpers": "^7.1.2", diff --git a/packages/halo-theme/CHANGELOG.md b/packages/halo-theme/CHANGELOG.md index d2c8abef20..420b25b90c 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.6.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/halo-theme@7.5.2...@refinitiv-ui/halo-theme@7.6.0) (2024-12-20) + +### Features + +- add ds theme ([#1224](https://github.com/Refinitiv/refinitiv-ui/issues/1224)) ([ed96baf](https://github.com/Refinitiv/refinitiv-ui/commit/ed96baf581b1ea2fdb938b1c065e0362e3e11ef3)), closes [#1232](https://github.com/Refinitiv/refinitiv-ui/issues/1232) [#1233](https://github.com/Refinitiv/refinitiv-ui/issues/1233) [#1234](https://github.com/Refinitiv/refinitiv-ui/issues/1234) [#1236](https://github.com/Refinitiv/refinitiv-ui/issues/1236) [#1237](https://github.com/Refinitiv/refinitiv-ui/issues/1237) [#1238](https://github.com/Refinitiv/refinitiv-ui/issues/1238) [#1240](https://github.com/Refinitiv/refinitiv-ui/issues/1240) [#1235](https://github.com/Refinitiv/refinitiv-ui/issues/1235) [#1239](https://github.com/Refinitiv/refinitiv-ui/issues/1239) + ## [7.5.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/halo-theme@7.5.1...@refinitiv-ui/halo-theme@7.5.2) (2024-11-14) ### Bug Fixes diff --git a/packages/halo-theme/package.json b/packages/halo-theme/package.json index febe8cb4f4..34de8d3896 100644 --- a/packages/halo-theme/package.json +++ b/packages/halo-theme/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/halo-theme", - "version": "7.5.2", + "version": "7.6.0", "description": "Official theme for LSEG Workspace", "author": "LSEG", "license": "SEE LICENSE IN LICENSE", @@ -25,10 +25,10 @@ "version": "node ../../scripts/version/index.js" }, "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.5.1" + "@refinitiv-ui/elemental-theme": "^7.5.2" }, "devDependencies": { - "@refinitiv-ui/theme-compiler": "^7.1.4" + "@refinitiv-ui/theme-compiler": "^7.2.0" }, "publishConfig": { "access": "public" diff --git a/packages/solar-theme/CHANGELOG.md b/packages/solar-theme/CHANGELOG.md index fdfdeab470..82692decee 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.4.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/solar-theme@7.3.3...@refinitiv-ui/solar-theme@7.4.0) (2024-12-20) + +### Features + +- add ds theme ([#1224](https://github.com/Refinitiv/refinitiv-ui/issues/1224)) ([ed96baf](https://github.com/Refinitiv/refinitiv-ui/commit/ed96baf581b1ea2fdb938b1c065e0362e3e11ef3)), closes [#1232](https://github.com/Refinitiv/refinitiv-ui/issues/1232) [#1233](https://github.com/Refinitiv/refinitiv-ui/issues/1233) [#1234](https://github.com/Refinitiv/refinitiv-ui/issues/1234) [#1236](https://github.com/Refinitiv/refinitiv-ui/issues/1236) [#1237](https://github.com/Refinitiv/refinitiv-ui/issues/1237) [#1238](https://github.com/Refinitiv/refinitiv-ui/issues/1238) [#1240](https://github.com/Refinitiv/refinitiv-ui/issues/1240) [#1235](https://github.com/Refinitiv/refinitiv-ui/issues/1235) [#1239](https://github.com/Refinitiv/refinitiv-ui/issues/1239) + ## [7.3.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/solar-theme@7.3.2...@refinitiv-ui/solar-theme@7.3.3) (2024-07-15) **Note:** Version bump only for package @refinitiv-ui/solar-theme diff --git a/packages/solar-theme/package.json b/packages/solar-theme/package.json index 91edbfeb57..5c0974facb 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.3", + "version": "7.4.0", "description": "Solar theme for the Element Framework", "author": "LSEG", "license": "SEE LICENSE IN LICENSE", @@ -25,10 +25,10 @@ "version": "node ../../scripts/version/index.js" }, "dependencies": { - "@refinitiv-ui/elemental-theme": "^7.5.1" + "@refinitiv-ui/elemental-theme": "^7.5.2" }, "devDependencies": { - "@refinitiv-ui/theme-compiler": "^7.1.4" + "@refinitiv-ui/theme-compiler": "^7.2.0" }, "publishConfig": { "access": "public" diff --git a/packages/theme-compiler/CHANGELOG.md b/packages/theme-compiler/CHANGELOG.md index 2feaaf34ba..98e5d46ed4 100644 --- a/packages/theme-compiler/CHANGELOG.md +++ b/packages/theme-compiler/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.2.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/theme-compiler@7.1.4...@refinitiv-ui/theme-compiler@7.2.0) (2024-12-20) + +### Features + +- add ds theme ([#1224](https://github.com/Refinitiv/refinitiv-ui/issues/1224)) ([ed96baf](https://github.com/Refinitiv/refinitiv-ui/commit/ed96baf581b1ea2fdb938b1c065e0362e3e11ef3)), closes [#1232](https://github.com/Refinitiv/refinitiv-ui/issues/1232) [#1233](https://github.com/Refinitiv/refinitiv-ui/issues/1233) [#1234](https://github.com/Refinitiv/refinitiv-ui/issues/1234) [#1236](https://github.com/Refinitiv/refinitiv-ui/issues/1236) [#1237](https://github.com/Refinitiv/refinitiv-ui/issues/1237) [#1238](https://github.com/Refinitiv/refinitiv-ui/issues/1238) [#1240](https://github.com/Refinitiv/refinitiv-ui/issues/1240) [#1235](https://github.com/Refinitiv/refinitiv-ui/issues/1235) [#1239](https://github.com/Refinitiv/refinitiv-ui/issues/1239) + ## [7.1.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/theme-compiler@7.1.3...@refinitiv-ui/theme-compiler@7.1.4) (2024-01-22) ### Bug Fixes diff --git a/packages/theme-compiler/package.json b/packages/theme-compiler/package.json index 639938d353..9bf754eed4 100644 --- a/packages/theme-compiler/package.json +++ b/packages/theme-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@refinitiv-ui/theme-compiler", - "version": "7.1.4", + "version": "7.2.0", "description": "Compiles Element Framework themes into usable JavaScript", "author": "LSEG", "license": "Apache-2.0",