Skip to content

Commit e629e19

Browse files
committed
Bump 2.0.0 for feature #237
1 parent 3e76c2a commit e629e19

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.0
2+
3+
**New Feature:**
4+
5+
* [#237](https://github.com/rikulo/socket.io-client-dart/pull/237) Allow sending an ack with multiple data items (making it consistent with emit)
6+
17
## 1.0.2
28

39
**New Feature:**

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: socket_io_client
22
description: Dartlang port of socket.io-client for web, flutter, dartvm to use
3-
version: 2.0.0-beta.4-nullsafety.0
3+
version: 2.0.0
44
homepage: https://www.zkoss.org
55
repository: https://github.com/rikulo/socket.io-client-dart
66
issue_tracker: https://github.com/rikulo/socket.io-client-dart/issues
@@ -10,7 +10,7 @@ environment:
1010

1111
dependencies:
1212
logging: '^1.0.1'
13-
socket_io_common: '^2.0.0-beta.1-nullsafety.0'
13+
socket_io_common: '^2.0.0'
1414
js: '^0.6.3'
1515

1616
dev_dependencies:

0 commit comments

Comments
 (0)