Skip to content

Commit

Permalink
Merge branch 'fix/web_rxdart' into minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanheise committed Jul 10, 2024
2 parents fa845f7 + 85f9a6a commit 482113d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions audio_service_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.3

* Support rxdart 0.28.x.

## 0.1.2

* Support js '>=0.6.3 <0.8.0'
Expand Down
4 changes: 2 additions & 2 deletions audio_service_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: audio_service_web
description: Web platform implementation of audio_service. This implementation is endorsed and therefore doesn't require a direct dependency.
version: 0.1.2
version: 0.1.3
homepage: https://github.com/ryanheise/audio_service/tree/master/audio_service_web

environment:
Expand All @@ -22,7 +22,7 @@ dependencies:
# Use these deps when publishing.
audio_service_platform_interface: ^0.1.1

rxdart: '>=0.26.0 <0.28.0'
rxdart: '>=0.26.0 <0.29.0'
js: '>=0.6.3 <0.8.0'
flutter:
sdk: flutter
Expand Down

0 comments on commit 482113d

Please sign in to comment.