Skip to content

Commit

Permalink
release 0.5.4+1
Browse files Browse the repository at this point in the history
  • Loading branch information
RomeroYang committed Jun 13, 2023
1 parent 2e8f107 commit e635577
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Publish to pub.dev

on:
release:
types: [released]
branches:
- master

jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.7.7'
- name: Install dependencies
run: flutter pub get
# - name: Check Publish Warnings
# run: dart pub publish --dry-run
- name: Publish
uses: k-paxian/[email protected]
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
flutter: true
skipTests: true
force: true
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.5.4+1]

20230613
* bump polkawallet_sdk: 0.5.4+1.
* add uos support as hot-wallet.

## [0.5.4] - 20230607.

* bump polkawallet_sdk: 0.5.4.
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -500,10 +500,10 @@ packages:
dependency: "direct main"
description:
name: polkawallet_sdk
sha256: "7509a7e82b621345fc805b9d89cae1586b418559ce7913715b3bc735ef72fb30"
sha256: b553ef705b8016ec8e95c1a1f7d2030811f6f1cc729782c6ae4bb38b86f322d7
url: "https://pub.dev"
source: hosted
version: "0.5.4"
version: "0.5.4+1"
process:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: polkawallet_ui
description: Common used Widgets for polkawallet app.
version: 0.5.4
version: 0.5.4+1
homepage: https://polkawallet.io

environment:
Expand All @@ -17,7 +17,7 @@ dependencies:
intl: ^0.17.0
qr_flutter_fork: ^4.0.0
flutter_qr_scan: ^1.0.7
polkawallet_sdk: ^0.5.4
polkawallet_sdk: ^0.5.4+1
webview_flutter: ^4.0.7
skeleton_loader: ^2.0.0+4
flutter_screenutil: ^5.0.0+2
Expand Down

0 comments on commit e635577

Please sign in to comment.