Skip to content

Commit

Permalink
Publish web 0.5.0 (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
srujzs committed Feb 13, 2024
1 parent 6d95059 commit a54a1f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.5.0-wip
## 0.5.0

- Redeprecate APIs that were deprecated in `0.4.1` but undeprecated in `0.4.2`.
- Add support for `dart fix` migrations from `dart:html` classes to
Expand All @@ -15,7 +15,7 @@
to be standards-track, and be supported by Safari, Chrome, and Firefox.
- Updated the source IDL version to `3.43.1`.
- Deprecate a few type aliases in favor of their standardized versions:

| Deprecated | Preferred |
|-----------------------|-------------------------|
| `AudioElement` | `HTMLAudioElement` |
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: web
version: 0.5.0-wip
version: 0.5.0
description: Lightweight browser API bindings built around JS static interop.
repository: https://github.com/dart-lang/web

Expand Down

0 comments on commit a54a1f0

Please sign in to comment.