Skip to content

Commit 5ee75ad

Browse files
chore(release): publish [skip ci]
- @refinitiv-ui/docs@5.0.2 - @refinitiv-ui/configurations@5.2.2 - @refinitiv-ui/core@5.4.1 - @refinitiv-ui/demo-block@5.1.8 - @refinitiv-ui/elemental-theme@5.5.0 - @refinitiv-ui/elements@5.12.0 - @refinitiv-ui/halo-theme@5.5.0 - @refinitiv-ui/solar-theme@5.7.0 - @refinitiv-ui/theme-compiler@5.0.8 - @refinitiv-ui/translate@5.3.1 - @refinitiv-ui/utils@5.1.2
1 parent f10c3c9 commit 5ee75ad

File tree

22 files changed

+148
-29
lines changed

22 files changed

+148
-29
lines changed

documents/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.0.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@5.0.1...@refinitiv-ui/docs@5.0.2) (2022-02-15)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/docs
9+
10+
11+
12+
13+
614
## 5.0.1 (2022-01-14)
715

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

documents/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/docs",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"private": true,
55
"description": "Element Framework Documentation",
66
"engines": {
@@ -31,7 +31,7 @@
3131
"serve": "^13.0.2"
3232
},
3333
"dependencies": {
34-
"@refinitiv-ui/elements": "^5.11.0",
34+
"@refinitiv-ui/elements": "^5.12.0",
3535
"fast-glob": "^3.2.7",
3636
"fs-extra": "^10.0.0"
3737
}

packages/configurations/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/configurations@5.2.1...@refinitiv-ui/configurations@5.2.2) (2022-02-15)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/configurations
9+
10+
11+
12+
13+
614
## [5.2.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/configurations@5.2.0...@refinitiv-ui/configurations@5.2.1) (2021-12-07)
715

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

packages/configurations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/configurations",
3-
"version": "5.2.1",
3+
"version": "5.2.2",
44
"description": "The configuration files used for Element Framework",
55
"repository": {
66
"type": "git",

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.1](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/core@5.4.0...@refinitiv-ui/core@5.4.1) (2022-02-15)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/core
9+
10+
11+
12+
13+
614
# [5.4.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/core@5.3.4...@refinitiv-ui/core@5.4.0) (2022-01-12)
715

816

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/core",
3-
"version": "5.4.0",
3+
"version": "5.4.1",
44
"description": "Element Framework Core",
55
"main": "./lib/elf.js",
66
"module": "./lib/elf.js",
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"@juggle/resize-observer": "^3.3.1",
56-
"@refinitiv-ui/utils": "^5.1.1",
56+
"@refinitiv-ui/utils": "^5.1.2",
5757
"lit": "~2.1.1",
5858
"tslib": "^2.3.1"
5959
},

packages/demo-block/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.8](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@5.1.7...@refinitiv-ui/demo-block@5.1.8) (2022-02-15)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/demo-block
9+
10+
11+
12+
13+
614
## [5.1.7](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/demo-block@5.1.6...@refinitiv-ui/demo-block@5.1.7) (2022-01-14)
715

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

packages/demo-block/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/demo-block",
3-
"version": "5.1.7",
3+
"version": "5.1.8",
44
"description": "Demo page handler for Element Framework elements",
55
"main": "./lib/demo-block.js",
66
"module": "./lib/demo-block.js",
@@ -25,10 +25,10 @@
2525
"author": "Refinitiv",
2626
"license": "Apache-2.0",
2727
"dependencies": {
28-
"@refinitiv-ui/core": "^5.4.0",
29-
"@refinitiv-ui/elemental-theme": "^5.4.2",
30-
"@refinitiv-ui/halo-theme": "^5.4.3",
31-
"@refinitiv-ui/solar-theme": "^5.6.2",
28+
"@refinitiv-ui/core": "^5.4.1",
29+
"@refinitiv-ui/elemental-theme": "^5.5.0",
30+
"@refinitiv-ui/halo-theme": "^5.5.0",
31+
"@refinitiv-ui/solar-theme": "^5.7.0",
3232
"tslib": "^2.3.1"
3333
},
3434
"devDependencies": {

packages/elemental-theme/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.5.0](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elemental-theme@5.4.2...@refinitiv-ui/elemental-theme@5.5.0) (2022-02-15)
7+
8+
9+
### Features
10+
11+
* **collapse:** accessibility support ([#203](https://github.com/Refinitiv/refinitiv-ui/issues/203)) ([12ae2f7](https://github.com/Refinitiv/refinitiv-ui/commit/12ae2f7fe036d0351e69f5daca4369fae4097917))
12+
* **collapse:** add accessibility support ([#161](https://github.com/Refinitiv/refinitiv-ui/issues/161)) ([158f031](https://github.com/Refinitiv/refinitiv-ui/commit/158f0317dd4df9ab76e1bd27d4aa02151787c252))
13+
14+
15+
### Reverts
16+
17+
* Revert "feat(collapse): add accessibility support (#161)" (#179) ([9a0ad70](https://github.com/Refinitiv/refinitiv-ui/commit/9a0ad709d71c243fe68dbc38318a04745ea5b23b)), closes [#161](https://github.com/Refinitiv/refinitiv-ui/issues/161) [#179](https://github.com/Refinitiv/refinitiv-ui/issues/179)
18+
19+
20+
21+
22+
623
## [5.4.2](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/elemental-theme@5.4.1...@refinitiv-ui/elemental-theme@5.4.2) (2022-01-12)
724

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

packages/elemental-theme/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/elemental-theme",
3-
"version": "5.4.2",
3+
"version": "5.5.0",
44
"description": "Base theme for Element Framework Components",
55
"author": "Refinitiv",
66
"license": "Apache-2.0",
@@ -22,7 +22,7 @@
2222
"watch": "watch \"npm run build\" src --wait=10"
2323
},
2424
"devDependencies": {
25-
"@refinitiv-ui/theme-compiler": "^5.0.7"
25+
"@refinitiv-ui/theme-compiler": "^5.0.8"
2626
},
2727
"publishConfig": {
2828
"access": "public"

0 commit comments

Comments
 (0)