Skip to content

Commit 65b3665

Browse files
committed
Merge branch 'v7' into feat/init-ds-theme
2 parents 93fe902 + 1eee4e3 commit 65b3665

File tree

11 files changed

+298
-353
lines changed

11 files changed

+298
-353
lines changed

.github/actions/run-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
shell: bash
4444
run: |
4545
echo 'Installing Playwright'
46-
npx playwright install --with-deps > /dev/null
46+
npx playwright install --no-shell --with-deps > /dev/null
4747
npx playwright --version
4848
4949
- name: Test

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+
## [7.11.6](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@7.11.5...@refinitiv-ui/docs@7.11.6) (2024-11-14)
7+
8+
**Note:** Version bump only for package @refinitiv-ui/docs
9+
10+
11+
12+
13+
614
## [7.11.5](https://github.com/Refinitiv/refinitiv-ui/compare/@refinitiv-ui/docs@7.11.4...@refinitiv-ui/docs@7.11.5) (2024-09-23)
715

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

documents/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@refinitiv-ui/docs",
3-
"version": "7.11.5",
3+
"version": "7.11.6",
44
"private": true,
55
"type": "module",
66
"description": "Element Framework Documentation",
@@ -39,8 +39,8 @@
3939
},
4040
"dependencies": {
4141
"@refinitiv-ui/core": "^7.5.1",
42-
"@refinitiv-ui/elements": "^7.13.5",
43-
"@refinitiv-ui/halo-theme": "^7.5.1",
42+
"@refinitiv-ui/elements": "^7.13.6",
43+
"@refinitiv-ui/halo-theme": "^7.5.2",
4444
"@refinitiv-ui/phrasebook": "^7.1.1",
4545
"@refinitiv-ui/utils": "^7.3.0",
4646
"fast-glob": "^3.2.12"

0 commit comments

Comments
 (0)