Skip to content

Commit

Permalink
feature: updated version and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
efraespada committed Nov 8, 2024
1 parent ff66a59 commit 16f6746
Show file tree
Hide file tree
Showing 17 changed files with 29 additions and 32 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Analyze Platform Interface
runs-on: [self-hosted, macOS]
needs: tag_version
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -85,7 +84,6 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Test Platform Interface
runs-on: [self-hosted, macOS]
needs: tag_version
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -155,7 +153,6 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
name: Dry Run Publish Platform Interface
runs-on: [self-hosted, macOS]
needs: tag_version
steps:
- uses: actions/checkout@v4

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.25
## 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.25
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.25
zstandard_ios: ^1.3.25
zstandard_linux: ^1.3.25
zstandard_macos: ^1.3.25
zstandard_platform_interface: ^1.3.25
zstandard_web: ^1.3.25
zstandard_windows: ^1.3.25
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.25
## 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.25
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.25
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.25
## 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.25
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.25
## 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.25
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.25
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.25
## 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.25
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.25
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.25
## 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.25
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.25
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.25
## 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.25
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.25
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.25
## 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.25
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.25
zstandard_platform_interface: ^1.3.21
ffi: ^2.1.3

dev_dependencies:
Expand Down

0 comments on commit 16f6746

Please sign in to comment.