Skip to content

Commit bd89f7c

Browse files
authored
rev to 0.4.1 in preparation for publishing (#135)
1 parent e3365ed commit bd89f7c

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.4.1-wip
1+
## 0.4.1
22

33
- Exported the helper libraries from `web.dart`.
44
- Deprecated the `helpers.dart` library in favor of `web.dart`.
@@ -9,7 +9,7 @@
99
`Node`.
1010
- Deprecated `NodeGlue.append` in favor of `Node.appendChild`.
1111
- Deprecated `NodeGlue.clone` in favor of `Node.cloneNode`.
12-
- Updated to `@webref/css` `6.10.0`.
12+
- Updated `@webref/css` to `6.10.0`.
1313

1414
## 0.4.0
1515

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: web
2+
version: 0.4.1
23
description: Lightweight browser API bindings built around JS static interop.
3-
version: 0.4.1-wip
4-
54
repository: https://github.com/dart-lang/web
65

76
environment:

0 commit comments

Comments
 (0)