Skip to content

Commit

Permalink
rev to 0.4.1 in preparation for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
devoncarew committed Jan 9, 2024
1 parent 26c769a commit e5f78f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.4.1-wip
## 0.4.1

- Exported the helper libraries from `web.dart`.
- Deprecated the `helpers.dart` library in favor of `web.dart`.
Expand All @@ -9,7 +9,7 @@
`Node`.
- Deprecated `NodeGlue.append` in favor of `Node.appendChild`.
- Deprecated `NodeGlue.clone` in favor of `Node.cloneNode`.
- Updated to `@webref/css` `6.10.0`.
- Updated `@webref/css` to `6.10.0`.

## 0.4.0

Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: web
version: 0.4.1
description: Lightweight browser API bindings built around JS static interop.
version: 0.4.1-wip

repository: https://github.com/dart-lang/web

environment:
Expand Down

0 comments on commit e5f78f0

Please sign in to comment.