Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
TinoGuo committed Aug 30, 2020
1 parent ae343be commit 1f5fb2e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Flutter Build Test CI

on: [push, pull_request]
on:
push:
branches:
- master
pull_request:

jobs:
build-and-test:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [3.0.6] - 2020/08/30
* Fix: Disabled inputDecoration theme in widget
* Fix: add minimize font size 1 in web

## [3.0.5] - 2020/08/22
* Fix: the interaction issue in Android Platform

Expand Down
7 changes: 7 additions & 0 deletions publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

if [ "$1" == 'true' ]; then
flutter pub publish
else
flutter pub publish --dry-run
fi
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: pin_input_text_field
description: A textField widget to help display different style pin written in pure dart, no extra dependency.
version: 3.0.5
version: 3.0.6
homepage: https://github.com/TinoGuo/pin_input_text_field

environment:
Expand Down

0 comments on commit 1f5fb2e

Please sign in to comment.