Skip to content

Commit f998b45

Browse files
committed
Merge branch 'main' into develop
2 parents 9bfd0a3 + 9e62686 commit f998b45

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

.github/cspell.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"version": "0.2",
33
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
4-
"dictionaries": ["vgv_allowed", "vgv_forbidden"],
4+
"dictionaries": [
5+
"vgv_allowed",
6+
"vgv_forbidden"
7+
],
58
"dictionaryDefinitions": [
69
{
710
"name": "vgv_allowed",
@@ -48,6 +51,10 @@
4851
"newscat",
4952
"json_serialilzable",
5053
"dartz",
51-
"unused"
54+
"unused",
55+
"Fajrian",
56+
"Aidil",
57+
"Pratama",
58+
"codeowners"
5259
]
53-
}
60+
}

.github/workflows/create-release-with-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "EOF" >> $GITHUB_OUTPUT
9797
9898
- name: Create GitHub Release
99-
uses: softprops/action-gh-release@v1
99+
uses: softprops/action-gh-release@v2
100100
with:
101101
tag_name: ${{ steps.get_version.outputs.tag }}
102102
name: "📦 STADATA Flutter SDK v${{ steps.get_version.outputs.version }}"

.github/workflows/generate-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
159159
- name: Create Pull Request
160160
if: steps.generate.outputs.changelog_generated == 'true' && (inputs.create_pr == true || startsWith(github.ref_name, 'release/'))
161-
uses: peter-evans/create-pull-request@v5
161+
uses: peter-evans/create-pull-request@v7
162162
with:
163163
token: ${{ secrets.GITHUB_TOKEN }}
164164
commit-message: "docs(changelog): update for version ${{ steps.version_info.outputs.version }}"

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
- **deps**: update dependency constraints ([1fe60d3](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/1fe60d36d2268ff5ffea4c7ef8645bcc4992bbf4), by @Fajrian Aidil Pratama)
5050
- **pubs**: add topics ([d33640f](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/d33640f2bad93c9bcc45304a7d80c5d4fa4b9af7), by @Fajrian Aidil Pratama)
5151
- **dependencies**: run melos upgrade ([bd010a6](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/bd010a6e1a331600a94c82c7922a1089022431a7), by @Fajrian Aidil Pratama)
52-
- **doc**: upgrade docs dependencie constraint ([398485b](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/398485be61ddabd8a748f14f2f7ccf163307ffce), by @Fajrian Aidil Pratama)
52+
- **doc**: upgrade docs dependencies constraint ([398485b](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/398485be61ddabd8a748f14f2f7ccf163307ffce), by @Fajrian Aidil Pratama)
5353
- **dependencies**: upgrade dependencies ([eecb543](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/eecb543d7714bd318dc013312bbc40874fcd395b), by @Fajrian Aidil Pratama)
5454
- **PUB**: run flutter pub upgrade ([49e3a3d](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/49e3a3da660ff0b3a5e4d15f1b80038051caf061), by @Fajrian Aidil Pratama)
5555

packages/stadata_flutter_sdk/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
- **deps**: update dependency constraints ([1fe60d3](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/1fe60d36d2268ff5ffea4c7ef8645bcc4992bbf4), by @Fajrian Aidil Pratama)
5050
- **pubs**: add topics ([d33640f](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/d33640f2bad93c9bcc45304a7d80c5d4fa4b9af7), by @Fajrian Aidil Pratama)
5151
- **dependencies**: run melos upgrade ([bd010a6](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/bd010a6e1a331600a94c82c7922a1089022431a7), by @Fajrian Aidil Pratama)
52-
- **doc**: upgrade docs dependencie constraint ([398485b](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/398485be61ddabd8a748f14f2f7ccf163307ffce), by @Fajrian Aidil Pratama)
52+
- **doc**: upgrade docs dependencies constraint ([398485b](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/398485be61ddabd8a748f14f2f7ccf163307ffce), by @Fajrian Aidil Pratama)
5353
- **dependencies**: upgrade dependencies ([eecb543](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/eecb543d7714bd318dc013312bbc40874fcd395b), by @Fajrian Aidil Pratama)
5454
- **PUB**: run flutter pub upgrade ([49e3a3d](https://github.com/ryanaidilp/stadata_flutter_sdk/commit/49e3a3da660ff0b3a5e4d15f1b80038051caf061), by @Fajrian Aidil Pratama)
5555

0 commit comments

Comments
 (0)