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]
  • Loading branch information
refinitiv-ui-dev committed Jul 1, 2024
1 parent 274411f commit 7eb092c
Show file tree
Hide file tree
Showing 17 changed files with 99 additions and 52 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.11.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-07-01)


### Features

* **form-field:** introduce clears api to Form field elements ([#1186](https://github.com/Refinitiv/refinitiv-ui/issues/1186)) ([ddc75de](https://github.com/Refinitiv/refinitiv-ui/commit/ddc75ded29590c1867a4478b445811fd18e8acb5))





## [6.10.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-06-24)

**Note:** Version bump only for package @refinitiv-ui/docs
Expand Down
8 changes: 4 additions & 4 deletions documents/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/docs",
"version": "6.10.2",
"version": "6.11.0",
"private": true,
"description": "Element Framework Documentation",
"engines": {
Expand Down Expand Up @@ -36,9 +36,9 @@
"serve": "^14.2.0"
},
"dependencies": {
"@refinitiv-ui/core": "^6.5.7",
"@refinitiv-ui/elements": "^6.17.2",
"@refinitiv-ui/halo-theme": "^6.8.1",
"@refinitiv-ui/core": "^6.6.0",
"@refinitiv-ui/elements": "^6.18.0",
"@refinitiv-ui/halo-theme": "^6.9.0",
"@refinitiv-ui/phrasebook": "^6.3.9",
"@refinitiv-ui/utils": "^6.3.2",
"fast-glob": "^3.2.12"
Expand Down
52 changes: 26 additions & 26 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [6.6.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-07-01)

### Features

- **form-field:** introduce clears api to Form field elements ([#1186](https://github.com/Refinitiv/refinitiv-ui/issues/1186)) ([ddc75de](https://github.com/Refinitiv/refinitiv-ui/commit/ddc75ded29590c1867a4478b445811fd18e8acb5))

## [6.5.7](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-05-07)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/core",
"version": "6.5.7",
"version": "6.6.0",
"description": "Element Framework Core",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down
4 changes: 4 additions & 0 deletions packages/demo-block/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.27](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-07-01)

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

## [6.1.26](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-06-24)

**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.1.26",
"version": "6.1.27",
"description": "Demo page handler for Element Framework elements",
"main": "./lib/demo-block.js",
"module": "./lib/demo-block.js",
Expand Down Expand Up @@ -28,17 +28,17 @@
"author": "LSEG",
"license": "Apache-2.0",
"dependencies": {
"@refinitiv-ui/elemental-theme": "^6.6.1",
"@refinitiv-ui/halo-theme": "^6.8.1",
"@refinitiv-ui/solar-theme": "^6.5.1",
"@refinitiv-ui/elemental-theme": "^6.7.0",
"@refinitiv-ui/halo-theme": "^6.9.0",
"@refinitiv-ui/solar-theme": "^6.5.2",
"tslib": "^2.3.1"
},
"devDependencies": {
"@refinitiv-ui/core": "^6.5.7",
"@refinitiv-ui/core": "^6.6.0",
"@refinitiv-ui/test-helpers": "^6.0.15"
},
"peerDependencies": {
"@refinitiv-ui/core": "^6.5.7"
"@refinitiv-ui/core": "^6.6.0"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/elemental-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [6.7.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-07-01)

### Features

- **form-field:** introduce clears api to Form field elements ([#1186](https://github.com/Refinitiv/refinitiv-ui/issues/1186)) ([ddc75de](https://github.com/Refinitiv/refinitiv-ui/commit/ddc75ded29590c1867a4478b445811fd18e8acb5))

## [6.6.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-06-24)

### Bug Fixes
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.6.1",
"version": "6.7.0",
"description": "Base theme for Element Framework Components",
"author": "LSEG",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [6.18.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-07-01)

### Features

- **form-field:** introduce clears api to Form field elements ([#1186](https://github.com/Refinitiv/refinitiv-ui/issues/1186)) ([ddc75de](https://github.com/Refinitiv/refinitiv-ui/commit/ddc75ded29590c1867a4478b445811fd18e8acb5))

## [6.17.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-06-24)

### Bug Fixes
Expand Down
16 changes: 8 additions & 8 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.17.2",
"version": "6.18.0",
"description": "Element Framework Elements",
"author": "LSEG",
"license": "Apache-2.0",
Expand Down Expand Up @@ -339,8 +339,8 @@
},
"dependencies": {
"@lit-labs/context": "^0.3.1",
"@refinitiv-ui/halo-theme": "^6.8.1",
"@refinitiv-ui/solar-theme": "^6.5.1",
"@refinitiv-ui/halo-theme": "^6.9.0",
"@refinitiv-ui/solar-theme": "^6.5.2",
"@types/chart.js": "^2.9.31",
"chart.js": "~2.9.4",
"d3-interpolate": "^3.0.1",
Expand All @@ -350,21 +350,21 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@refinitiv-ui/core": "^6.5.7",
"@refinitiv-ui/demo-block": "^6.1.26",
"@refinitiv-ui/core": "^6.6.0",
"@refinitiv-ui/demo-block": "^6.1.27",
"@refinitiv-ui/i18n": "^6.0.21",
"@refinitiv-ui/phrasebook": "^6.3.9",
"@refinitiv-ui/test-helpers": "^6.0.15",
"@refinitiv-ui/translate": "^6.0.34",
"@refinitiv-ui/translate": "^6.0.35",
"@refinitiv-ui/utils": "^6.3.2",
"@types/d3-interpolate": "^3.0.1"
},
"peerDependencies": {
"@refinitiv-ui/browser-sparkline": "^1.0.0 || ^2.0.0",
"@refinitiv-ui/core": "^6.5.7",
"@refinitiv-ui/core": "^6.6.0",
"@refinitiv-ui/i18n": "^6.0.21",
"@refinitiv-ui/phrasebook": "^6.3.9",
"@refinitiv-ui/translate": "^6.0.34",
"@refinitiv-ui/translate": "^6.0.35",
"@refinitiv-ui/utils": "^6.3.2"
},
"publishConfig": {
Expand Down
6 changes: 6 additions & 0 deletions packages/halo-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [6.9.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-07-01)

### Features

- **form-field:** introduce clears api to Form field elements ([#1186](https://github.com/Refinitiv/refinitiv-ui/issues/1186)) ([ddc75de](https://github.com/Refinitiv/refinitiv-ui/commit/ddc75ded29590c1867a4478b445811fd18e8acb5))

## [6.8.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-06-24)

### Bug Fixes
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.8.1",
"version": "6.9.0",
"description": "Official theme for LSEG Workspace",
"author": "LSEG",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -24,7 +24,7 @@
"version": "node ../../scripts/version"
},
"dependencies": {
"@refinitiv-ui/elemental-theme": "^6.6.1"
"@refinitiv-ui/elemental-theme": "^6.7.0"
},
"devDependencies": {
"@refinitiv-ui/theme-compiler": "^6.3.9"
Expand Down
4 changes: 4 additions & 0 deletions packages/solar-theme/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-07-01)

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

## [6.5.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-06-24)

### Bug Fixes
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.5.1",
"version": "6.5.2",
"description": "Solar theme for the Element Framework",
"author": "LSEG",
"license": "SEE LICENSE IN LICENSE",
Expand All @@ -24,7 +24,7 @@
"version": "node ../../scripts/version"
},
"dependencies": {
"@refinitiv-ui/elemental-theme": "^6.6.1"
"@refinitiv-ui/elemental-theme": "^6.7.0"
},
"devDependencies": {
"@refinitiv-ui/theme-compiler": "^6.3.9"
Expand Down
4 changes: 4 additions & 0 deletions packages/translate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.35](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-07-01)

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

## [6.0.34](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2024-05-07)

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

0 comments on commit 7eb092c

Please sign in to comment.