Skip to content

Commit a54a1f0

Browse files
authored
Publish web 0.5.0 (#170)
1 parent 6d95059 commit a54a1f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.5.0-wip
1+
## 0.5.0
22

33
- Redeprecate APIs that were deprecated in `0.4.1` but undeprecated in `0.4.2`.
44
- Add support for `dart fix` migrations from `dart:html` classes to
@@ -15,7 +15,7 @@
1515
to be standards-track, and be supported by Safari, Chrome, and Firefox.
1616
- Updated the source IDL version to `3.43.1`.
1717
- Deprecate a few type aliases in favor of their standardized versions:
18-
18+
1919
| Deprecated | Preferred |
2020
|-----------------------|-------------------------|
2121
| `AudioElement` | `HTMLAudioElement` |

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: web
2-
version: 0.5.0-wip
2+
version: 0.5.0
33
description: Lightweight browser API bindings built around JS static interop.
44
repository: https://github.com/dart-lang/web
55

0 commit comments

Comments
 (0)