Skip to content

Commit 4e04577

Browse files
elisalopezactions-user
authored andcommitted
gh-action: Bump dependencies version to 1.3.29
1 parent 98d6a38 commit 4e04577

18 files changed

Lines changed: 58 additions & 22 deletions

File tree

zstandard/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.29
2+
3+
* Test deploy
4+
15
## 1.3.27
26

37
* Fixed decompression size.

zstandard/pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: zstandard
22
description: "Flutter plugin to implement Zstandard compression"
3-
version: 1.3.27
3+
version: 1.3.29
44
homepage: https://landamessenger.com
55
repository: https://github.com/landamessenger/zstandard
66

@@ -27,13 +27,13 @@ flutter:
2727
dependencies:
2828
flutter:
2929
sdk: flutter
30-
zstandard_android: ^1.3.27
31-
zstandard_ios: ^1.3.27
32-
zstandard_linux: ^1.3.27
33-
zstandard_macos: ^1.3.27
34-
zstandard_platform_interface: ^1.3.27
35-
zstandard_web: ^1.3.27
36-
zstandard_windows: ^1.3.27
30+
zstandard_android: ^1.3.29
31+
zstandard_ios: ^1.3.29
32+
zstandard_linux: ^1.3.29
33+
zstandard_macos: ^1.3.29
34+
zstandard_platform_interface: ^1.3.29
35+
zstandard_web: ^1.3.29
36+
zstandard_windows: ^1.3.29
3737

3838
dev_dependencies:
3939
flutter_lints: ^5.0.0

zstandard_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.29
2+
3+
* Test deploy
4+
15
## 1.3.27
26

37
* Fixed decompression size.

zstandard_android/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: zstandard_android
22
description: Android platform implementation of zstandard
3-
version: 1.3.27
3+
version: 1.3.29
44
homepage: https://landamessenger.com
55
repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_android
66

@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
zstandard_platform_interface: ^1.3.27
14+
zstandard_platform_interface: ^1.3.29
1515
ffi: ^2.1.3
1616

1717
dev_dependencies:

zstandard_cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.29
2+
3+
* Test deploy
4+
15
## 1.3.27
26

37
* Fixed decompression size.

zstandard_cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: zstandard_cli
22
description: CLI implementation of zstandard. For desktops.
3-
version: 1.3.27
3+
version: 1.3.29
44
homepage: https://landamessenger.com
55
repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_cli
66

zstandard_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.29
2+
3+
* Test deploy
4+
15
## 1.3.27
26

37
* Fixed decompression size.

zstandard_ios/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: zstandard_ios
22
description: iOS platform implementation of zstandard
3-
version: 1.3.27
3+
version: 1.3.29
44
homepage: https://landamessenger.com
55
repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_ios
66

@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
zstandard_platform_interface: ^1.3.27
14+
zstandard_platform_interface: ^1.3.29
1515
ffi: ^2.1.3
1616

1717
dev_dependencies:

zstandard_linux/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.3.29
2+
3+
* Test deploy
4+
15
## 1.3.27
26

37
* Fixed decompression size.

zstandard_linux/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: zstandard_linux
22
description: Linux platform implementation of zstandard
3-
version: 1.3.27
3+
version: 1.3.29
44
homepage: https://landamessenger.com
55
repository: https://github.com/landamessenger/zstandard/tree/master/zstandard_linux
66

@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
flutter:
1313
sdk: flutter
14-
zstandard_platform_interface: ^1.3.27
14+
zstandard_platform_interface: ^1.3.29
1515
ffi: ^2.1.3
1616

1717
dev_dependencies:

0 commit comments

Comments
 (0)