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 Oct 24, 2023
1 parent 12a68c3 commit 3844f68
Show file tree
Hide file tree
Showing 17 changed files with 113 additions and 66 deletions.
8 changes: 8 additions & 0 deletions documents/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.

## [7.5.3](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-24)

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





## [7.5.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-09)


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": "7.5.2",
"version": "7.5.3",
"private": true,
"description": "Element Framework Documentation",
"engines": {
Expand Down Expand Up @@ -33,10 +33,10 @@
"serve": "^14.2.0"
},
"dependencies": {
"@refinitiv-ui/core": "^7.2.1",
"@refinitiv-ui/elements": "^7.6.2",
"@refinitiv-ui/core": "^7.2.2",
"@refinitiv-ui/elements": "^7.7.0",
"@refinitiv-ui/halo-theme": "^7.1.1",
"@refinitiv-ui/utils": "^7.1.1",
"@refinitiv-ui/utils": "^7.1.2",
"fast-glob": "^3.2.12"
}
}
66 changes: 33 additions & 33 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions packages/core/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.

## [7.2.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-24)

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

## [7.2.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-09)

### Bug Fixes
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": "7.2.1",
"version": "7.2.2",
"description": "Element Framework Core",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -68,10 +68,10 @@
},
"devDependencies": {
"@refinitiv-ui/test-helpers": "^7.0.4",
"@refinitiv-ui/utils": "^7.1.1"
"@refinitiv-ui/utils": "^7.1.2"
},
"peerDependencies": {
"@refinitiv-ui/utils": "^7.1.1"
"@refinitiv-ui/utils": "^7.1.2"
},
"publishConfig": {
"access": "public"
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.

## [7.0.9](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-24)

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

## [7.0.8](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-09)

**Note:** Version bump only for package @refinitiv-ui/demo-block
Expand Down
6 changes: 3 additions & 3 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": "7.0.8",
"version": "7.0.9",
"description": "Demo page handler for Element Framework elements",
"main": "./lib/demo-block.js",
"module": "./lib/demo-block.js",
Expand Down Expand Up @@ -34,11 +34,11 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@refinitiv-ui/core": "^7.2.1",
"@refinitiv-ui/core": "^7.2.2",
"@refinitiv-ui/test-helpers": "^7.0.4"
},
"peerDependencies": {
"@refinitiv-ui/core": "^7.2.1"
"@refinitiv-ui/core": "^7.2.2"
},
"publishConfig": {
"access": "public"
Expand Down
11 changes: 11 additions & 0 deletions packages/elements/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.

# [7.7.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-24)

### Bug Fixes

- `ITimeScaleApi` type errors in `lightweight-charts` to 4.1.0 ([#989](https://github.com/Refinitiv/refinitiv-ui/issues/989)) ([ece42d8](https://github.com/Refinitiv/refinitiv-ui/commit/ece42d8f912634cbded0961072ed9430a45bd527))
- **password-field, phrasebook:** improve show password announcement ([#962](https://github.com/Refinitiv/refinitiv-ui/issues/962)) ([4b6dcdc](https://github.com/Refinitiv/refinitiv-ui/commit/4b6dcdc23b4cc0f9dd7fe9e2df5314960ad65b07))

### Features

- **number-field:** support long press at spinner ([#983](https://github.com/Refinitiv/refinitiv-ui/issues/983)) ([606660d](https://github.com/Refinitiv/refinitiv-ui/commit/606660db06a265fe63a2dcf5e82ec1ec2e2c8ab5))

## [7.6.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-09)

### Bug Fixes
Expand Down
24 changes: 12 additions & 12 deletions packages/elements/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@refinitiv-ui/elements",
"version": "7.6.2",
"version": "7.7.0",
"description": "Element Framework Elements",
"author": "LSEG",
"license": "Apache-2.0",
Expand Down Expand Up @@ -351,22 +351,22 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@refinitiv-ui/core": "^7.2.1",
"@refinitiv-ui/demo-block": "^7.0.8",
"@refinitiv-ui/i18n": "^7.0.4",
"@refinitiv-ui/phrasebook": "^7.0.4",
"@refinitiv-ui/core": "^7.2.2",
"@refinitiv-ui/demo-block": "^7.0.9",
"@refinitiv-ui/i18n": "^7.0.5",
"@refinitiv-ui/phrasebook": "^7.0.5",
"@refinitiv-ui/test-helpers": "^7.0.4",
"@refinitiv-ui/translate": "^7.0.5",
"@refinitiv-ui/utils": "^7.1.1",
"@refinitiv-ui/translate": "^7.0.6",
"@refinitiv-ui/utils": "^7.1.2",
"@types/d3-interpolate": "^3.0.1"
},
"peerDependencies": {
"@refinitiv-ui/browser-sparkline": "^1.0.0 || ^2.0.0",
"@refinitiv-ui/core": "^7.2.1",
"@refinitiv-ui/i18n": "^7.0.4",
"@refinitiv-ui/phrasebook": "^7.0.4",
"@refinitiv-ui/translate": "^7.0.5",
"@refinitiv-ui/utils": "^7.1.1"
"@refinitiv-ui/core": "^7.2.2",
"@refinitiv-ui/i18n": "^7.0.5",
"@refinitiv-ui/phrasebook": "^7.0.5",
"@refinitiv-ui/translate": "^7.0.6",
"@refinitiv-ui/utils": "^7.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 4 additions & 0 deletions packages/i18n/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.

## [7.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-24)

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

## [7.0.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-09-18)

**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": "7.0.4",
"version": "7.0.5",
"description": "i18n support for Web Components",
"main": "./lib/index.js",
"module": "./lib/index.js",
Expand Down Expand Up @@ -33,11 +33,11 @@
"tslib": "^2.3.1"
},
"devDependencies": {
"@refinitiv-ui/phrasebook": "^7.0.4",
"@refinitiv-ui/phrasebook": "^7.0.5",
"@refinitiv-ui/test-helpers": "^7.0.4"
},
"peerDependencies": {
"@refinitiv-ui/phrasebook": "^7.0.4"
"@refinitiv-ui/phrasebook": "^7.0.5"
},
"publishConfig": {
"access": "public"
Expand Down
6 changes: 6 additions & 0 deletions packages/phrasebook/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.

## [7.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-24)

### Bug Fixes

- **password-field, phrasebook:** improve show password announcement ([#962](https://github.com/Refinitiv/refinitiv-ui/issues/962)) ([4b6dcdc](https://github.com/Refinitiv/refinitiv-ui/commit/4b6dcdc23b4cc0f9dd7fe9e2df5314960ad65b07))

## [7.0.4](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-09-18)

**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": "7.0.4",
"version": "7.0.5",
"type": "module",
"description": "Collection of messages in EF components for translation",
"author": "LSEG",
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.

## [7.0.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-24)

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

## [7.0.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-09)

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

0 comments on commit 3844f68

Please sign in to comment.