Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 131a2e2

Browse files
authoredMay 22, 2025··
Merge branch 'dev' into doc/existing_components
2 parents 71f65b2 + f700230 commit 131a2e2

File tree

134 files changed

+3032
-860
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+3032
-860
lines changed
 

‎.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ jobs:
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
3232
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
33+
SONAR_SCANNER_OPTS: "-Dsonar.javascript.node.maxspace=8192 -Xmx8192m"

‎client/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.4
1+
2.6.5

0 commit comments

Comments
 (0)
Please sign in to comment.