Skip to content

Commit

Permalink
Merge pull request #41 from landamessenger/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
efraespada authored Nov 8, 2024
2 parents 9966451 + c3955ab commit 665e3fa
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 42 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]
Expand Down Expand Up @@ -424,18 +423,6 @@ jobs:
git tag "v${{ env.VERSION }}"
git push origin "v${{ env.VERSION }}"
- name: Get latest pull request info
id: pr_info
uses: octokit/[email protected]
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
Expand Down
2 changes: 1 addition & 1 deletion zstandard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.22
## 1.3.21

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
16 changes: 8 additions & 8 deletions zstandard/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion zstandard_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.22
## 1.3.21

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
4 changes: 2 additions & 2 deletions zstandard_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion zstandard_cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.22
## 1.3.21

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
2 changes: 1 addition & 1 deletion zstandard_cli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion zstandard_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.22
## 1.3.21

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
4 changes: 2 additions & 2 deletions zstandard_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion zstandard_linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.22
## 1.3.21

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
4 changes: 2 additions & 2 deletions zstandard_linux/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion zstandard_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.22
## 1.3.21

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
4 changes: 2 additions & 2 deletions zstandard_macos/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion zstandard_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.22
## 1.3.21

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
4 changes: 2 additions & 2 deletions zstandard_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion zstandard_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.3.22
## 1.3.21

* Fixed decompression size.
* Added `compressionLevel` parameter.
Expand Down
4 changes: 2 additions & 2 deletions zstandard_windows/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 665e3fa

Please sign in to comment.