Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit 860d161

Browse files
committed
Fix README and CHANGELOG nits from external PR.
#216 PiperOrigin-RevId: 184878210
1 parent ce2ac79 commit 860d161

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 0.9.0-alpha+4
22

33
> NOTE: This code is considered production quality, but depends on angular:
4-
> 5.0.0-alpha+4. The alpha tag represents the evolving nature of the AngularDart
4+
> 5.0.0-alpha+5. The alpha tag represents the evolving nature of the AngularDart
55
> api, not code quality (5.0.0-alpha+5 is used in production Google apps).
66
77
* Material Dialog: Add mixin for bottom border on header.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ code generation through package [build]. To build your project with
3838

3939
```yaml
4040
dev_dependencies:
41-
build_runner: ^0.7.0
42-
build_web_compilers: ^0.1.1
41+
build_runner: ^0.7.8
42+
build_web_compilers: ^0.2.1
4343
```
4444
4545
2. Run `pub get` on your package.
@@ -95,7 +95,7 @@ component's provided [Sass mixins](http://sass-lang.com/guide#topic-6).
9595

9696
```yaml
9797
dev_dependencies:
98-
sass_builder: ^1.0.1 # update for the latest version
98+
sass_builder: ^1.1.2 # update for the latest version
9999
```
100100
101101
2. Now you can import styles and mixins from this package via dart style package

0 commit comments

Comments
 (0)