Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/landamessenger/zstandard
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
efraespada committed Nov 10, 2024
2 parents 4efef82 + 53d41a3 commit fda723d
Show file tree
Hide file tree
Showing 18 changed files with 29 additions and 29 deletions.
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.26
## 1.3.27

* Fixed decompression size.
* Added [CLI](https://pub.dev/packages/zstandard_cli) support.
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.26
version: 1.3.27
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.26
zstandard_ios: ^1.3.26
zstandard_linux: ^1.3.26
zstandard_macos: ^1.3.26
zstandard_platform_interface: ^1.3.26
zstandard_web: ^1.3.26
zstandard_windows: ^1.3.26
zstandard_android: ^1.3.27
zstandard_ios: ^1.3.27
zstandard_linux: ^1.3.27
zstandard_macos: ^1.3.27
zstandard_platform_interface: ^1.3.27
zstandard_web: ^1.3.27
zstandard_windows: ^1.3.27

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.26
## 1.3.27

* Fixed decompression size.
* Added [CLI](https://pub.dev/packages/zstandard_cli) support.
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.26
version: 1.3.27
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.26
zstandard_platform_interface: ^1.3.27
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.26
## 1.3.27

* Fixed decompression size.
* Added [CLI](https://pub.dev/packages/zstandard_cli) support.
Expand Down
Binary file modified zstandard_cli/lib/src/bin/zstandard_windows_arm64.dll
Binary file not shown.
Binary file modified zstandard_cli/lib/src/bin/zstandard_windows_x64.dll
Binary file not shown.
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.26
version: 1.3.27
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.26
## 1.3.27

* Fixed decompression size.
* Added [CLI](https://pub.dev/packages/zstandard_cli) support.
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.26
version: 1.3.27
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.26
zstandard_platform_interface: ^1.3.27
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.26
## 1.3.27

* Fixed decompression size.
* Added [CLI](https://pub.dev/packages/zstandard_cli) support.
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.26
version: 1.3.27
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.26
zstandard_platform_interface: ^1.3.27
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.26
## 1.3.27

* Fixed decompression size.
* Added [CLI](https://pub.dev/packages/zstandard_cli) support.
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.26
version: 1.3.27
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.26
zstandard_platform_interface: ^1.3.27
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.26
## 1.3.27

* Fixed decompression size.
* Added [CLI](https://pub.dev/packages/zstandard_cli) support.
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.26
version: 1.3.27
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.26
zstandard_platform_interface: ^1.3.27
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.26
## 1.3.27

* Fixed decompression size.
* Added [CLI](https://pub.dev/packages/zstandard_cli) support.
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.26
version: 1.3.27
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.26
zstandard_platform_interface: ^1.3.27
ffi: ^2.1.3

dev_dependencies:
Expand Down

0 comments on commit fda723d

Please sign in to comment.