Skip to content

Commit 33d589f

Browse files
vypbotactions-user
authored andcommitted
gh-action: Bump dependencies version to 1.4.2
1 parent 13b1d16 commit 33d589f

21 files changed

Lines changed: 44 additions & 39 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.4.2 - C Provider
2+
3+
- Added `zstandard_native` to provide C code to the rest of the plugins
4+
- Increased test to consume C files (local and pub-cache resolution).
5+
16
## 1.4.0 - Zstd Update
27

38
- Zstd lib updated

zstandard/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.4.1 - C Provider
1+
## 1.4.2 - C Provider
22

33
- Added `zstandard_native` to provide C code to the rest of the plugins
44
- Increased test to consume C files (local and pub-cache resolution).

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.4.0
3+
version: 1.4.2
44

55
homepage: https://vyp.dev
66
repository: https://github.com/vypdev/zstandard
@@ -28,13 +28,13 @@ flutter:
2828
dependencies:
2929
flutter:
3030
sdk: flutter
31-
zstandard_android: ^1.4.0
32-
zstandard_ios: ^1.4.0
33-
zstandard_linux: ^1.4.0
34-
zstandard_macos: ^1.4.0
35-
zstandard_platform_interface: ^1.4.0
36-
zstandard_web: ^1.4.0
37-
zstandard_windows: ^1.4.0
31+
zstandard_android: ^1.4.2
32+
zstandard_ios: ^1.4.2
33+
zstandard_linux: ^1.4.2
34+
zstandard_macos: ^1.4.2
35+
zstandard_platform_interface: ^1.4.2
36+
zstandard_web: ^1.4.2
37+
zstandard_windows: ^1.4.2
3838

3939
dev_dependencies:
4040
flutter_lints: ^6.0.0

zstandard_android/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.4.1 - C Provider
1+
## 1.4.2 - C Provider
22

33
- Added `zstandard_native` to provide C code to the rest of the plugins
44
- Increased test to consume C files (local and pub-cache resolution).

zstandard_android/pubspec.yaml

Lines changed: 3 additions & 3 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.4.0
3+
version: 1.4.2
44

55
homepage: https://vyp.dev
66
repository: https://github.com/vypdev/zstandard/tree/master/zstandard_android
@@ -12,8 +12,8 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
zstandard_platform_interface: ^1.4.0
16-
zstandard_native: ^1.4.0
15+
zstandard_platform_interface: ^1.4.2
16+
zstandard_native: ^1.4.2
1717
ffi: ^2.1.3
1818

1919
dev_dependencies:

zstandard_cli/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.4.1 - C Provider
1+
## 1.4.2 - C Provider
22

33
- Added `zstandard_native` to provide C code to the rest of the plugins
44
- Increased test to consume C files (local and pub-cache resolution).

zstandard_cli/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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.4.0
3+
version: 1.4.2
44

55
homepage: https://vyp.dev
66
repository: https://github.com/vypdev/zstandard/tree/master/zstandard_cli
@@ -12,7 +12,7 @@ dependencies:
1212
ffi: ^2.1.3
1313
path: ^1.9.1
1414
platform: ^3.1.6
15-
zstandard_native: ^1.4.0
15+
zstandard_native: ^1.4.2
1616

1717
dev_dependencies:
1818
coverage: ^1.9.0

zstandard_ios/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.4.1 - C Provider
1+
## 1.4.2 - C Provider
22

33
- Added `zstandard_native` to provide C code to the rest of the plugins
44
- Increased test to consume C files (local and pub-cache resolution).

zstandard_ios/pubspec.yaml

Lines changed: 3 additions & 3 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.4.0
3+
version: 1.4.2
44

55
homepage: https://vyp.dev
66
repository: https://github.com/vypdev/zstandard/tree/master/zstandard_ios
@@ -12,8 +12,8 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
zstandard_platform_interface: ^1.4.0
16-
zstandard_native: ^1.4.0
15+
zstandard_platform_interface: ^1.4.2
16+
zstandard_native: ^1.4.2
1717
ffi: ^2.1.3
1818

1919
dev_dependencies:

zstandard_linux/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.4.1 - C Provider
1+
## 1.4.2 - C Provider
22

33
- Added `zstandard_native` to provide C code to the rest of the plugins
44
- Increased test to consume C files (local and pub-cache resolution).

0 commit comments

Comments
 (0)