Skip to content

Commit 0aba053

Browse files
committed
Merge branch 'develop' of https://github.com/LinwoodDev/Quokka into develop
2 parents b8052ac + 6c9d6ce commit 0aba053

File tree

18 files changed

+31
-31
lines changed

18 files changed

+31
-31
lines changed

.github/workflows/build.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -765,24 +765,24 @@ jobs:
765765
PLAY_STORE_CREDENTIALS: ${{ secrets.PLAY_STORE_CREDENTIALS }}
766766
run: bundle exec fastlane beta
767767
working-directory: app/android
768-
publish-winget:
769-
needs: [deploy]
770-
runs-on: windows-latest
771-
steps:
772-
- uses: actions/checkout@v4
773-
with:
774-
token: ${{ secrets.CI_PAT }}
775-
- if: ${{ github.ref == 'refs/tags/stable' }}
776-
uses: vedantmgoyal2009/winget-releaser@v2
777-
with:
778-
identifier: LinwoodCloud.Setonix
779-
version: ${{ needs.deploy.outputs.version }}
780-
release-tag: v${{ needs.deploy.outputs.version }}
781-
token: ${{ secrets.CI_PAT }}
782-
- if: ${{ github.ref == 'refs/tags/nightly' }}
783-
uses: vedantmgoyal2009/winget-releaser@v2
784-
with:
785-
identifier: LinwoodCloud.Setonix.Nightly
786-
version: ${{ needs.deploy.outputs.version }}
787-
release-tag: v${{ needs.deploy.outputs.version }}
788-
token: ${{ secrets.CI_PAT }}
768+
#publish-winget:
769+
# needs: [deploy]
770+
# runs-on: windows-latest
771+
# steps:
772+
# - uses: actions/checkout@v4
773+
# with:
774+
# token: ${{ secrets.CI_PAT }}
775+
# - if: ${{ github.ref == 'refs/tags/stable' }}
776+
# uses: vedantmgoyal2009/winget-releaser@v2
777+
# with:
778+
# identifier: LinwoodCloud.Setonix
779+
# version: ${{ needs.deploy.outputs.version }}
780+
# release-tag: v${{ needs.deploy.outputs.version }}
781+
# token: ${{ secrets.CI_PAT }}
782+
# - if: ${{ github.ref == 'refs/tags/nightly' }}
783+
# uses: vedantmgoyal2009/winget-releaser@v2
784+
# with:
785+
# identifier: LinwoodCloud.Setonix.Nightly
786+
# version: ${{ needs.deploy.outputs.version }}
787+
# release-tag: v${{ needs.deploy.outputs.version }}
788+
# token: ${{ secrets.CI_PAT }}

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
## Supported Versions
44

5-
| Version | Supported | |
6-
| ------- | --------- | ------------------------------------------- |
7-
| - | :warning: | [Docs](https://setonix.world/docs/v1/intro) |
5+
| Version | Supported | |
6+
| ------- | --------- | ---------------------------------------------------------------------------------------------------------------- |
7+
| 0.1.0 | :warning: | [Docs](https://setonix.world/docs/v1/intro) [Release](https://github.com/LinwoodDev/Setonix/releases/tag/v0.1.0) |
88

99
Currently there is no version released yet.
1010
Because of that, there is also no main branch.

api/pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ packages:
146146
dependency: transitive
147147
description:
148148
name: collection
149-
sha256: a1ace0a119f20aabc852d165077c036cd864315bd99b7eaa10a60100341941bf
149+
sha256: "2f5709ae4d3d59dd8f7cd309b4e023046b57d8a6c82130785d2b0e5868084e76"
150150
url: "https://pub.dev"
151151
source: hosted
152-
version: "1.19.0"
152+
version: "1.19.1"
153153
convert:
154154
dependency: transitive
155155
description:

docs/public/img/banner.png

2.1 KB
Loading

docs/public/img/banner.svg

Lines changed: 1 addition & 1 deletion
Loading
12.6 KB
Loading

metadata/en-US/images/icon.png

56.2 KB
Loading
372 KB
Loading
264 KB
Loading
247 KB
Loading

0 commit comments

Comments
 (0)