Skip to content

Commit 3a59207

Browse files
chore(release): 2.6.1 (#3076)
1 parent de186a8 commit 3a59207

Some content is hidden

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

69 files changed

+1638
-1215
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @Szymon-dziewonski @frsgit @dkacper @mattmaribojoc
1+
* @Szymon-dziewonski @frsgit @mattmaribojoc @filrak @skirianov

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ contact_links:
55
about: Find more information about the project and how to use it.
66
- name: Discord Chat
77
url: https://discord.vuestorefront.io/
8-
about: Ask questions and discuss with other Vue Storefront users in real time.
8+
about: Ask questions and discuss with other Alokai users in real time.

.github/workflows/ci.yml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
run: cd apps/test/vue; yarn generate-coverage
149149
- name: SonarCloud Scan
150150
if: ${{ env.SONAR_TOKEN_VUE }}
151-
uses: SonarSource/sonarcloud-github-action@v1.9
151+
uses: SonarSource/sonarcloud-github-action@v2.1.1
152152
with:
153153
projectBaseDir: packages/sfui/frameworks/vue
154154
env:
@@ -183,7 +183,7 @@ jobs:
183183
run: cd apps/test/react; yarn generate-coverage
184184
- name: SonarCloud Scan
185185
if: ${{ env.SONAR_TOKEN_REACT }}
186-
uses: SonarSource/sonarcloud-github-action@v1.9
186+
uses: SonarSource/sonarcloud-github-action@v2.1.1
187187
with:
188188
projectBaseDir: packages/sfui/frameworks/react
189189
env:
@@ -303,3 +303,22 @@ jobs:
303303
env:
304304
GH_TOKEN: ${{ github.token }}
305305
run: gh pr merge --auto --merge
306+
307+
gg-scanning:
308+
name: GitGuardian scan
309+
runs-on: ubuntu-latest
310+
steps:
311+
- name: Checkout
312+
uses: actions/checkout@v3
313+
with:
314+
fetch-depth: 0
315+
- name: GitGuardian scan
316+
uses: GitGuardian/[email protected]
317+
with:
318+
args: -v
319+
env:
320+
GITHUB_PUSH_BEFORE_SHA: ${{ github.event.before }}
321+
GITHUB_PUSH_BASE_SHA: ${{ github.event.base }}
322+
GITHUB_PULL_BASE_SHA: ${{ github.event.pull_request.base.sha }}
323+
GITHUB_DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
324+
GITGUARDIAN_API_KEY: ${{ secrets.GITGUARDIAN_API_KEY }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ apps/docs/components/utils/components.json
6565
apps/docs/components/utils/showcases.json
6666
apps/docs/components/utils/hooks.json
6767
apps/docs/components/utils/blocks.json
68+
69+
.cache_ggshield

.yarn/releases/yarn-3.6.3.cjs

Lines changed: 0 additions & 874 deletions
This file was deleted.

.yarn/releases/yarn-3.7.0.cjs

Lines changed: 875 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ plugins:
44
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
55
spec: '@yarnpkg/plugin-workspace-tools'
66

7-
yarnPath: .yarn/releases/yarn-3.6.3.cjs
7+
yarnPath: .yarn/releases/yarn-3.7.0.cjs

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 Vue Storefront
3+
Copyright (c) 2024 Alokai
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ Knowing this we recommend using `yarn dev` in `root` directory.
9999
- [Playground Vue](https://play-vue.vuestorefront.io)
100100
- [Playground React](https://play-react.vuestorefront.io)
101101
- [Discord](https://discord.vuestorefront.io)
102-
- [Vue Storefront](https://vuestorefront.io)
102+
- [Alokai](https://vuestorefront.io)

apps/docs/components/ai-assistant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ layout: EmbedLayout
55
<div class="custom-block">
66
<iframe
77
src="https://chat.fwdoperators.com/?cid=3fd362f4-2a88-4d27-b2d7-d067265b0280"
8-
style="width: 100%; min-height: 90vh; border: none;"
8+
style="width: 100%; min-height: 90vh; border: none; margin-top: 20px;"
99
allow="clipboard-write"
1010
/>
1111
</div>

0 commit comments

Comments
 (0)