diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 851382b..e8f02b0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ -name: Publish Flutter +name: Publish on: pull_request: @@ -55,7 +55,7 @@ jobs: - name: "Setup Flutter" uses: subosito/flutter-action@v1 with: - flutter-version: '3.7.12' + flutter-version: '3.10.5' - name: "Setup XCode" uses: maxim-lobanov/setup-xcode@v1 @@ -132,12 +132,12 @@ jobs: - name: 'Setup Flutter' uses: subosito/flutter-action@v1 with: - flutter-version: '3.7.12' + flutter-version: '3.10.5' - - name: 'Set up Java 11' + - name: 'Set up Java 17' uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'adopt' - name: 'Remove unecessary dependencies for native libs' @@ -164,4 +164,4 @@ jobs: flutter build aar --no-debug --no-profile --build-number ${{needs.release.outputs.tag}} env: GITHUB_USER: ${{ github.actor }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 44ca37e..42013b0 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -12,6 +12,7 @@ concurrency: jobs: version: if: startsWith(github.head_ref, 'release/') + environment: Production runs-on: ubuntu-latest outputs: tag: ${{ steps.semver.outputs.nextStrict }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 20f014e..9eede9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.0.0 +* update API to support tiki_trail v3.x +* add support for tiki_idp +* add API for tiki_idp methods + ## 1.0.11 * minor bug fixes diff --git a/pubspec.yaml b/pubspec.yaml index cc03cd4..5238e14 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: tiki_sdk_native description: Use TIKI's dart libs in native projects -version: 1.0.11 +version: 2.0.0 homepage: https://mytiki.com documentation: https://mytiki.com/docs repository: https://github.com/tiki/tiki-sdk-platform-channel