Skip to content

Commit cd7c2b8

Browse files
PerondasPerondas
authored andcommitted
Reverted version constraint on intl
1 parent 31d5a29 commit cd7c2b8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
--------------------------------------------
4+
[0.5.6] - 2023.04.17
5+
6+
* Reverted version constraint on intl
7+
48
[0.5.5] - 2023.03.08
59

610
* Bump version for intl & lints

pubspec.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sip_ua
2-
version: 0.5.5
2+
version: 0.5.6
33
description: A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.
44
homepage: https://github.com/cloudwebrtc/dart-sip-ua
55
environment:
@@ -10,6 +10,7 @@ dependencies:
1010
collection: ^1.15.0
1111
crypto: ^3.0.0
1212
flutter_webrtc: ^0.9.23
13+
intl: ^0.17.0
1314
logger: ^1.0.0
1415
parser_error: ^0.2.0
1516
path: ^1.6.4
@@ -18,9 +19,6 @@ dependencies:
1819
sdp_transform: ^0.3.2
1920
uuid: ^3.0.2
2021

21-
# An exact version pin will be provided by the Flutter SDK
22-
intl: any
23-
2422

2523
dev_dependencies:
2624
lints: ^2.0.1

0 commit comments

Comments
 (0)