Skip to content

Commit 3b4c0a4

Browse files
committed
v2.3.0
1 parent 4664887 commit 3b4c0a4

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2.3.0
2+
* Fixes various bugs and various DOM APIs.
3+
14
## 2.2.7
25
* Improves documentation and tests.
36

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ which is documented in the relevant files.
3535
In `pubspec.yaml`:
3636
```yaml
3737
dependencies:
38-
universal_html: ^2.2.7
38+
universal_html: ^2.3.0
3939
```
4040
4141
## 2. Use

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: universal_html
2-
version: 2.2.7
2+
version: 2.3.0
33
description:
44
A 'dart:html' that works in all platforms, including Flutter and server-side.
55
Eases cross-platform development and HTML / XML processing.

0 commit comments

Comments
 (0)