Skip to content

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
 - @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]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
 - @refinitiv-ui/[email protected]
  • Loading branch information
refinitiv-ui-dev committed Sep 14, 2022
1 parent 110a8ee commit c689f5c
Show file tree
Hide file tree
Showing 22 changed files with 163 additions and 41 deletions.
11 changes: 11 additions & 0 deletions documents/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@refinitiv-ui/[email protected]) (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/[email protected]...@refinitiv-ui/[email protected]) (2022-08-29)

**Note:** Version bump only for package @refinitiv-ui/docs
Expand Down
4 changes: 2 additions & 2 deletions documents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/docs",
"version": "6.1.1",
"version": "6.2.0",
"private": true,
"description": "Element Framework Documentation",
"engines": {
Expand Down Expand Up @@ -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"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@refinitiv-ui/[email protected]) (2022-09-14)

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





## [6.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2022-08-29)

**Note:** Version bump only for package @refinitiv-ui/core
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/demo-block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@refinitiv-ui/[email protected]) (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/[email protected]...@refinitiv-ui/[email protected]) (2022-08-29)

**Note:** Version bump only for package @refinitiv-ui/demo-block
Expand Down
12 changes: 6 additions & 6 deletions packages/demo-block/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
16 changes: 16 additions & 0 deletions packages/elemental-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@refinitiv-ui/[email protected]) (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/[email protected]...@refinitiv-ui/[email protected]) (2022-08-29)

**Note:** Version bump only for package @refinitiv-ui/elemental-theme
Expand Down
2 changes: 1 addition & 1 deletion packages/elemental-theme/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
19 changes: 19 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@refinitiv-ui/[email protected]) (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/[email protected]...@refinitiv-ui/[email protected]) (2022-08-29)


Expand Down
28 changes: 14 additions & 14 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/halo-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@refinitiv-ui/[email protected]) (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/[email protected]...@refinitiv-ui/[email protected]) (2022-08-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/halo-theme/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@refinitiv-ui/[email protected]) (2022-09-14)

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





## [6.0.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2022-08-29)

**Note:** Version bump only for package @refinitiv-ui/i18n
Expand Down
6 changes: 3 additions & 3 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/phrasebook/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@refinitiv-ui/[email protected]) (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/[email protected]...@refinitiv-ui/[email protected]) (2022-08-29)

**Note:** Version bump only for package @refinitiv-ui/phrasebook
Expand Down
2 changes: 1 addition & 1 deletion packages/phrasebook/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/solar-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@refinitiv-ui/[email protected]) (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/[email protected]...@refinitiv-ui/[email protected]) (2022-08-29)


Expand Down
4 changes: 2 additions & 2 deletions packages/solar-theme/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
8 changes: 8 additions & 0 deletions packages/translate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@refinitiv-ui/[email protected]) (2022-09-14)

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





## [6.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2022-08-29)

**Note:** Version bump only for package @refinitiv-ui/translate
Expand Down
Loading

0 comments on commit c689f5c

Please sign in to comment.