From efdab61da595408e6aa3ecf2c1bbb1ee71031331 Mon Sep 17 00:00:00 2001 From: Efra Espada Date: Fri, 8 Nov 2024 06:31:07 +0100 Subject: [PATCH] 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 9b06416..48c156b 100644 --- a/zstandard/CHANGELOG.md +++ b/zstandard/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.23 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard/pubspec.yaml b/zstandard/pubspec.yaml index f21ed0a..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.23 +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.23 - zstandard_ios: ^1.3.23 - zstandard_linux: ^1.3.23 - zstandard_macos: ^1.3.23 - zstandard_platform_interface: ^1.3.23 - zstandard_web: ^1.3.23 - zstandard_windows: ^1.3.23 + 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 9b06416..48c156b 100644 --- a/zstandard_android/CHANGELOG.md +++ b/zstandard_android/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.23 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard_android/pubspec.yaml b/zstandard_android/pubspec.yaml index b48d9e7..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.23 +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.23 + 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 9b06416..48c156b 100644 --- a/zstandard_cli/CHANGELOG.md +++ b/zstandard_cli/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.23 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard_cli/pubspec.yaml b/zstandard_cli/pubspec.yaml index 4d01e79..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.23 +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 9b06416..48c156b 100644 --- a/zstandard_ios/CHANGELOG.md +++ b/zstandard_ios/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.23 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard_ios/pubspec.yaml b/zstandard_ios/pubspec.yaml index c7c0be8..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.23 +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.23 + 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 9b06416..48c156b 100644 --- a/zstandard_linux/CHANGELOG.md +++ b/zstandard_linux/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.23 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard_linux/pubspec.yaml b/zstandard_linux/pubspec.yaml index 66121c9..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.23 +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.23 + 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 9b06416..48c156b 100644 --- a/zstandard_macos/CHANGELOG.md +++ b/zstandard_macos/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.23 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard_macos/pubspec.yaml b/zstandard_macos/pubspec.yaml index 77eb8cb..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.23 +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.23 + 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 9b06416..48c156b 100644 --- a/zstandard_web/CHANGELOG.md +++ b/zstandard_web/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.23 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard_web/pubspec.yaml b/zstandard_web/pubspec.yaml index c5907fb..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.23 +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.23 + 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 9b06416..48c156b 100644 --- a/zstandard_windows/CHANGELOG.md +++ b/zstandard_windows/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.3.23 +## 1.3.21 * Fixed decompression size. * Added `compressionLevel` parameter. diff --git a/zstandard_windows/pubspec.yaml b/zstandard_windows/pubspec.yaml index e04f39b..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.23 +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.23 + zstandard_platform_interface: ^1.3.21 ffi: ^2.1.3 dev_dependencies: