Skip to content

Commit 8d1730d

Browse files
elisalopezactions-user
authored andcommitted
gh-action: Bump dependencies version to 1.3.29
1 parent 57f34cf commit 8d1730d

8 files changed

Lines changed: 21 additions & 21 deletions

File tree

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/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/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/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/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:

zstandard_macos/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: zstandard_macos
22
description: macOS 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_macos
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_web/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: zstandard_web
22
description: Web 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_web
66

@@ -21,7 +21,7 @@ dependencies:
2121
sdk: flutter
2222
flutter_web_plugins:
2323
sdk: flutter
24-
zstandard_platform_interface: ^1.3.27
24+
zstandard_platform_interface: ^1.3.29
2525
web: ">=1.0.0 <2.0.0"
2626

2727
dev_dependencies:

zstandard_windows/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: zstandard_windows
22
description: Windows 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_windows
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)