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]
  • Loading branch information
refinitiv-ui-dev committed Oct 2, 2023
1 parent 5f7713f commit 0a825ad
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 10 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.

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

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





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


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.8.0",
"version": "6.8.1",
"private": true,
"description": "Element Framework Documentation",
"engines": {
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@refinitiv-ui/core": "^6.5.1",
"@refinitiv-ui/elements": "^6.13.0",
"@refinitiv-ui/elements": "^6.13.1",
"@refinitiv-ui/halo-theme": "^6.6.1",
"@refinitiv-ui/utils": "^6.3.0",
"fast-glob": "^3.2.12"
Expand Down
10 changes: 5 additions & 5 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/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.13](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/[email protected]...@refinitiv-ui/[email protected]) (2023-10-02)

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

## [6.1.12](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/demo-block
Expand Down
2 changes: 1 addition & 1 deletion 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.12",
"version": "6.1.13",
"description": "Demo page handler for Element Framework elements",
"main": "./lib/demo-block.js",
"module": "./lib/demo-block.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/elements/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **list, tree:** stateless list and tree should have aria-readonly ([#980](https://github.com/Refinitiv/refinitiv-ui/issues/980)) ([5f7713f](https://github.com/Refinitiv/refinitiv-ui/commit/5f7713f1f3a6d55580c542dcf369a938e1d2f2c3))
- **tree:** parent label can't expand/collapse in stateless mode ([#970](https://github.com/Refinitiv/refinitiv-ui/issues/970)) ([7151558](https://github.com/Refinitiv/refinitiv-ui/commit/715155842be891a380fae4b79ec871d43b67016d))

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.13.0",
"version": "6.13.1",
"description": "Element Framework Elements",
"author": "LSEG",
"license": "Apache-2.0",
Expand Down Expand Up @@ -350,7 +350,7 @@
},
"devDependencies": {
"@refinitiv-ui/core": "^6.5.1",
"@refinitiv-ui/demo-block": "^6.1.12",
"@refinitiv-ui/demo-block": "^6.1.13",
"@refinitiv-ui/i18n": "^6.0.18",
"@refinitiv-ui/phrasebook": "^6.3.7",
"@refinitiv-ui/test-helpers": "^6.0.15",
Expand Down

0 comments on commit 0a825ad

Please sign in to comment.