From e6c4a5c2f6c75c14db41d23f73f5557173895397 Mon Sep 17 00:00:00 2001 From: Efra Espada Date: Fri, 8 Nov 2024 05:21:30 +0100 Subject: [PATCH 1/3] feature: updated version and workflows --- .github/workflows/tag_version_and_publish.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/tag_version_and_publish.yml b/.github/workflows/tag_version_and_publish.yml index cfddb0e..34f7896 100644 --- a/.github/workflows/tag_version_and_publish.yml +++ b/.github/workflows/tag_version_and_publish.yml @@ -424,18 +424,6 @@ jobs: git tag "v${{ env.VERSION }}" git push origin "v${{ env.VERSION }}" - - name: Get latest pull request info - id: pr_info - uses: octokit/request-action@v2.4.0 - with: - route: GET /repos/${{ github.repository }}/pulls?state=closed&sort=updated&direction=desc&per_page=1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Debug pull request data - run: | - echo "PR data: ${{ steps.pr_info.outputs.data }}" - - name: Create release if: ${{ steps.create_tag.outcome == 'success' }} uses: softprops/action-gh-release@v2 From c4d9324c751db7c1a605096b9e10bdea254de39e Mon Sep 17 00:00:00 2001 From: Efra Espada Date: Fri, 8 Nov 2024 05:23:04 +0100 Subject: [PATCH 2/3] feature: updated version and workflows --- .github/workflows/{tag_version_and_publish.yml => publish.yml} | 1 - 1 file changed, 1 deletion(-) rename .github/workflows/{tag_version_and_publish.yml => publish.yml} (99%) diff --git a/.github/workflows/tag_version_and_publish.yml b/.github/workflows/publish.yml similarity index 99% rename from .github/workflows/tag_version_and_publish.yml rename to .github/workflows/publish.yml index 34f7896..a8c6bce 100644 --- a/.github/workflows/tag_version_and_publish.yml +++ b/.github/workflows/publish.yml @@ -384,7 +384,6 @@ jobs: --text_color "#FFFFFFFF" fi tag_version: - if: ${{ github.event.workflow_run.conclusion == 'success' }} name: Tag version and create release runs-on: [self-hosted, macOS] needs: [ cli_build_macos_precompiled_libs, cli_build_linux_precompiled_libs, cli_build_windows_precompiled_libs, update_files ] From c3955abef75f2387c7b7e8e88ff7303526a5e03f Mon Sep 17 00:00:00 2001 From: Efra Espada Date: Fri, 8 Nov 2024 05:27:57 +0100 Subject: [PATCH 3/3] feature: updated version and workflows --- zstandard/CHANGELOG.md | 2 +- zstandard/pubspec.yaml | 16 ++++++++-------- zstandard_android/CHANGELOG.md | 2 +- zstandard_android/pubspec.yaml | 4 ++-- zstandard_cli/CHANGELOG.md | 2 +- zstandard_cli/pubspec.yaml | 2 +- zstandard_ios/CHANGELOG.md | 2 +- zstandard_ios/pubspec.yaml | 4 ++-- zstandard_linux/CHANGELOG.md | 2 +- zstandard_linux/pubspec.yaml | 4 ++-- zstandard_macos/CHANGELOG.md | 2 +- zstandard_macos/pubspec.yaml | 4 ++-- zstandard_web/CHANGELOG.md | 2 +- zstandard_web/pubspec.yaml | 4 ++-- zstandard_windows/CHANGELOG.md | 2 +- zstandard_windows/pubspec.yaml | 4 ++-- 16 files changed, 29 insertions(+), 29 deletions(-) diff --git a/zstandard/CHANGELOG.md b/zstandard/CHANGELOG.md index 4c48324..48c156b 100644 --- a/zstandard/CHANGELOG.md +++ b/zstandard/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.22 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard/pubspec.yaml b/zstandard/pubspec.yaml index 2e2e6c5..03d323a 100644 --- a/zstandard/pubspec.yaml +++ b/zstandard/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard description: "Flutter plugin to implement Zstandard compression" -version: 1.3.22 +version: 1.3.21 homepage: https://landamessenger.com repository: https://github.com/landamessenger/zstandard @@ -27,13 +27,13 @@ flutter: dependencies: flutter: sdk: flutter - zstandard_android: ^1.3.22 - zstandard_ios: ^1.3.22 - zstandard_linux: ^1.3.22 - zstandard_macos: ^1.3.22 - zstandard_platform_interface: ^1.3.22 - zstandard_web: ^1.3.22 - zstandard_windows: ^1.3.22 + zstandard_android: ^1.3.21 + zstandard_ios: ^1.3.21 + zstandard_linux: ^1.3.21 + zstandard_macos: ^1.3.21 + zstandard_platform_interface: ^1.3.21 + zstandard_web: ^1.3.21 + zstandard_windows: ^1.3.21 dev_dependencies: flutter_lints: ^4.0.0 diff --git a/zstandard_android/CHANGELOG.md b/zstandard_android/CHANGELOG.md index 4c48324..48c156b 100644 --- a/zstandard_android/CHANGELOG.md +++ b/zstandard_android/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.22 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard_android/pubspec.yaml b/zstandard_android/pubspec.yaml index b899e8a..1587a85 100644 --- a/zstandard_android/pubspec.yaml +++ b/zstandard_android/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_android description: Android platform implementation of zstandard -version: 1.3.22 +version: 1.3.21 homepage: https://landamessenger.com repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_android @@ -11,7 +11,7 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.3.22 + zstandard_platform_interface: ^1.3.21 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_cli/CHANGELOG.md b/zstandard_cli/CHANGELOG.md index 4c48324..48c156b 100644 --- a/zstandard_cli/CHANGELOG.md +++ b/zstandard_cli/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.22 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard_cli/pubspec.yaml b/zstandard_cli/pubspec.yaml index 2f6b6bb..bfbdf48 100644 --- a/zstandard_cli/pubspec.yaml +++ b/zstandard_cli/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_cli description: CLI implementation of zstandard. For desktops. -version: 1.3.22 +version: 1.3.21 homepage: https://landamessenger.com repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_cli diff --git a/zstandard_ios/CHANGELOG.md b/zstandard_ios/CHANGELOG.md index 4c48324..48c156b 100644 --- a/zstandard_ios/CHANGELOG.md +++ b/zstandard_ios/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.22 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard_ios/pubspec.yaml b/zstandard_ios/pubspec.yaml index a55eeae..77f78a7 100644 --- a/zstandard_ios/pubspec.yaml +++ b/zstandard_ios/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_ios description: iOS platform implementation of zstandard -version: 1.3.22 +version: 1.3.21 homepage: https://landamessenger.com repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_ios @@ -11,7 +11,7 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.3.22 + zstandard_platform_interface: ^1.3.21 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_linux/CHANGELOG.md b/zstandard_linux/CHANGELOG.md index 4c48324..48c156b 100644 --- a/zstandard_linux/CHANGELOG.md +++ b/zstandard_linux/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.22 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard_linux/pubspec.yaml b/zstandard_linux/pubspec.yaml index 36760f9..6c342dc 100644 --- a/zstandard_linux/pubspec.yaml +++ b/zstandard_linux/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_linux description: Linux platform implementation of zstandard -version: 1.3.22 +version: 1.3.21 homepage: https://landamessenger.com repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_linux @@ -11,7 +11,7 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.3.22 + zstandard_platform_interface: ^1.3.21 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_macos/CHANGELOG.md b/zstandard_macos/CHANGELOG.md index 4c48324..48c156b 100644 --- a/zstandard_macos/CHANGELOG.md +++ b/zstandard_macos/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.22 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard_macos/pubspec.yaml b/zstandard_macos/pubspec.yaml index da56e57..a23fa93 100644 --- a/zstandard_macos/pubspec.yaml +++ b/zstandard_macos/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_macos description: macOS platform implementation of zstandard -version: 1.3.22 +version: 1.3.21 homepage: https://landamessenger.com repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_macos @@ -11,7 +11,7 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.3.22 + zstandard_platform_interface: ^1.3.21 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_web/CHANGELOG.md b/zstandard_web/CHANGELOG.md index 4c48324..48c156b 100644 --- a/zstandard_web/CHANGELOG.md +++ b/zstandard_web/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.22 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard_web/pubspec.yaml b/zstandard_web/pubspec.yaml index 7ce08fa..5bde43f 100644 --- a/zstandard_web/pubspec.yaml +++ b/zstandard_web/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_web description: Web platform implementation of zstandard -version: 1.3.22 +version: 1.3.21 homepage: https://landamessenger.com repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_web @@ -21,7 +21,7 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - zstandard_platform_interface: ^1.3.22 + zstandard_platform_interface: ^1.3.21 web: ">=0.5.1 <2.0.0" dev_dependencies: diff --git a/zstandard_windows/CHANGELOG.md b/zstandard_windows/CHANGELOG.md index 4c48324..48c156b 100644 --- a/zstandard_windows/CHANGELOG.md +++ b/zstandard_windows/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.22 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard_windows/pubspec.yaml b/zstandard_windows/pubspec.yaml index ed5cfb6..deb34cd 100644 --- a/zstandard_windows/pubspec.yaml +++ b/zstandard_windows/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_windows description: Windows platform implementation of zstandard -version: 1.3.22 +version: 1.3.21 homepage: https://landamessenger.com repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_windows @@ -11,7 +11,7 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.3.22 + zstandard_platform_interface: ^1.3.21 ffi: ^2.1.3 dev_dependencies: