update analyzer and dart_style upper bounds
diff --git a/.gitignore b/.gitignore
index 0610181..585af2b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
 packages
 .pub
 pubspec.lock
+.packages
 
 # Files created by dart2js.
 *.dart.js
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c503c21..b1dbc70 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.6.1+2
+
+* Update analyzer to `<0.27.0` and dart_style to `<0.3.0`.
+
 ## 0.6.1+1
 
 * Update to work with deferred loaded libararies in reflective mode, (but not
@@ -5,7 +9,7 @@
 
 ## 0.6.1
 
-* Update to analyzer `<=0.26.0`.
+* Update to analyzer `<0.26.0`.
 
 ## 0.6.0+5
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 6bc4e74..b9ade8b 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,13 +1,13 @@
 name: initialize
-version: 0.6.1+1
+version: 0.6.1+2
 author: Polymer.dart Authors <web@dartlang.org>
 description: Generic building blocks for doing static initialization.
 homepage: https://github.com/dart-lang/initialize
 dependencies:
-  analyzer: '>=0.15.6 <0.26.0'
+  analyzer: '>=0.15.6 <0.27.0'
   barback: '>=0.14.2 <0.16.0'
   code_transformers: '>=0.2.7 <0.3.0'
-  dart_style: '>=0.1.3 <0.2.0'
+  dart_style: '>=0.1.3 <0.3.0'
   glob: ">=1.0.4 <2.0.0"
   html: '>=0.12.0 <0.13.0'
   path: '>=1.3.0 <2.0.0'