Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-quiltt committed Oct 3, 2023
1 parent 97b992c commit c2ec8f9
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 33 deletions.
62 changes: 31 additions & 31 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
# name: Publish to pub.dev
name: Publish to pub.dev

# on:
# push:
# tags:
# - 'v[0-9]+.[0-9]+.[0-9]+*'
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+*'

# jobs:
# publish:
# runs-on: ubuntu-latest
# permissions:
# id-token: write # Required for authentication using GitHub-signed OIDC token
# steps:
# - uses: actions/checkout@v3
# - uses: dart-lang/setup-dart@v1
# with:
# sdk: '3.0.6'
# - uses: flutter-actions/setup-flutter@v2
# with:
# version: '3.10.6'
# channel: 'stable'
# cache: true
# cache-key: flutter # optional, change this to force refresh cache
# cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
# - name: Install dependencies
# run: flutter pub get
# - name: Publish
# uses: sakebook/[email protected]
# with:
# credential: ${{ secrets.CREDENTIAL_JSON }}
# flutter_package: true
# skip_test: true
# dry_run: false
jobs:
publish:
runs-on: ubuntu-latest
permissions:
id-token: write # Required for authentication using GitHub-signed OIDC token
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: '3.0.6'
- uses: flutter-actions/setup-flutter@v2
with:
version: '3.10.6'
channel: 'stable'
cache: true
cache-key: flutter # optional, change this to force refresh cache
cache-path: ${{ runner.tool_cache }}/flutter # optional, change this to specify the cache path
- name: Install dependencies
run: flutter pub get
- name: Publish
uses: sakebook/[email protected]
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
flutter_package: true
skip_test: true
dry_run: false
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 1.0.0

- Change public interface to match js sdk

## Version 0.1.2

- Re-release without auto release
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.1.2"
version: "1.0.0"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: quiltt_connector
description: A Flutter SDK for Quiltt Connector, support iOS and Android.
version: 0.1.2
version: 1.0.0
homepage: https://quiltt.io/
repository: https://github.com/quiltt/quiltt-connector-flutter-sdk

Expand Down

0 comments on commit c2ec8f9

Please sign in to comment.