Skip to content

Commit 9e2b73d

Browse files
committed
## [1.1.1]
* Issues: Fix issue that slide offset is not right.
1 parent d284b33 commit 9e2b73d

34 files changed

+37
-78013
lines changed

.github/workflows/pub_publish.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Pub Publish plugin
2+
3+
on:
4+
release:
5+
types: [published]
6+
7+
jobs:
8+
publish:
9+
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v1
15+
- name: Publish
16+
uses: sakebook/actions-flutter-pub-publisher@v1.3.0
17+
with:
18+
credential: ${{ secrets.CREDENTIAL_JSON }}
19+
flutter_package: true
20+
skip_test: true
21+
dry_run: false

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

2+
## [1.1.1]
3+
4+
* Issues:
5+
Fix issue that slide offset is not right.
6+
27
## [1.1.0]
38

49
* Features:

docs/assets/AssetManifest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/assets/FontManifest.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/assets/LICENSE

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

docs/assets/assets/avatar.jpg

-17.2 KB
Binary file not shown.

docs/assets/assets/failed.jpg

-24.6 KB
Binary file not shown.
-168 KB
Binary file not shown.
-919 Bytes
Binary file not shown.

docs/assets/assets/image.jpg

-73.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)