File tree 2 files changed +4
-45
lines changed
2 files changed +4
-45
lines changed Original file line number Diff line number Diff line change 1
- ## 1.0.0-beta.2
1
+ ## 1.0.0
2
2
3
- * No user-visible changes.
4
-
5
- ## 1.0.0-beta.1
6
-
7
- * Too many changes to list.
8
-
9
- ## 1.0.0-alpha.5
10
-
11
- * ** Breaking change** : Remove ` lib/runner.dart ` . This package is only meant to
12
- be used as an executable, not as a library.
13
-
14
- * ** Breaking change** : Remove the option to negate the ` --migrate-deps ` ,
15
- ` --dry-run ` , and ` --verbose ` flags.
16
-
17
- * Expose ` sass-migrator ` as a globally-installable executable.
18
-
19
- ### Division Migrator
20
-
21
- * Fix a type error.
22
-
23
- ### Module Migrator
24
-
25
- * Convert removed color functions to ` color.adjust() ` .
26
-
27
- ## 1.0.0-alpha.4
28
-
29
- * Internal changes only.
30
-
31
- ## 1.0.0-alpha.3
32
-
33
- * Division migrator: Treat most slash operations within argument lists as
34
- division.
35
- * Division migrator: Only migrate slash operations to slash-list calls in a
36
- non-plain-CSS context.
37
-
38
- ## 1.0.0-alpha.2
39
-
40
- * Internal changes only.
41
-
42
- ## 1.0.0-alpha.1
43
-
44
- * Initial alpha release.
3
+ * Initial release.
Original file line number Diff line number Diff line change 1
1
name : sass_migrator
2
- version : 1.0.0-beta.2
2
+ version : 1.0.0
3
3
description : A tool for running migrations on Sass files
4
4
author :
Jennifer Thakar <[email protected] >
5
5
homepage : https://github.com/sass/migrator
@@ -15,7 +15,7 @@ dependencies:
15
15
node_interop : " ^1.0.0"
16
16
node_io : " ^1.0.0"
17
17
path : " ^1.6.0"
18
- sass : " ^1.23.0-module.beta.1 "
18
+ sass : " ^1.23.0"
19
19
source_span : " ^1.4.0"
20
20
term_glyph : " ^1.1.0"
21
21
tuple : " ^1.0.2"
You can’t perform that action at this time.
0 commit comments