Skip to content

Commit 482113d

Browse files
committed
Merge branch 'fix/web_rxdart' into minor
2 parents fa845f7 + 85f9a6a commit 482113d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

audio_service_web/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.3
2+
3+
* Support rxdart 0.28.x.
4+
15
## 0.1.2
26

37
* Support js '>=0.6.3 <0.8.0'

audio_service_web/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: audio_service_web
22
description: Web platform implementation of audio_service. This implementation is endorsed and therefore doesn't require a direct dependency.
3-
version: 0.1.2
3+
version: 0.1.3
44
homepage: https://github.com/ryanheise/audio_service/tree/master/audio_service_web
55

66
environment:
@@ -22,7 +22,7 @@ dependencies:
2222
# Use these deps when publishing.
2323
audio_service_platform_interface: ^0.1.1
2424

25-
rxdart: '>=0.26.0 <0.28.0'
25+
rxdart: '>=0.26.0 <0.29.0'
2626
js: '>=0.6.3 <0.8.0'
2727
flutter:
2828
sdk: flutter

0 commit comments

Comments
 (0)