Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 87b2898

Browse files
committed
Release v0.6.7
1 parent 81824c2 commit 87b2898

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,13 @@
22

33
...
44

5-
## 0.6.6 (2016-11-08)
5+
## 0.6.7 (2016-12-05)
6+
7+
### Features
8+
9+
- Added Compass polyfills support for css-filters, css-placeholder, inline-block
10+
11+
## 0.6.7 (2016-11-08)
612

713
### Features
814

example/angular1/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: scissors_angular1_example
2-
version: 0.6.6
2+
version: 0.6.7
33
dependencies:
44
angular: ">=1.1.2+2"
55
dev_dependencies:
6-
scissors: ^0.6.6
6+
scissors: ^0.6.7
77
dart_to_js_script_rewriter: ^0.1.0
88
# template_cache_transformer: any
99
transformers:

example/angular2/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: scissors_angular2_example
2-
version: 0.6.6
2+
version: 0.6.7
33
dependencies:
44
angular2: 2.0.0-beta.12
55
browser: 0.10.0
66
dev_dependencies:
7-
scissors: ^0.6.6
7+
scissors: ^0.6.7
88
dart_to_js_script_rewriter: ^0.1.0
99
transformers:
1010
# Use this transformer instead to force-build all the css files upfront:

example/mirroring/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: scissors_mirroring_example
2-
version: 0.6.6
2+
version: 0.6.7
33
dependencies:
44
angular2: 2.0.0-beta.12
55
browser: 0.10.0
66
dev_dependencies:
7-
scissors: ^0.6.6
7+
scissors: ^0.6.7
88
dart_to_js_script_rewriter: ^0.1.0
99
transformers:
1010
# Use css_mirroring_transformer as standalone.

example/permutations/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: scissors_permutations_example
2-
version: 0.6.6
2+
version: 0.6.7
33
dependencies:
44
browser: 0.10.0
55
intl: any
66
dev_dependencies:
7-
scissors: ^0.6.6
7+
scissors: ^0.6.7
88
transformers:
99
- $dart2js:
1010
sourceMaps: true

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: scissors
2-
version: 0.6.6
2+
version: 0.6.7
33
description: A CSS minifier / tree-shaker for AngularDart 1.x / Angular2.
44
authors:
55
- Olivier Chafik <[email protected]>

0 commit comments

Comments
 (0)