diff --git a/CHANGELOG.md b/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard/CHANGELOG.md b/zstandard/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard/CHANGELOG.md +++ b/zstandard/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard/pubspec.yaml b/zstandard/pubspec.yaml index 6f166c7..c941a0c 100644 --- a/zstandard/pubspec.yaml +++ b/zstandard/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard description: "Flutter plugin to implement Zstandard compression" -version: 1.4.2 +version: 1.4.3 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard @@ -28,13 +28,13 @@ flutter: dependencies: flutter: sdk: flutter - zstandard_android: ^1.4.2 - zstandard_ios: ^1.4.2 - zstandard_linux: ^1.4.2 - zstandard_macos: ^1.4.2 - zstandard_platform_interface: ^1.4.2 - zstandard_web: ^1.4.2 - zstandard_windows: ^1.4.2 + zstandard_android: ^1.4.3 + zstandard_ios: ^1.4.3 + zstandard_linux: ^1.4.3 + zstandard_macos: ^1.4.3 + zstandard_platform_interface: ^1.4.3 + zstandard_web: ^1.4.3 + zstandard_windows: ^1.4.3 dev_dependencies: flutter_lints: ^6.0.0 diff --git a/zstandard_android/CHANGELOG.md b/zstandard_android/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_android/CHANGELOG.md +++ b/zstandard_android/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_android/pubspec.yaml b/zstandard_android/pubspec.yaml index 6599eb2..7df8aef 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.4.2 +version: 1.4.3 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_android @@ -12,8 +12,8 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.4.2 - zstandard_native: ^1.4.2 + zstandard_platform_interface: ^1.4.3 + zstandard_native: ^1.4.3 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_cli/CHANGELOG.md b/zstandard_cli/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_cli/CHANGELOG.md +++ b/zstandard_cli/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_cli/lib/src/bin/zstandard_windows_arm64.dll b/zstandard_cli/lib/src/bin/zstandard_windows_arm64.dll index a6c107f..bf1ad7b 100644 Binary files a/zstandard_cli/lib/src/bin/zstandard_windows_arm64.dll and b/zstandard_cli/lib/src/bin/zstandard_windows_arm64.dll differ diff --git a/zstandard_cli/lib/src/bin/zstandard_windows_x64.dll b/zstandard_cli/lib/src/bin/zstandard_windows_x64.dll index 1624a8e..300f3fa 100644 Binary files a/zstandard_cli/lib/src/bin/zstandard_windows_x64.dll and b/zstandard_cli/lib/src/bin/zstandard_windows_x64.dll differ diff --git a/zstandard_cli/pubspec.yaml b/zstandard_cli/pubspec.yaml index 4b1d0ba..deed60a 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.4.2 +version: 1.4.3 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_cli @@ -12,7 +12,7 @@ dependencies: ffi: ^2.1.3 path: ^1.9.1 platform: ^3.1.6 - zstandard_native: ^1.4.2 + zstandard_native: ^1.4.3 dev_dependencies: coverage: ^1.9.0 diff --git a/zstandard_ios/CHANGELOG.md b/zstandard_ios/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_ios/CHANGELOG.md +++ b/zstandard_ios/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_ios/pubspec.yaml b/zstandard_ios/pubspec.yaml index 1fd6860..d777989 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.4.2 +version: 1.4.3 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_ios @@ -12,8 +12,8 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.4.2 - zstandard_native: ^1.4.2 + zstandard_platform_interface: ^1.4.3 + zstandard_native: ^1.4.3 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_linux/CHANGELOG.md b/zstandard_linux/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_linux/CHANGELOG.md +++ b/zstandard_linux/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_linux/pubspec.yaml b/zstandard_linux/pubspec.yaml index ccab235..156fda6 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.4.2 +version: 1.4.3 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_linux @@ -12,8 +12,8 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.4.2 - zstandard_native: ^1.4.2 + zstandard_platform_interface: ^1.4.3 + zstandard_native: ^1.4.3 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_macos/CHANGELOG.md b/zstandard_macos/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_macos/CHANGELOG.md +++ b/zstandard_macos/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_macos/pubspec.yaml b/zstandard_macos/pubspec.yaml index c8b68c6..31c8354 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.4.2 +version: 1.4.3 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_macos @@ -12,8 +12,8 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.4.2 - zstandard_native: ^1.4.2 + zstandard_platform_interface: ^1.4.3 + zstandard_native: ^1.4.3 ffi: ^2.1.3 dev_dependencies: diff --git a/zstandard_native/CHANGELOG.md b/zstandard_native/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_native/CHANGELOG.md +++ b/zstandard_native/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_native/pubspec.yaml b/zstandard_native/pubspec.yaml index ffa97ab..bd1bcbf 100644 --- a/zstandard_native/pubspec.yaml +++ b/zstandard_native/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_native description: Native zstd C sources and FFI bindings for the zstandard Flutter plugin. -version: 1.4.2 +version: 1.4.3 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_native diff --git a/zstandard_platform_interface/CHANGELOG.md b/zstandard_platform_interface/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_platform_interface/CHANGELOG.md +++ b/zstandard_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_platform_interface/pubspec.yaml b/zstandard_platform_interface/pubspec.yaml index c5a95bd..0f0cbb6 100644 --- a/zstandard_platform_interface/pubspec.yaml +++ b/zstandard_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: zstandard_platform_interface description: A common platform interface for the zstandard plugin. -version: 1.4.2 +version: 1.4.3 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_platform_interface diff --git a/zstandard_web/CHANGELOG.md b/zstandard_web/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_web/CHANGELOG.md +++ b/zstandard_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_web/pubspec.yaml b/zstandard_web/pubspec.yaml index 16fa717..8773ed4 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.4.2 +version: 1.4.3 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_web @@ -22,7 +22,7 @@ dependencies: sdk: flutter flutter_web_plugins: sdk: flutter - zstandard_platform_interface: ^1.4.2 + zstandard_platform_interface: ^1.4.3 web: ">=1.0.0 <2.0.0" dev_dependencies: diff --git a/zstandard_windows/CHANGELOG.md b/zstandard_windows/CHANGELOG.md index acaff65..ddcb3b8 100644 --- a/zstandard_windows/CHANGELOG.md +++ b/zstandard_windows/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.3 - Apple C Script + +- Fixed Apple compilation script resolution + ## 1.4.2 - C Provider - Added `zstandard_native` to provide C code to the rest of the plugins diff --git a/zstandard_windows/pubspec.yaml b/zstandard_windows/pubspec.yaml index bd61057..3d7edd6 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.4.2 +version: 1.4.3 homepage: https://vyp.dev repository: https://github.com/vypdev/zstandard/tree/master/zstandard_windows @@ -12,8 +12,8 @@ environment: dependencies: flutter: sdk: flutter - zstandard_platform_interface: ^1.4.2 - zstandard_native: ^1.4.2 + zstandard_platform_interface: ^1.4.3 + zstandard_native: ^1.4.3 ffi: ^2.1.3 dev_dependencies: