Prepare DWDS for release to version 21.0.0 (#2221)
diff --git a/dwds/CHANGELOG.md b/dwds/CHANGELOG.md
index 822fb3b..ce85f61 100644
--- a/dwds/CHANGELOG.md
+++ b/dwds/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 21.0.0-wip
+## 21.0.0
- Update Dart SDK constraint to `>=3.2.0-36.0.dev <4.0.0`. - [#2207](https://github.com/dart-lang/webdev/pull/2207)
diff --git a/dwds/pubspec_overrides.yaml b/dwds/ignore_pubspec_overrides.yaml
similarity index 100%
rename from dwds/pubspec_overrides.yaml
rename to dwds/ignore_pubspec_overrides.yaml
diff --git a/dwds/lib/src/version.dart b/dwds/lib/src/version.dart
index 4e7876f..83e6edf 100644
--- a/dwds/lib/src/version.dart
+++ b/dwds/lib/src/version.dart
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
-const packageVersion = '21.0.0-wip';
+const packageVersion = '21.0.0';
diff --git a/dwds/pubspec.yaml b/dwds/pubspec.yaml
index c2a9574..2e4e40c 100644
--- a/dwds/pubspec.yaml
+++ b/dwds/pubspec.yaml
@@ -1,6 +1,6 @@
name: dwds
# Every time this changes you need to run `dart run build_runner build`.
-version: 21.0.0-wip
+version: 21.0.0
description: >-
A service that proxies between the Chrome debug protocol and the Dart VM
service protocol.