update macros and _macros versions to reflect breaking change for implementations

Change-Id: Ia60631c494de0e5f8a286275c056ce0c3026410a
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/368460
Reviewed-by: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
Commit-Queue: Jake Macdonald <jakemac@google.com>
Auto-Submit: Jake Macdonald <jakemac@google.com>
diff --git a/pkg/_macros/CHANGELOG.md b/pkg/_macros/CHANGELOG.md
index c7df7d6..2021e70 100644
--- a/pkg/_macros/CHANGELOG.md
+++ b/pkg/_macros/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.1.8
+## 0.2.0
 
 - Add identifiers to `NamedStaticType`.
 - Add `StaticType.asInstanceOf`.
diff --git a/pkg/_macros/pubspec.yaml b/pkg/_macros/pubspec.yaml
index 7915911..6794006 100644
--- a/pkg/_macros/pubspec.yaml
+++ b/pkg/_macros/pubspec.yaml
@@ -1,5 +1,5 @@
 name: _macros
-version: 0.1.8
+version: 0.2.0
 description: >-
   This is a private SDK vendored package, which is re-exported by the public
   `macros` package, which is a pub package. Every change to this package is
diff --git a/pkg/analyzer/pubspec.yaml b/pkg/analyzer/pubspec.yaml
index fdb98f3..2f8fffd 100644
--- a/pkg/analyzer/pubspec.yaml
+++ b/pkg/analyzer/pubspec.yaml
@@ -13,7 +13,7 @@
   convert: ^3.0.0
   crypto: ^3.0.0
   glob: ^2.0.0
-  macros: '>=0.1.0-0 <0.1.1'
+  macros: '>=0.1.1-0 <0.1.2'
   meta: ^1.15.0
   package_config: ^2.0.0
   path: ^1.9.0
diff --git a/pkg/macros/CHANGELOG.md b/pkg/macros/CHANGELOG.md
index 81c5d64..f73c740 100644
--- a/pkg/macros/CHANGELOG.md
+++ b/pkg/macros/CHANGELOG.md
@@ -1,4 +1,4 @@
-## 0.1.0-main.8
+## 0.1.1-main.0
 
 - Add identifiers to `NamedStaticType`.
 - Add `StaticType.asInstanceOf`.
diff --git a/pkg/macros/pubspec.yaml b/pkg/macros/pubspec.yaml
index 45d4cbc..2acac71 100644
--- a/pkg/macros/pubspec.yaml
+++ b/pkg/macros/pubspec.yaml
@@ -1,5 +1,5 @@
 name: macros
-version: 0.1.0-main.8
+version: 0.1.1-main.0
 description: >-
   This package is for macro authors, and exposes the APIs necessary to write
   a macro. It exports the APIs from the private `_macros` SDK vendored package.
@@ -11,4 +11,4 @@
 dependencies:
   _macros:
     sdk: dart
-    version: 0.1.8
+    version: 0.2.0