Skip to content

Commit

Permalink
chore: bump package versions & changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
birros committed Aug 6, 2023
1 parent bd74a87 commit 4b4941e
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 16 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ dependencies:
media_kit_native_event_loop: ^1.0.7 # Support for higher number of concurrent instances & better performance.

media_kit_libs_android_video: ^1.3.0 # Android package for video native libraries.
media_kit_libs_ios_video: ^1.1.0 # iOS package for video native libraries.
media_kit_libs_macos_video: ^1.1.0 # macOS package for video native libraries.
media_kit_libs_ios_video: ^1.1.1 # iOS package for video native libraries.
media_kit_libs_macos_video: ^1.1.1 # macOS package for video native libraries.
media_kit_libs_windows_video: ^1.0.5 # Windows package for video native libraries.
media_kit_libs_linux: ^1.1.0 # GNU/Linux dependency package.
```
Expand All @@ -68,8 +68,8 @@ dependencies:
media_kit_native_event_loop: ^1.0.7 # Support for higher number of concurrent instances & better performance.

media_kit_libs_android_audio: ^1.3.0 # Android package for audio native libraries.
media_kit_libs_ios_audio: ^1.1.0 # iOS package for audio native libraries.
media_kit_libs_macos_audio: ^1.1.0 # macOS package for audio native libraries.
media_kit_libs_ios_audio: ^1.1.1 # iOS package for audio native libraries.
media_kit_libs_macos_audio: ^1.1.1 # macOS package for audio native libraries.
media_kit_libs_windows_audio: ^1.0.5 # Windows package for audio native libraries.
media_kit_libs_linux: ^1.1.0 # GNU/Linux dependency package.
```
Expand Down
4 changes: 4 additions & 0 deletions libs/ios/media_kit_libs_ios_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- fix: fix CRLF line terminator added by Flutter packaging (#338)

## 1.1.0

- build: bump libs to default flavor
Expand Down
2 changes: 1 addition & 1 deletion libs/ios/media_kit_libs_ios_audio/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Add in your `pubspec.yaml`:

```yaml
dependencies:
media_kit_libs_ios_audio: ^1.1.0
media_kit_libs_ios_audio: ^1.1.1
```
This will automatically bundle required shared libraries for audio playback on iOS.
2 changes: 1 addition & 1 deletion libs/ios/media_kit_libs_ios_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: media_kit_libs_ios_audio
description: iOS package providing audio native libraries for package:media_kit.
version: 1.1.0
version: 1.1.1
homepage: https://github.com/media-kit/media-kit.git
repository: https://github.com/media-kit/media-kit.git
funding:
Expand Down
4 changes: 4 additions & 0 deletions libs/ios/media_kit_libs_ios_video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- fix: fix CRLF line terminator added by Flutter packaging (#338)

## 1.1.0

- build: bump libs to default flavor
Expand Down
2 changes: 1 addition & 1 deletion libs/ios/media_kit_libs_ios_video/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Add in your `pubspec.yaml`:

```yaml
dependencies:
media_kit_libs_ios_video: ^1.1.0
media_kit_libs_ios_video: ^1.1.1
```
This will automatically bundle required shared libraries for video (& audio) playback on iOS.
2 changes: 1 addition & 1 deletion libs/ios/media_kit_libs_ios_video/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: media_kit_libs_ios_video
description: iOS package providing video (& audio) native libraries for package:media_kit.
version: 1.1.0
version: 1.1.1
homepage: https://github.com/media-kit/media-kit.git
repository: https://github.com/media-kit/media-kit.git
funding:
Expand Down
4 changes: 4 additions & 0 deletions libs/macos/media_kit_libs_macos_audio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- fix: fix CRLF line terminator added by Flutter packaging (#338)

## 1.1.0

- build: bump libs to default flavor
Expand Down
2 changes: 1 addition & 1 deletion libs/macos/media_kit_libs_macos_audio/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Add in your `pubspec.yaml`:

```yaml
dependencies:
media_kit_libs_macos_audio: ^1.1.0
media_kit_libs_macos_audio: ^1.1.1
```
This will automatically bundle required shared libraries for audio playback on macOS.
2 changes: 1 addition & 1 deletion libs/macos/media_kit_libs_macos_audio/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: media_kit_libs_macos_audio
description: macOS package providing audio native libraries for package:media_kit.
version: 1.1.0
version: 1.1.1
homepage: https://github.com/media-kit/media-kit.git
repository: https://github.com/media-kit/media-kit.git
funding:
Expand Down
4 changes: 4 additions & 0 deletions libs/macos/media_kit_libs_macos_video/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- fix: fix CRLF line terminator added by Flutter packaging (#338)

## 1.1.0

- build: bump libs to default flavor
Expand Down
2 changes: 1 addition & 1 deletion libs/macos/media_kit_libs_macos_video/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Add in your `pubspec.yaml`:

```yaml
dependencies:
media_kit_libs_macos_video: ^1.1.0
media_kit_libs_macos_video: ^1.1.1
```
This will automatically bundle required shared libraries for video (& audio) playback on macOS.
2 changes: 1 addition & 1 deletion libs/macos/media_kit_libs_macos_video/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: media_kit_libs_macos_video
description: macOS package providing video (& audio) native libraries for package:media_kit.
version: 1.1.0
version: 1.1.1
homepage: https://github.com/media-kit/media-kit.git
repository: https://github.com/media-kit/media-kit.git
funding:
Expand Down
8 changes: 8 additions & 0 deletions media_kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.1.2+1

- docs: document updated
- `media_kit_libs_ios_audio`
- `media_kit_libs_ios_video`
- `media_kit_libs_macos_audio`
- `media_kit_libs_macos_video`

## 1.1.2

- feat: export `PlayerState` & `PlayerStream`
Expand Down
8 changes: 4 additions & 4 deletions media_kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ dependencies:
media_kit_native_event_loop: ^1.0.7 # Support for higher number of concurrent instances & better performance.

media_kit_libs_android_video: ^1.3.0 # Android package for video native libraries.
media_kit_libs_ios_video: ^1.1.0 # iOS package for video native libraries.
media_kit_libs_macos_video: ^1.1.0 # macOS package for video native libraries.
media_kit_libs_ios_video: ^1.1.1 # iOS package for video native libraries.
media_kit_libs_macos_video: ^1.1.1 # macOS package for video native libraries.
media_kit_libs_windows_video: ^1.0.5 # Windows package for video native libraries.
media_kit_libs_linux: ^1.1.0 # GNU/Linux dependency package.
```
Expand All @@ -60,8 +60,8 @@ dependencies:
media_kit_native_event_loop: ^1.0.7 # Support for higher number of concurrent instances & better performance.

media_kit_libs_android_audio: ^1.3.0 # Android package for audio native libraries.
media_kit_libs_ios_audio: ^1.1.0 # iOS package for audio native libraries.
media_kit_libs_macos_audio: ^1.1.0 # macOS package for audio native libraries.
media_kit_libs_ios_audio: ^1.1.1 # iOS package for audio native libraries.
media_kit_libs_macos_audio: ^1.1.1 # macOS package for audio native libraries.
media_kit_libs_windows_audio: ^1.0.5 # Windows package for audio native libraries.
media_kit_libs_linux: ^1.1.0 # GNU/Linux dependency package.
```
Expand Down

0 comments on commit 4b4941e

Please sign in to comment.