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

Commit acadfd7

Browse files
authored
Prep for 0.8.0 release (#180)
1 parent a616a05 commit acadfd7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.8.0-dev
1+
## 0.8.0
22

33
* Move entry points to all components out of the lib/src/ directory.
44
* Remove all precompiled .css files.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular_components
2-
version: 0.8.0-dev
2+
version: 0.8.0
33
description: >
44
The official Material Design components for AngularDart. Used at Google
55
in production apps.
@@ -19,7 +19,7 @@ dependencies:
1919
observable: '>=0.14.0+1 <0.21.0'
2020
perf_api: ^0.1.0
2121
quiver: '>=0.22.0 <0.26.0'
22-
sass_builder: ^1.0.0
22+
sass_builder: ^1.0.1
2323
uuid: ^0.5.3
2424
transformers:
2525
- sass_builder:

0 commit comments

Comments
 (0)