From e5f78f051ee285db935ab93b43fd4a54644b8984 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Tue, 9 Jan 2024 13:53:36 -0800 Subject: [PATCH] rev to 0.4.1 in preparation for publishing --- CHANGELOG.md | 4 ++-- pubspec.yaml | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c7d9a4..41cb0c6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 3812621f..80d964ed 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: