From e89fe49d8a86845e49686b4578c56b67bdd7ba49 Mon Sep 17 00:00:00 2001 From: Srujan Gaddam <58529443+srujzs@users.noreply.github.com> Date: Mon, 15 Jul 2024 18:32:27 -0700 Subject: [PATCH] Publish package:web v1 (#271) --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12970d2e..12211dd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 1.0.0-wip +## 1.0.0 - Added supertypes' fields to dictionary constructors as dictionaries are allowed to contain those fields. diff --git a/pubspec.yaml b/pubspec.yaml index 5ff0a4c0..396d68c0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: web -version: 1.0.0-wip +version: 1.0.0 description: Lightweight browser API bindings built around JS interop. repository: https://github.com/dart-lang/web